/*
==========================
GENERAL BODY COMPONENTS
==========================
*/

BODY {
	/* background: #EEE; */
	/* margin: 0 auto; */
	/* font-family: 'Trebuchet MS','Nimbus Sans L',sans-serif; */
	/* font-family: Georgia, serif; */
	font-family: 'Myriad Pro', 'Myriad', Sans-Serif, Arial, Helvetica, Calibri;
	font-size: 12px;
	color: #000;
}

A:link {
	text-decoration: none;
	color: #269;
}
A:hover {
	text-decoration: underline;
}
A:visited {
	text-decoration: none;
	color: #269;
}

.style1 {color: #006600}
.style2 {color: #FF0000}
.style4 {font-size: 9px; color: #666}
.style5 {color: #226699; font-weight: bold}
.style6 {color: #777}
.style7 {color: #777;  font-weight: bold}
.style8 {color: #000}

/*
==========================
Forms
==========================
*/

INPUT {
	background-color: #fff;
	border: #777 1px solid;
	color: #444;
	font-family: 'Myriad Pro', 'Myriad', Helvetica, Calibri, Arial, Sans-Serif;
	font-size: 11px;
	padding: 2px;
}

TEXTAREA {
	background-color: #fff;
	border: #777 1px solid;
	color: #444;
	font-family: 'Myriad Pro', 'Myriad', Helvetica, Calibri, Arial, Sans-Serif;
	font-size: 11px;
	padding: 2px;
}

SELECT {
background-color: #fff;
border: #777 1px solid;
color: #444;
font-family: 'Myriad Pro', 'Myriad', Helvetica, Calibri, Arial, Sans-Serif;
font-size: 11px;
padding: 2px;
}

/*
==========================
New Pretty Buttons
==========================
*/

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.prettybutton {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.prettybutton span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.prettybutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.prettybutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/*
==========================
IFRame for selecting exam
==========================
*/

#selectframediv {
	/* position: relative; */
	position: absolute;
	left: 300px;
	top: 60px;
	margin: 0 auto;
	width:370px;
	height:200px;
	z-index:100;
	opacity: 0.90;
	filter: alpha(opacity = 90);
	/* -moz-opacity: 0.90; */
	border: 0;
}

/*
==========================
Main Links -- Create, Browse, Submit, Sign In
==========================
*/
