/* ------------------ GLOBAL ------------------ */
html, body { padding: 0; margin: 0; font-family: verdana, sans-serif; color:#333; font-size: 11px; }
body { background: #fff; }
.hidden    { display: none; }
hr         { border: 1px solid #eee; }
.center    { text-align: center; }
.left 	   { text-align:left;}
.right 	   { text-align:right;}
.txt_right  { text-align: right; }
.txt_center { text-align: center; }
.txt_bold   { font-weight:bolder; }
.txt_indent { padding: 0px 10px 4px 10px; }
.nospace { margin: 0; padding: 0; }

div.center {margin-left: auto; margin-right: auto;}


/* ------------------ GLOBAL > TYPOGRAPHY ------------------ */
p, h1, h2, h3, h4, h6, ul, ol, li, label, a, th, td { font-family: verdana, sans-serif; font-weight: normal; padding: 0; margin: 0; color: #333; }
p, ul, ol, li, label, a, td, th { font-size: 11px; line-height: 16px; margin: 0; }
p, ul, ol, label { padding: 0 0 10px 0; }
h1 { font-size: 24px; padding: 24px 0 12px 0; line-height: 24px; color: #222; }
h2 { font-size: 16px; padding: 16px 0 8px 0; line-height: 16px; color: #222; }
h3 { font-size: 11px; padding: 11px 0 0px 0; line-height: 11px; font-weight: bold; text-transform: uppercase; }
h4 { font-size: 10px; padding: 8px; color: #222; font-weight: 700;}
h5 { font-size: 11px; padding: 0px 0px 0px 0px; margin: 18px 0px 4px 0px; /*line-height: 11px;*/ font-weight: bold; text-transform: uppercase; }
h6 { font-size: 16px; padding: 16px 0 8px 0; line-height: 18px; font-weight: bold; color: #0A5599;}
th { font-weight: bold; }
a:link { color: #0A5599; text-decoration:underline; }
a:hover { color: #5E78B0; text-decoration:underline; }
a:visited {color: #777777; text-decoration:underline; }
.tabs a:link { color: #000000; }
.tabs a:hover { color: #000000; }
.tabs a:visited { color: #000000; }
.red { color: #aa0000; }

/* ------------------ GLOBAL > LISTS ------------------ */
ul, ol { margin: 0 0 0 30px; }
li { padding: 0 0 5px 0;  margin-bottom: 10px;}
.err_list li {color:#CC0000; font-weight:bold;}


/* ------------------ GLOBAL > FORMS ------------------ */
form { padding: 0; margin: 0; }
.text { border: 1px solid #999; width: 160px; }
.x-short { width: 25px; }
.short { width: 100px; }
.long { width: 200px; }
.x-long { width: 300px; }
/*textarea { border: 1px solid #999; width: 540px; }*/
input.login { float: left; margin: 18px 10px 18px 0; }

/* ------------------ GLOBAL > IMAGES ------------------ */
img { border: 0; }
img.right { float: right; border: 0; padding: 0 0 0 10px; }
img.left { float: left; border: 0; padding: 0 10px 0 0; }

/* ------------------ HEADER ------------------ */
#header { float: left; width: 100%; max-height: 204px; min-width: 770px; width:expression(document.body.clientWidth < 870 ? "780px" : "100%" ); } /* IE Width Hack */
#header.noStatusBar { height: 137px; }
#banner { float: left; width: 100%; max-height: 150px; background-position: 0 0; background-repeat: repeat-x; }

/* ------------------ HEADER > NAVBAR ------------------ */
#navbar { float: left; width: 100%; max-height: 29px; background-position: 0 0; background-repeat: repeat-x; }
#navbar #search { float: left; display: inline; width: 350px; height: 5px; padding: 5px 20px 3px 10px; }
#navbar #search label { float: left; color: #fff; line-height: 22px; padding: 0; margin: 0 6px 0 0; }
#navbar #search .go { float: left; margin: 0 0 0 6px; }
#navbar select { float: left; margin: 0 5px 0 0; font-size: 11px; }
#navbar form .text { float: left; width: 100px; height: 18px; border: 1px solid #333; padding: 0; margin: 0 5px 0 0; }

#navbar .logo {margin:3px 5px 0 5px;}
#navbar #nav { float: right; display: inline; }
#navbar #nav ul { float: left; list-style: none; padding: 0 10px 0 0; border-left: 1px solid #161616; margin: 0; font-size: 10px; }
#navbar #nav li { float: left; display: inline; list-style: none; padding: 0; border-right: 1px solid #161616; margin: 0; }
#navbar #nav li a { float: left; padding: 7px 16px 8px 16px; line-height: 12px; margin: 0; color: #fff; text-decoration: none; }
#navbar #nav li a:hover { background: #222; text-decoration: underline; }

#navbar #navleft { float: left; display: inline; margin-left: 7px; margin-top: 6px; color: #FFFFFF;}
#navbar #navleft p { color: #FFFFFF; }


/* ------------------ HEADER > STATUSBAR ------------------ */
/*#statusbar { float: right; width: 100%; height: 24px; background: url(../images/statusbarBG.gif) 0 0 repeat-x;}*/
#statusbar { float: left; width: 100%; height: 24px; padding: 4px 0 0 0; background-position: 0 0; background-repeat: repeat-x; }
#statusbar #tabs { float: right; display: inline; padding: 0 5px 0 0; }
#statusbar #tabs ul { float: left; margin: 6px 0 0 0; padding: 0 0 0 0; list-style: none; }
#statusbar #tabs li { float: left; display: inline; list-style: none; margin: 0 3px; padding: 0; background: url(../images/tabRightInactive.gif) right top no-repeat; }
#statusbar #tabs li a { float: left; display: block; line-height: normal; text-decoration: none; padding: 3px 15px 2px 15px; background: url(../images/tabLeftInactive.gif) left top no-repeat; }
#statusbar #tabs li.active { background: url(../images/tabRightActive.gif) right top no-repeat; }
#statusbar #tabs li.active a { background: url(../images/tabLeftActive.gif) left top no-repeat; }
#statusbar #tabs li a:hover { text-decoration: underline; }
#statusbar #welcome { float: left; display: inline; padding: 4px 15px 0 10px; font-family: verdana, sans-serif; font-weight: bold; font-size: 12px;}


/* ------------------ CONTAINER ------------------ */
#main { float: left; width: 100%; min-width: 770px; background: url(../images/bodyBG.gif) 0 0 repeat-y; }
#main_registration { width: 100%; min-width: 550px;  font-size: 12px; }

#mainx { float: left; padding: 0 0 0 25px; width: 750px; }
#main2 { width: 100%; min-width: 550px;  font-size: 12px; }
#main2 a {font-size: 12px; }
#main3 { width: 90%; padding: 25px 25px 40px 25px; }
#main4 { width: 550px; padding: 0px 0px 0px 0px;  margin: 0 0 0 0;}
#main_thanks { float: left; width: 100%; min-width: 770px; }
#print_content { float: left; /*width: 775px;*/ width:550px;  min-height: 450px; padding: 0 0 0px 0px; }
#err_pop {margin:10px;}

/* ------------------ SIDEBAR ------------------ */
#sidebar { float: left; width: 199px; min-height: 485px;  max-height: 100%;}
#sidebar h1 { font-size: 10px; line-height: 16px; font-weight: bold; padding: 0 10px; border: 1px solid #333; margin: 20px 0 0 0; color: #fff; background: url(../images/headerBG.gif) 0 0 repeat-x; }
#sidebar h1 { height: 16px; } /* commented backslash hack for mac ie 5 \*/
#sidebar h1 { height: 18px; } /* end hack */
#sidebar ul { list-style: none; padding: 0; margin: 0; }
#sidebar li { padding: 0; }
#sidebar li:hover, #sidebar li.active { background: url(../images/hoverBG.gif) 0 1px repeat-x; }
#sidebar li a { display: block; width: 152px; font-size: 11px; line-height: 11px; color: #333; padding: 3px 6px 3px 20px; border: 1px solid #fff; text-decoration: none; }
#sidebar li a:hover, #sidebar li.valid a:hover, #sidebar li.invalid a:hover, #sidebar li.active a { border: 1px solid #666; background: url(../images/iconActive.gif) 6px 5px no-repeat; }
#sidebar li.valid a { background: url(../images/iconValid.gif) 5px 5px no-repeat; }
#sidebar li.invalid a { background: url(../images/iconInvalid.gif) 5px 4px no-repeat; }
#sidebar.login {padding: 20px 20px 0 20px; width: 160px; }
#sidebar p { padding: 2px 4px 2px 14px; }
#sidebar p.buttontxt { padding: 0px 4px 0px 8px; }

/* ------------------ CONTENT ------------------ */
#content { float: left; /*width: 775px;*/ width:550px;  min-height: 450px; padding: 0 0 20px 20px; }

/* ------------------ CONTENT > ICONS ------------------ */
#content .help { padding: 2px 0 2px 15px; background: url(../images/iconHelp.gif) 0 2px no-repeat; }
#content .search { padding: 2px 0 2px 18px; background: url(../images/iconSearch.gif) 0 2px no-repeat; }
#content .print { padding: 2px 0 2px 23px; background: url(../images/iconPrint.gif) 0 2px no-repeat; }
#content .charMap { padding: 2px 0 2px 21px; background: url(../images/iconCharMap.gif) 0 3px no-repeat; }
#content .delete { padding: 2px 0 3px 21px; background: url(../images/iconDelete.gif) 0 0 no-repeat; }
#content .edit { padding: 2px 0 3px 21px; background: url(../images/iconEdit.gif) 0 0 no-repeat; }
#content .preview { padding: 2px 0 3px 21px; background: url(../images/iconPreviewTable.gif) 0 0 no-repeat; }
#content .previewFigure { padding: 2px 0 3px 21px; background: url(../images/iconPreviewFigure.gif) 0 0 no-repeat; }
#content .upload { padding: 2px 0 2px 21px; background: url(../images/iconUpload.gif) 0 0 no-repeat; }
#content .payment { padding: 2px 0 2px 23px; background: url(../images/iconPayment.gif) 0 2px no-repeat; }
#content .error { padding: 0 0 0 10px; background: url(../images/iconInvalid.gif) 0 50% no-repeat; }
div.required { display: inline; padding-right: 16px; background: url(../images/iconRequired.gif) 98% 3px no-repeat; }

/* ------------------ CONTENT > BUTTONS ------------------ */
div.buttons { text-align: center; margin: 5px 0 15px 0; }
.button { float: none; padding: 0; margin: 0 0 0 5px; }

/* ------------------ CONTENT > ABSTRACT ------------------ */
.abstract td { padding: 0 20px; }
#index_header { font-weight:bold; font-size:18px; text-align:center; line-height: 20px; padding: 40px 0px 40px 0px; }
.index_brower_txt { color: #aa0000; font-weight:bolder; padding: 40px 0px 4px 0px; font-size:12px; }
.index_browers { height: 35px; }
.catheader1 { font-weight: bold; color: blue; margin-left: 0px; }
.catheader2 { font-weight: bold; color: blue; margin-left: 12px; }
.catselection { color: black; margin-left: 4px; }
.catselection1 { color: black; margin-left: 16px; }
.catselection2 { color: black; margin-left: 4px; }


/* ------------------ FOOTER ------------------ */
#footer { float: left; width: 100%; padding: 0 0 8px 0; border-bottom:solid; border-bottom-width:thin}
#footer .logo { float: left; width: 120px; max-height: 23px; padding: 78px 0 0 95px; }
#footer .logo2 { float: left; width: 120px; max-height: 23px; padding: 67px 0 0 95px; }
#footer #copyright { float: left; display: block; width: 600px; padding: 15px 0 0 10px; }
#footer p { font-size: 10px; line-height: 12px; color: #222; padding: 2px 0 0 0; }
#footer p.extraPadding { padding: 10px 0 0 0; }
#footer a { color: #333; }
#footer a:hover { color: #000; }
#footer.popup .logo { width: 30px; padding: 20px 0 0 10px; }


.alphabet {		TEXT-DECORATION: none;	font-size : 11px;	font-weight: bold;	font-family : Helvetica, Arial, Verdana,sans-serif;}
.alphabet:Hover {		TEXT-DECORATION: none;	font-family : Helvetica, Arial, Verdana,sans-serif;	font-size : 10px;	font-weight: bold;	}
.active {		TEXT-DECORATION: none;	font-size : 11px;	font-weight: bold;	font-family : Helvetica, Arial, Verdana,sans-serif;}
.inactive {		TEXT-DECORATION: none;	font-size : 9px; 	font-family : Helvetica, Arial, Verdana,sans-serif;}

/* ------------------ LOGIN AND REGISTRATION ------------------ */
div#login { float: left; width:800px;  border: 1px solid #333; margin: 30px 0px 30px 30px; }
div#registration { float: left; width: 660px; max-height: 100%; margin: 50px 0px 5px 50px; }
div#frgtpass { float: left; width: 700px; max-height: 100%; margin: 50px 0px 5px 50px; }
div#login #sidebar { float: left; width: 95%; max-height: 100%; min-height: 440px; padding: 20px; background: none;  }
div#login #content { float: left; width: 420px; background: #fff; margin-right: 10px; padding-top: 20px; padding-bottom: 20px;}
div#login div.buttons { margin-left: -30px; }
div#registration { margin-top: 26px; }
div#registration #sidebar { float: left; width: 180px; max-height: 180px; padding: 20px 0 0 20px; background: #fff; }
div#frgtpass #sidebar { float: left; width: 180px; max-height: 180px; padding: 20px 0 0 0px; background: #fff; }
div#registration #content { float: left; width: 228px; background: #fff; margin-right: 10px; }
div#frgtpass #content { float: left; width: 500px; background: #fff; margin-right: 0px; }
div#registration div.buttons { margin-left: -30px; }
div#password { float: left; width: 658px; border: 1px solid #333; margin: 26px 0 50px 50px; background: #fff; }
div#password #sidebar { float: left; width: 498px; padding: 40px 80px; background: #fff; }
div#password div.buttons { margin-left: -30px; }
div.videobox { text-align: center; width: 750px;}
table.outline { border: 1px solid #5C97CB; background-color: #000000; font-size: 11px; border-spacing: 1px; width: 100%}
td { border-right: 1px solid #C1DAD7; border-bottom: 1px solid #C1DAD7; /*background: #fff;*/ padding: 6px 6px 6px 12px; color: #6D929B; }
td.row { padding:2px; font-size:11px; color:white; font-weight:bold; }
td.row a:link { color: #FFFFFF; text-decoration:underline; font-size:11px; font-weight:bold; }
td.row a:hover { color: #5E78B0; text-decoration:underline; font-size:11px; font-weight:bold;}
td.row a:visited {color: #FFFFFF; text-decoration:underline; font-size:11px;font-weight:bold; }
td a:link{text-decoration:underline;}


.required { color:#CC0000; }
.required_bold { color:#CC0000; font-weight:bolder; }
.imgPointer { cursor: pointer; }

.SelButtons { position: absolute; float: right; bottom: 15px; right: 15px; }
.FormButtons { float: right; margin: 15px 0px 0px 0px; }
.Sel_btnCenter, .Sel_btnLeft, .Sel_btnRight { text-align: center; width: 89px; height: 23px; border: 0; }
.Sel_btnCenter { padding: 0px 0px 3px 0px; font-size: 85%;  font-weight: 900; }
.Sel_btnLeft   { padding: 0px 0px 3px 4px; font-size: 85%;  font-weight: 900; }
.Sel_btnRight  { padding: 0px 4px 3px 0px; font-size: 85%;  font-weight: 900; }
.Sel_btnCenter:hover, .Sel_btnLeft:hover, .Sel_btnRight:hover { color: #FFFFFF; cursor: pointer;}

.content_wrapper { width: 900px; margin: 10px 0px 0px 0px; padding: 20px 16px 0px 20px;}
.form_wrapper { width: 100; padding: 10px 12px 10px 12px; /*border: #5C97CB 1px solid; background-color: #dde9ff*/; font-size: 11px; }
.form_wrapper_clear { width: 100; padding: 20px 12px 20px 12px; border: #5C97CB 1px solid; font-size: 11px; }
.reg_input { margin: 0px 0px 0px 0px; }
.frm_hdr_txt { margin: 0px 0px 0px 15px; font-weight: bold; }
.input_form label { float: left; display: inline; width: 210px; margin: 0px 0px 0px 0px; font-weight: bold; text-align: left; }
.form_disp  { background: #E8E8E8; padding-left: 3px; }
.form_edit  { background: #FFFFFF; padding-left: 3px; }
.form_error { background: #FF3850; padding-left: 3px; }

.section_line { color:black; background-color:black; height:1px; border:none; margin-bottom:10px; margin-top:10px; }
.section_line_nomargin { color:black; background-color:black; height:1px; border:none; margin-bottom:4px; margin-top:4px; }

/* ------------------ GLOBAL > BOX MODEL LAYOUTS ------------------ */ 
.boxmodel { position: relative; width:100%; margin:0 auto; }
.boxclear { clear: both; margin: 0px auto; font-size: 0px; }
.boxspace { clear: both; margin: 2px auto; font-size: 0px; }

.col_2_BoxFloatL        { float:left;  width:50%; }
.col_2_BoxFloatR        { float:right; width:49.99%; }                      /* set to 49.99% for IE6 padding*/

.col_3_BoxFloatL        { float:left;  width:66.6%; }
.col_3_BoxInnerL_FloatL { float:left;  position: relative; width:50%; }
.col_3_BoxInnerL_FloatR { float:right; position: relative; width:50%; }
.col_3_BoxFloatR        { float:right; width:33.4%; }

.col_4_BoxFloatL        { float:left;  width:50%; padding:0px; }
.col_4_BoxInnerL_FloatL { float:left;  position: relative; width:50%; }
.col_4_BoxInnerL_FloatR { float:right; position: relative; width:49.99%; }  /* set to 49.99% for IE6 padding*/
.col_4_BoxFloatR        { float:right; width:49.99%; padding:0px; }         /* set to 49.99% for IE6 padding*/
.col_4_BoxInnerR_FloatL { float:left;  position: relative; width:50%; }
.col_4_BoxInnerR_FloatR { float:right; position: relative; width:49.99%; }  /* set to 49.99% for IE6 padding*/

.reg_hdr { font-size: 16px; padding: 16px 10px 10px 10px; line-height: 18px; font-weight: bold; color: #0A5599;}
.reg_padding { padding: 0px 10px 0px 10px; }
.reg_label { font-size: 11px; padding: 22px 0px 0px 10px; line-height: 11px; font-weight: bold; text-transform: uppercase; }
.reg_input { padding: 2px 0px 10px 22px; }
 
 
/* ------------------ PREVIEW  ------------------ */ 
 .qhdr {padding: 0px 0px 0px 18px;}

