@charset "utf-8";
/* CSS Document */

/* ******* HTML STYLES START ******* */
body  {
	font-size: 0.9em;
	font-family: Geneva, Arial, Helvetica, Verdana, Tahoma, sans-serif;
	background: #e6e6e6  url('images/bgpg.gif') repeat-x top left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555555;
}
a, a:link {
	color: #186583;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FF6583;
}

h1 {
	margin-top:10px;
	font-size:1.4em;
}
h2,h3 {
	margin-top:10px;
	margin-top:8px;
	margin-bottom:10px;
}
p {
	margin:12px 0px;
}
select {
	color:#555555;	
}
textarea {
	width:480px;
	height:60px;
}
form {
	padding:0px;
	margin:0px;
}
img {
	border-width:0px;
}

ul {
	margin-top:6px;
	padding-left:15px;	
}
li {
	/*list-style-position:inside;*/
	margin-left:0px;
	padding-left:0px;
}
/* ******* HTML STYLES END ******* */

/* ******* MAIN LAYOUT START ******* */
#pgcontainer { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #e1e1e1;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#pgbanner {
	/*margin:0px 10px;*/
	margin:0px;
}
#pgbreadcrumb {
	font-size:0.84em;
	text-align:right;
	padding:2px 10px;	
	background-color:#192973;
	color:#ffffff;
}

#pgcontent {
	/*margin:0px 10px;*/
	border:0px dotted #00512f;
	line-height:130%;
	padding:0px;
	font-size:0.9em;
}

#pgfooter {
	background:#192973;
	/*margin:6px 0px;
	padding:0px 10px;
	height:16px;
	background:#192973;*/
}

/* ******* Home Page START ***************/
#pghome {
	padding:10px 20px;
	margin-left:40px;
	margin-right:90px;
}
.pghome #ipodimg {
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}
.pghome #pgbanner {
	/*margin-bottom:20px;*/
}
.pghome #pgbreadcrumb {
	margin-bottom:20px;
}

.pghome .hometxt {
	color:#00512f;
	padding-left:20px;
}
.pghome .hometxt .txt1 {
	font-size:1.1em;
	font-weight:bold;
	line-height:120%;
}
.pghome .hometxt .txt1 li {
	font-weight:normal;
}
.pghome .hometxt .txt1a {
	font-size:1.4em;
	font-weight:bold;
	line-height:120%;
}
.pghome .hometxt .txt2 {
	/*width:180px;
	float:left;*/
}
.pghome .hometxt .but {
	text-align:center;
	margin:30px;
}

.pghome #pgcontainer { 
	/*background-color: #ffffff;*/	
}

.pghome #pgfooter { 
	margin:10px 0px;
	padding:0px 10px;
	height:16px;
	background:#192973;
}
/* ******* Home Page END ***************/

/* ******* MAIN LAYOUT END ******* */


/* ******* GENERAL CLASSES START ******* */
.clr {
	clear:both;
}
.gap {
	padding-left:40px;
	display:inline;
}
.bgalt {
	clear:both;
}
input.txtsmall {
	width:30px;
	background:#ccffff url('images/input_bg.gif') repeat-x top left;
	border:solid 1px #acc7bb;
	color:#00512f;
}
input.txtsmallmed {
	width:100px;
	background:#ffffff url('images/input_bg.gif') repeat-x top left;
	border:solid 1px #acc7bb;
	color:#00512f;
}
input.txtmed {
	width:260px;
	background:#ffffff url('images/input_bg.gif') repeat-x top left;
	border:solid 1px #acc7bb;
	color:#00512f;
	/*border-style:inset;*/
}
input.txtbig, textarea.txtbig {
	width:420px;
	background:#ffffff url('images/input_bg.gif') repeat-x top left;
	border:solid 1px #acc7bb;
	color:#00512f;
}

input.but {
	background:#babcc2 url('images/butabg.gif') repeat-x bottom left;
	color:#192973;
	font-weight:bold;
	font-family:Tahoma, sans-serif;
	border-style:outset;
	border-color:#777777;
	border-width:1px;
}
input.butdel {
	padding-left:18px;
	background:#ffffff url('images/icon_del.gif') no-repeat center left;
	vertical-align:top;
	border:outset 2px #ff3344;
	color:#ec1e1e;	
	font-weight:bold;
	font-family:Helvetica, Verdana, Tahoma, sans-serif;
	border-style:outset;
	border-color:#ff3344;
	border-width:1px;
}

.warning {
	display:block;
	color:#EE2222;
	font-weight:bold;
	margin-bottom:2px;
}
.alert {
	display:block;
	color:#EE2222;
	font-weight:bold;
	margin-bottom:6px;
	text-transform:Uppercase;
}
.note {
	color:#999999;
	font-size:0.9em;
}


#aniloader {
	visibility:hidden;
	position:absolute;
	background-color:#ffffff;
	padding:2px;
	color:#999999;	
}
#upload_process {
	font-weight:bold;
	visibility:hidden;
	position:absolute;	
}
#upload_result {
	font-weight:bold;
	margin:4px 0px;
	color:#3ab54b;
}

