/******************************  GENERIC TAGS  *******************************/

body {
    text-align: center;
    font-family: Arial, Helvetica, Verdana, Sans-serif;
	margin: 0px;
	padding: 0px;
}

img {
    border: 0px;
}

li {
    line-height: 1.75em;
}

h1 {
    font-size: 1.3em;
}

h2 {
    font-size: 1.1em;
}

h1, h2 {
    margin-top: 1em;
    margin-bottom: 0.75em;
    font-weight: bold;
}

/******************************  OUTER WRAPPER  *******************************/

#outerwrapper {
    width: 930px;
    text-align: left;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    outline: none;
}

/******************************  LOGO  *******************************/

#logo {
    float: left;
    margin-bottom: 15px;
    padding-left: 10px;
}

/******************************  MAIN MENU  *******************************/

#mainmenu {
    padding-top: 17px;
    float: right;
    margin-bottom: 20px;
}

#mmbtn1 { background: url("/images/mmbhover1.gif") no-repeat; }
#mmbtn2 { background: url("/images/mmbhover2.gif") no-repeat; }
#mmbtn3 { background: url("/images/mmbhover3.gif") no-repeat; }
#mmbtn4 { background: url("/images/mmbhover4.gif") no-repeat; }
#mmbtn5 { background: url("/images/mmbhover5.gif") no-repeat; }
#mmbtn6 { background: url("/images/mmbhover6.gif") no-repeat; }
#mmbtn7 { background: url("/images/mmbhover7.gif") no-repeat; }

#mmbtn1t { background: url("/images/mmbhover1t.gif") no-repeat; }
#mmbtn2t { background: url("/images/mmbhover2t.gif") no-repeat; }
#mmbtn3t { background: url("/images/mmbhover3t.gif") no-repeat; }
#mmbtn4t { background: url("/images/mmbhover4t.gif") no-repeat; }
#mmbtn5t { background: url("/images/mmbhover5t.gif") no-repeat; }
#mmbtn6t { background: url("/images/mmbhover6.gif") no-repeat; }
#mmbtn7t { background: url("/images/mmbhover7t.gif") no-repeat; }

#mmbtn1s { background: url("/images/mmbhover1s.gif") no-repeat; }
#mmbtn2s { background: url("/images/mmbhover2s.gif") no-repeat; }
#mmbtn3s { background: url("/images/mmbhover3s.gif") no-repeat; }
#mmbtn4s { background: url("/images/mmbhover4s.gif") no-repeat; }
#mmbtn5s { background: url("/images/mmbhover5s.gif") no-repeat; }
#mmbtn6s { background: url("/images/mmbhover6.gif") no-repeat; }
#mmbtn7s { background: url("/images/mmbhover7s.gif") no-repeat; }

#sabtn1 { background: url("/images/sabhover1.gif") no-repeat; }
#sabtn2 { background: url("/images/sabhover2.gif") no-repeat; }
#sabtn3 { background: url("/images/sabhover3.gif") no-repeat; }
#sabtn4 { background: url("/images/sabhover4.gif") no-repeat; }
#sabtn5 { background: url("/images/sabhover5.gif") no-repeat; }
#sabtn6 { background: url("/images/sabhover6.gif") no-repeat; }
#sabtn7 { background: url("/images/sabhover7.gif") no-repeat; margin-left: 30px; }

/* added by Santosh for fastrain online button in header.php page */
#onlineVideoBtn:hover{
    background: linear-gradient(to top, orange, white) !important; 
}

.mmbtn {
    float: left;
    margin-right: 1px;
}

.mmbtn a {
    display: block;
}

.mmbtn a:hover img {
    visibility: hidden;
}

* html a:hover {
    visibility:visible
}

/*******************************chinese***********************************/

#mainmenuch {
    padding-top: 17px;
    float: right;
    margin-right: 75px;
    margin-bottom: 20px;
}

#mmbtn1ch { background: url("/images/mmbhover1ch.gif") no-repeat; }
#mmbtn2ch { background: url("/images/mmbhover2ch.gif") no-repeat; }
#mmbtn3ch { background: url("/images/mmbhover3ch.gif") no-repeat; }
#mmbtn4ch { background: url("/images/mmbhover4ch.gif") no-repeat; }
#mmbtn5ch { background: url("/images/mmbhover5ch.gif") no-repeat; }
#mmbtn6ch { background: url("/images/mmbhover6ch.gif") no-repeat; }
#mmbtn7ch { background: url("/images/mmbhover7ch.gif") no-repeat; }

#sabtn1 { background: url("/images/sabhover1.gif") no-repeat; }
#sabtn2 { background: url("/images/sabhover2.gif") no-repeat; }
#sabtn3 { background: url("/images/sabhover3.gif") no-repeat; }
#sabtn4 { background: url("/images/sabhover4.gif") no-repeat; }
#sabtn5 { background: url("/images/sabhover5.gif") no-repeat; }
#sabtn6 { background: url("/images/sabhover6.gif") no-repeat; }
#sabtn7 { background: url("/images/sabhover7.gif") no-repeat; margin-left: 30px; }

.mmbtnch {
    float: left;
    margin-right: 1px;
}

.mmbtnch a {
    display: block;
}

.mmbtnch a:hover img {
    visibility: hidden;
}

* html a:hover {
    visibility:visible
}



/******************************  SUB-MENU  *******************************/

#submenumain, #submenustudent {
    float: left;
    width: 180px;
}

#submenustudent {
    background: url("/images/studentsubmenubg.jpg") no-repeat;
}

#submenumain {
    border-right: 1px solid #CCCCCC;
}

#submenustudent {
    border-right: 1px solid #FF9900;
}

#submenuheading {
    font-size: 1.3em;
    font-weight: bold;
    color: #999999;
    padding-left: 10px;
    margin-top: 1em;
}

#submenulistmain, #submenuliststudent {
    padding-left: 0px;
    margin-left: 0px;
}

#submenulistmain li, #submenuliststudent li {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-right: 0.5em;
    line-height: 1.25em;
}

#submenulistmain a, #submenuliststudent a {
    text-decoration: none;
}

#submenulistmain a:hover, #submenuliststudent a:hover {
    text-decoration: underline;
}

#submenulistmain a:hover {
    background-color: #F0F8A0; /* IE6 */
}

#submenuliststudent a:hover {
    background-color: #FFFF66; /* IE6 */
}

#submenulistmain li:hover {
    background-color: #F0F8A0;
}
	
#submenuliststudent li:hover {
    background-color: #FFFF66;
}

.smd1 a {
    color: #AA0000;
}

.smd1 {
    padding-left: 1.8em;
    font-size: 1.0em;
    background: url("/images/doublearrow.gif") no-repeat 1.0em 0.7em;
    margin-top: 1.0em;
    list-style-type: none;
}

.smd2 a {
    color: #000000;
}

.smd2 {
    padding-left: 3.2em;
    background: url("/images/bulletorange.gif") no-repeat 2.5em 0.7em;
    list-style-type: none;
    font-size: 0.95em;
    margin-top: 0.2em;
}

.smd3 a {
    color: #444444;
}

.smd3 {
    padding-left: 4.7em;
    background: url("/images/bulletgrey.gif") no-repeat 4.0em 0.7em;
    list-style-type: none;
    font-size: 0.9em;
    margin-top: 0.0em;
}

#smactivemain {
    background-color: #E0E860;
}

#smactivestudent {
    background-color: #FFCC33;
}

/******************************  MAIN CONTENT  *******************************/

#content {
    float: left;
    padding-left: 15px;
    width: 720px; 
    padding-bottom: 15px;
}

#content p {
    line-height: 1.5em;
    margin-top: 1em;
    margin-bottom: 1em;
}

#content em {
    font-style: normal;
    font-weight: bold;
}

#content a {
    color: #880000;
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

.loginerror {
	color: #FF0000;
	font-size: 1.2em;
}


.error {
    color: #FF0000;
}

.notice {
	font-weight: bold;
    color: #DF6900;
}

.success {
    color: #008800;
}

.winner{
	font-weight: bold;
	font-size: 1.2em;
	color: #cc3322;
}

/******************************  LOCATION  *******************************/

#location {

	height: 20px;
    float: left;
    font-size: 0.80em;
    text-align: right;
	padding-top: 60px;
	margin-left: 20px;
    color: #888888;
}

#location2 {
	float: right;
	font-size: 0.70em;
	text-align: right;
	padding-top: 30px;
	padding-right: 20px;
	color: #888888;
}
#locchange a {
    color: #888888;
    text-decoration: none;
}

#locchange a:hover {
    text-decoration: underline;
}

#loccurrent {
    padding-left: 65px;
}

#locmenu {
	padding-left:5px;
	padding-top: 42px;
}

#homebutton {
	
	padding-bottom:10px;
}

#currentloc {
	color: #DD5151;
}


/******************************  INNER WRAPPER  *******************************/

#innerwrapper {
    margin: 0px;
    padding-top: 35px;
    padding-bottom: 5px;
    font-size: 0.9em;
    width: 100%;
    clear: both;
    overflow: auto;
    outline: none; /* prevent dotted border on right-click in firefox */
}

/******************************  BASIC FLOATS  *******************************/

.floatwrapper {
    overflow: hidden;
    height: 1%; /* IE6 fix */
}

.floathalf {
    width: 50%;
    float: left;
}

.floatthird {
    width: 33%;
    float: left;
}

.floatquarter {
    width: 25%;
    float: left;
}

.floatlarge {
	width: 70%;
	float: left;
}

.floatsmall {
	width: 30%;
	float: left;
}


/*************************Registration form**********************************/
#itemheader{
	font-weight: bold;
	list-style-type: none;
	padding-right: 2px;
	padding-top:10px;

}