#loader {
	position:absolute;
	visibility:hidden;
	left:0px;
	top:0px;
	z-index:100;
	padding-top:220px;
	width:10%;
	color:#333333;
	font-weight:bold;
	/*height:100%;*/
}

#loaderbg {	
	position:absolute;
	visibility:hidden;
	left:0px;
	top:0px;	
	background-color:#FFFFFF;
	z-index:99;
	padding-top:150px;
	/*width:100%;
	height:100%;*/
	filter:alpha(opacity=86);   /* Internet Explorer       */
	-moz-opacity:0.86;          /* Mozilla 1.6 and below   */
	opacity: 0.86;              /* newer Mozilla and CSS-3 */	
}
#errorsTxt {	
	font-weight:bold;
	color:#ee1111;
}
#errorsTxt img {	
	vertical-align:middle;
}
/* ******* GENERAL CLASSES END ******* */

/* ******* QUESTION CLASSES START ******* */
.sectionhead {
	font-weight:bold;
	color:#ffffff;
	background-color:#555444;
	padding:2px 6px;
	margin-top:10px;
	text-transform:uppercase;
	
}
.subsectionhead {
	font-weight:bold;
	color:#ffffff;
	padding:2px 6px;
	padding-left:25px;
	background-color:#777888;	
	margin-top:10px;	
}

.qcontainer {
	color:#222333;
	margin-top:20px;
	margin-bottom:10px;
	clear:both;
}

.qno {
	padding:2px;
	padding-right:4px;
	background-color:#192973;
	width:58px;
	float:left;
	font-weight:bold;
	text-align:right;
	color:#ffffff;
}

.qtitle {
	padding:2px;
	margin-left:64px;
	padding-left:8px;
	margin-right:20px;
	background-color:#bcbec5;	
	font-weight:bold;
}
.qbody {
	padding:2px;
	margin-top:8px;
	margin-left:72px;
	margin-right:20px;
}

.qbody .colleft  {
	float:left;
}
.qbody .colright {
	float:left;
	margin-left:100px;
}

.qbody table td {
	vertical-align:top;
}

.qna {
	position:absolute;
	width:760px;
	z-index:2;
	color:#990000;
	font-size:1.2em;
	text-align:center;
	padding:20px 0px;
	font-weight:bold;
	position:absolute;
	visibility:hidden;	
}

.qboxTransOff {
	filter:alpha(opacity=100);   /* Internet Explorer       */
	-moz-opacity:1;          /* Mozilla 1.6 and below   */
	opacity: 1;              /* newer Mozilla and CSS-3 */	
	color:#00512f;
	margin-top:20px;
	margin-bottom:10px;
	clear:both;	
}
.qboxTransOn {
	filter:alpha(opacity=40);   /* Internet Explorer       */
	-moz-opacity:0.40;          /* Mozilla 1.6 and below   */
	opacity: 0.40;              /* newer Mozilla and CSS-3 */
	color:#00512f;
	margin-top:20px;
	margin-bottom:10px;
	clear:both;	
}

.txtdropdown {
	display:block;
	border:solid 1px #00512f;	
	background-color:#ffffff;
	width:256px;
	height:90px;
	position:absolute;
	visibility:hidden;
	overflow:auto;
	z-index:100;
}
.txtdropdown a {
	display:block;
	padding:2px;
	background-color:#ffffff;
	border-bottom:solid 1px #bbbbbb;
}

.txtdropdown a:hover, .txtdropdown a:click {
	background-color:#bbbbbb;
	border:solid 1px #bbbbbb;	
	text-decoration:none;
}

.instrucs {
	/*color:#999999;*/
	font-size:0.86em;
	font-weight:normal;
	/*margin-top:-10px;
	margin-bottom:10px;*/
}
.instrucs img {
	vertical-align:middle;
	padding-bottom:6px;
	padding-top:2px;
}

.instrucsinline {
	/*color:#999999;*/
	font-size:0.86em;
}

.pdrawtitle {		
	color:#00512f;
	background-color:#d6e03e;	
	padding:5px;
	margin-top:8px;
	margin-left:64px;
	margin-right:20px;
	font-weight:bold;
}
.pdrawbody {		
	color:#00512f;
	background-color:#ffffff;	
	padding:3px;
	margin-left:64px;
	margin-right:20px;	
}
.pdrawbody div {		
	margin-top:5px;
}
.pdrawbody .colleft {
	float:left;
}
.pdrawbody .colright {
	float:left;
	margin-left:30px;
}
.pdrawbody .ipod {
	float:right;
}
.pdrawend {
	margin-left:64px;
}
.pdrawend .instrucs {
	margin-top:0px;
	font-size:0.86em;
	margin-right:20px;
}
	

#butnextback {
	text-align:right;
	margin-top:14px;	
	padding-right:10px;	
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:solid 12px #ffffff;
	background-color:#192973;		
}

/* ******* QUESTION CLASSES END ********* */

.debug {
	color:#ee1122;
	font-weight:bold;
	cursor:pointer;
	/font-family:Times;*/
}