#itembox{
	list-style-type: none;
	padding-right: 2px;
	padding-top:0.5px;
}

hr.itemline{
	border-style:solid;
	border-width: 1px;
	border-bottom:thick #cc0000;
}

#formsectionheading{
	font-size: 1.2em;
	padding: 1px 4px 1px 4px;
	font-weight: bold;
	margin-top: 20px;
	background: #fe660f;
	color: #ffffff;
	border-style:solid;
	border-width:1px;
	border-radius: 2px;
	border-color: #ff6624;
}

#allfields{
	color: #ff0024;
	font-size: 0.8em;
}

/******************************  STYLED POINTS  *******************************/

.styledpoint {
    overflow: hidden;
    height: 1%; /* IE6 fix */
    margin-top: 6px;
    padding-bottom: 6px;
    line-height: 1.6em;
}

.styledpoint em {
    font-weight: bold;
    font-style: normal;
    color: #880000;
}

.spcheckimg, .splongarrowimg, .spshortarrowimg, .spsmallarrowimg {
    float: left;
}

.spsmallarrowimg {
    padding-left: 4px;
    padding-top: 7px;
}

.spcheckimg, .splongarrowimg, .spshortarrowimg {
    padding-left: 9px;
    padding-top: 0px;
}

.spsmallarrowtext {
    padding-left: 12px;
}

.spchecktext, .spshortarrowtext {
    padding-left: 38px;
}

.splongarrowtext {
    padding-left: 45px;
}

/******************************  FOOTER  *******************************/

#footer {
    border-top: 1px solid #CCCCCC;
    clear: both;
    color: #666666;
    font-size: 0.7em;
}

#staffloginlink {
    float: left;
    margin-top: 1em;
}

#altmenu {
    float: right;
    overflow: hidden;
    margin-top: 1em;
}

#footer a {
    text-decoration: none;
    color: #666666;
}

#footer a:hover {
    text-decoration: underline;
}

#copyright {
    clear: right;
    text-align: right;
    margin-top: 1em;
    margin-bottom: 2em; /* create whitespace at bottom of page */
    float: right;
    width: 400px;
    color: #AAAAAA;
}

/******************************  GREY BORDER  *******************************/

.greyborder {
	border: 1px solid #999999;
}

/******************************  ATTACHMENT STRIP  *******************************/

.attachment {
    float: left;
    padding-right: 20px;            
}

/******************************  ROUNDED CORNER BOX/THUMBNAIL  *******************************/

.rcb-topleft, .rcb-topright, .rcb-bottomleft, .rcb-bottomright {
    background-image: url('/images/rcb800x22.gif');
    height: 11px;
    font-size: 2px; /* to correct IE */
}

.rcb-topleft, .rcb-bottomleft {
    margin-right: 11px;
}

.rcb-topright, .rcb-bottomright {
    margin-left: 11px;
    margin-top: -11px;
}

.rcb-topright {
    background-position: 100% 0;
}

.rcb-bottomleft {
    background-position: 0 -11px;
}

.rcb-bottomright {
    background-position: 100% -11px;
}

.rcb-inside {
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    color: #000000;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 16px;
    position: relative;
    text-align: center;
}

.rcb-gapsaver {
    height: 1px;
    margin: 0 0 -1px 0;
    padding: 0;
    font-size: 1px; /* to correct IE */
}

.rcb-viewerbutton {
    position: absolute;
    top: -11px;
    right: 15px;
}

/******************************  LINKS  *******************************/

.logolink {
    text-align: center;
    font-weight: bold;
    padding: 1em;
}

.linklist img {
    vertical-align: middle;
}

.linklist li a {
    font-weight: bold;
}

.unilink {
    float: left;
    text-align: center;
    width: 25%;
    padding-top: 20px;
    padding-bottom: 30px;
}

.unilinkimg {
    height: 70px;
    line-height: 70px;
}

.unilinkimg img {
    vertical-align: middle;
}

.unilinkgroup {
    overflow: auto;
    border-bottom: 1px solid #CCCCCC;
}

/******************************  RANK  *******************************/
.rank {
    float: left;
    padding-left: 0px;
    width: 35px;
}

.rankname {
	float: left;
}

.rank, .rankname {
	line-height: 1.5em;
}

/******************************  Q and A  *******************************/
#que {
	font-size: 1.1em;
	font-weight: bold;
}


/***************************CPS***********************************/
#wrapperCPS{  
    position:absolute;  
    top: 400px;  
    left:400px;  
}  
  
#linkinline{
	display: inline;
}

#sectionheading{
	padding-top: 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: #880000;

}

/************************************ICAS reward *******************************/
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .50;
	z-index: 9999;
}

.popupwin{
	display: none; /*--hidden by default--*/
	background: #ffffff;
	padding: 20px;
	border: 10px solid #ffc12c;
	float: left;
	font-size: 1em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000000;
	-moz-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

img.closebutton {
	float: right;
	margin: -40px -40px 0 0;
}



