@charset "utf-8";
/* CSS Document */

/*------default links-------*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	/*background-image: url(../images/bg.gif);*/
	background-repeat: repeat-x;
	/*background-color: #D6F9FB;*/
	background-position: left top;
	margin:0;
	font-family: verdana;
	color:#474747;
	font-size:12px;
}
td{
text-align:left;
}
.GGLogo
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/grammar_grabber_logo.png',sizingMethod='scale');
	background-repeat:no-repeat;
	height:125px;
	width:209px;
}
html>body .GGLogo
{
	background-image:url(../images/grammar_grabber_logo.png);
	background-repeat:no-repeat;
}
.user_panel {
	padding:2px 2px 2px 2px;
	background-attachment: scroll;
	background-image: url(../images/quiz/quiz_banner_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin:0;
} 
a:link, a:active, a:visited {
	color: #F07A2E;
	font-size: 12px;
	}

a:hover {
	color: #707070;
		font-size: 12px;
}

.top_nav {
	font-size: 18px;
	color: #FFFFFF;
}
.top_nav2 {
	font-size: 16px;
	color: #FF5B00;
}
/*------top nav link-------*/
a.top_nav:link, a.top_nav:active, a.top_nav:visited {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	background: url('../images/header_menu_line.gif') no-repeat right;
	padding: 0px 10px 0px 10px;
	
}

a.top_nav:hover {
	font-size: 18px;
	color: #707070;
	text-decoration: none;
	background: url('../images/header_menu_line.gif') no-repeat right;
	padding: 0px 10px 0px 10px;
}
/*------body text-------*/
.white_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.header_text_orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF5B00;
	font-weight: bold;
}

.header_text_blue {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #28BBC5;
	font-weight: bold;
}

.close_text_orange {
	font-family: Arial;
	font-size: 16px;
	color: #FF5B00;
	font-weight: bold;
}

.sub_head_text_blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #31B8BF;
}
.text_10px {
	font-size:12px;
	}
	
.dot_line {
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
}
.greyline_bottom {
	border-bottom:1px solid #CDCDCD;
}
.big_blue_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #31B8BF;
}
.med_blue_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #31B8BF;
}

.small_blue_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #31B8BF;
}

.small_orange_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF820D;
	font-weight:bold;
}


table.adminlist {
	border-spacing: 1px;
	background-color: #e7e7e7;
	color: #666;
}

table.adminlist td,
table.adminlist th { padding: 4px; }

table.adminlist thead th {
	text-align: center;
	background: #29BDC6;
	color: #666;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
	 font-size:12px;
}

table.adminlist thead td {
	text-align: center;
	background:#FF820D;
	color: #666;
 font-size:12px;
}


table.adminlist tbody tr			{ background-color: #E6FEFF;  text-align: left; }
table.adminlist tbody tr.row1:hover td  { 
background-color: #FFFFFF ;
font-size:12px;

 }




.t {background: url(../images/rounded/dot.gif) 0 0 repeat-x; width: 100%;}
.b {background: url(../images/rounded/dot.gif) 0 100% repeat-x;}
.l {background: url(../images/rounded/dot.gif) 0 0 repeat-y;}
.r {background: url(../images/rounded/dot.gif) 100% 0 repeat-y;}
.bl {background: url(../images/rounded/bl.gif) 0 100% no-repeat;}
.br {background: url(../images/rounded/br.gif) 100% 100% no-repeat;}
.tl {background: url(../images/rounded/tl.gif) 0 0 no-repeat;}
.tr {background: url(../images/rounded/tr.gif) 100% 0 no-repeat; padding:10px;}


.text_16px{
	font-size:16px;
	}


a.ranking_link:link, a.ranking_link:active, a.ranking_link:visited {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
		font-weight: bold;
}

a.ranking_link:hover {
	font-size: 16px;
	color: #707070;
	text-decoration: none;
		font-weight: bold;
	}
	
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a.footer:link, a.footer:active, a.footer:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:hover {
	font-size: 11px;
	color: #707070;
	text-decoration: none;
	}
p{
	font-size:12px;
}
.submit_button{
font-size:13px;
border:1px solid #ccc;
font-weight:normal;
}

div.error {
	border: 3px solid red;
	background-color: #fcecec;
	padding: 10px;
	margin: 0 0 25px 0;
	font-size: 12px;
}

td.error {
	border: 3px solid red;
	background-color: #fcecec;
	padding: 10px;
	margin: 0 0 25px 0;
	font-size: 12px;
	text-align:left;
}

div.error h1 {
	color: red;
}

div.error p {
	margin: 0;
}

.signup
{
	font-size: 12px;
	font-weight:bold;
	text-align:left
}
.error_field
{
	color: red;
	font-size: 12px;
	font-weight:bold;
	text-align:left
}

.quiz_question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F1792D;
	font-weight:bold;
}
.choicesTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F1792D;
}
.questionInfo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.correct_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #38B549;
}
.levelUp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #red;
}

.incorrect_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FE0000;
}
.next_question1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FE0000;
}

.tbl_incorrect{
padding: 0px 0px 0px 0px;
}

.highlight{
background-color: #e0e0e0;
height:10px;

}

.loader
{
color:#FF820D;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;

}

/*  Pagination */
.button1-left,
.button1-right,
.button2-left,
.button2-right,
.button1-left div,
.button1-right div,
.button2-left div,
.button2-right div {
	float: left;
}

.button1-left  { background: url(../images/cms/j_button1_left.png) no-repeat; margin-left: 5px; }
.button1-right { background: url(../images/cms/j_button1_right.png) 100% 0 no-repeat; margin-left: 5px; }

.button1-right .prev { background: url(../images/cms/j_button1_prev.png) no-repeat; }
.button1-left .next  { background: url(../images/cms/j_button1_next.png) 100% 0 no-repeat; }

.button1-left a,
.button1-right a {
	display: block;
	height: 26px;
	float: left;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
}

.button1-left  a { padding: 0 30px 0 6px; }
.button1-right a { padding: 0 6px 0 30px; }

.button1-left a:hover,
.button1-right a:hover { text-decoration: none; color: #0B55C4; }

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #333;
	cursor: pointer;
}

.button2-left span,
.button2-right span { cursor: default; color: #999; }

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span { padding: 0 6px; text-decoration: none; color: #0B55C4; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}

.page span {
	color: #000;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.page a {
	color: #000;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.button2-left a:hover,
.button2-right a:hover { text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}

.button2-left a,
.button2-left span { padding: 0 24px 0 6px; text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}

.button2-right a,
.button2-right span { padding: 0 6px 0 24px; text-decoration: none; color: #0B55C4; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}

.button2-left { background: url(../images/cms/j_button2_left.png) no-repeat; float: left; margin-left: 5px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}

.button2-right { background: url(../images/cms/j_button2_right.png) 100% 0 no-repeat; float: left; margin-left: 5px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}

.button2-right .prev { background: url(../images/cms/j_button2_prev.png) no-repeat; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
.button2-right .prev a { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
.button2-right.off .prev { background: url(../images/cms/j_button2_prev_off.png) no-repeat; }

.button2-right .start { background: url(../images/cms/j_button2_first.png) no-repeat; }

.button2-right.off .start { background: url(../images/cms/j_button2_first_off.png) no-repeat; }

.button2-left .page { background: url(../images/cms/j_button2_right_cap.png) 100% 0 no-repeat; }

.button2-left .next { background: url(../images/cms/j_button2_next.png) 100% 0 no-repeat; }
.button2-left .next  a { background: url(../images/cms/j_button2_next.png) 100% 0 no-repeat; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
.button2-left.off .next { background: url(../images/cms/j_button2_next_off.png) 100% 0 no-repeat; }

.button2-left .end { background: url(../images/cms/j_button2_last.png) 100% 0 no-repeat; }

.button2-left.off .end { background: url(../images/cms/j_button2_last_off.png) 100% 0 no-repeat; }

.button2-left .image 		{ background: url(../images/cms/j_button2_image.png) 100% 0 no-repeat; }
.button2-left .readmore 	{ background: url(../images/cms/j_button2_readmore.png) 100% 0 no-repeat; }
.button2-left .pagebreak 	{ background: url(../images/cms/j_button2_pagebreak.png) 100% 0 no-repeat; }
.button2-left .blank	 	{ background: url(../images/cms/j_button2_blank.png) 100% 0 no-repeat; }

.progressBar img, .percentImage1 img {
	 background: white url(images/percentImage_back1.png) top left no-repeat;
	 padding: 0;
	 margin: 5px 0 0 0;
	 background-position: 1px 0;
}

.percentImage2 img {
	 background: white url(../images/percentImage_back2.png) top left no-repeat;
	 padding: 0;
	 margin: 5px 0 0 0;
	 background-position: 1px 0;
}

.percentImage3 img {
	 background: white url(../images/percentImage_back3.png) top left no-repeat;
	 padding: 0;
	 margin: 5px 0 0 0;
	 background-position: 1px 0;
}

.percentImage4 img {
	 background: white url(../images/percentImage_back4.png) top left no-repeat;
	 padding: 0;
	 margin: 5px 0 0 0;
	 background-position: 1px 0;
}

/* Fileupload button */
.SI-FILES-STYLIZED label.cabinet
{
	height: 28px;
	background: url(../images/btn_choosefile.gif) 0 0 no-repeat;

	display: block;
	overflow: hidden;
	cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.loginTxt
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#31b8bf;
font-weight: bold;
}


/*

MOUSEOVER
*/
.tableRollOverEffect1{
	background-color:#317082;
	color:#FFF;
}

.tableRollOverEffect2{
	background-color:#000;
	color:#FFF;
}
	
.tableRowClickEffect1{
	background-color:#F00;
	color:#FFF;
}
.tableRowClickEffect2{
	background-color:#00F;
	color:#FFF;
}
	
	
	
.orangeBox
{
	float:left;
	background-image:url('../images/orangeBox.gif'); 
	width:50px; 
	height:26px;
	vertical-align:middle;
	
}
.blueTxt
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#31b8bf;
}
.grayTxt
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#656565;
}

.ProFileTxt
{
border-bottom:1px solid #c0c0c0;
font-size:12px;
color:#666666;
font-weight: bold;
line-height:normal;
height:35px;



}

.MyProfile
{
	background-image:url('../images/my_profile.gif');
	float:left;
	height:35px;
	width:143px;
	background-repeat: no-repeat;
	
	

}
.hr_line
{
	background-image:url('../images/hr.gif');
	height:10px;
	background-repeat:repeat-x;
	

}
.pricing
{
font-family:Verdana;
font-size:12px;
color:#000000;
}
.table_style{
border-bottom: 1px solid #b9e9ec;
border-right: 1px solid #b9e9ec;
background-color:#8bdbe0;
font-family:Verdana;
font-size:12px;
color:#007D99;
font-weight:bold;
text-align:center;
}
.table_style_on{
border-bottom: 1px solid #ffeab6;
border-right: 1px solid #ffeab6;
background-color:#ffdc86;
font-family:Verdana;
font-size:12px;
color:#007D99;
font-weight:bold;
text-align:center;
}

.plan_bg{
background-image: url(../images/pricing_header.gif);
background-repeat:repeat-x;
height: 88px;
font-family:Verdana;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
text-align:center;
border-bottom: 1px solid #b9e9ec;
border-right: 1px solid #b9e9ec;

}
.plan_bg2{
background-image: url(../images/pricing_header2.gif);
background-repeat:repeat-x;
height: 88px;
font-family:Verdana;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
text-align:center;
border-bottom: 1px solid #ffeab6;
border-right: 1px solid #ffeab6;

}

.pricing_bg1
{
font-family:Verdana;
font-size:12px;
color:#FFFFFF;
padding-left: 20px;
font-weight:bold;
background-image:url('../images/pricing_leftBg.gif');
background-repeat:no-repeat;
height: 40px;
width: 227px;
border-bottom: 1px solid #b9e9ec;
}
.small_gray
{
font-family:Verdana;
font-size:12px;
color:#c0c0c0;
}
.rightBox
{
font-family:Verdana;
color:#c0c0c0;
font-size:12px;
background-color: FBFDFF;
border: 1px solid #c2e9eb;
width: 190px;
padding: 10px 10px 10px 10px;
margin-top: 10px;
line-height:15px;
}
.rightBox .header
{
font-family:Verdana;
color:#00a3ac;
font-weight: bold;
}
.rightBox a
{
font-family:Verdana;
color:#00a3ac;
text-decoration: underline;
font-size:11px;

}
.pageContent
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding: 10px 10px 10px 10px;
margin-top: 10px;
line-height: 20px;
color:#474747;
}
.pageContent .header
{
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#00a3ac;
font-weight: bold;
}
.pageContent a
{
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#00a3ac;
text-decoration: underline;
font-size:16px;
}
.pageContent li
{
line-height: 20px;
}
.popUpHeader
{
font-family:Verdana;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
}
.inputField
{
	border: 1px solid #7f9db9;
	color:#b2b2b2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-left: 6px;
	width:100%;
	height: 30px;
	font-weight:bold;
}
.blueText
{
font-family:Verdana;
color:#00a3ac;
font-size:12px;
}
.hint {
   	display: none;
    position: absolute;
    width: 400px;
    margin-top: -4px;
	margin-left: 0;
    border: 1px solid #c93;
    padding: 10px 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url('../images/pointer.gif') no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url('../images/pointer.gif') left top no-repeat;
}
.members_panel
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#acacac;
}
.members_panel a:link, a:active, a:visited 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F07A2E;
}
	

.members_panel a:hover {
	color: #707070;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.rounded {
  -moz-border-radius: 1em;
  border-radius: 1em;
}
.blueNormal
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#0068C0;
font-weight: bold;
}
.profileBlue{
background-image: url(../images/gradient_blue.gif);
background-repeat:repeat-x;
height: 88px;
font-family:Verdana;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
text-align:center;
border-bottom: 1px solid #b9e9ec;
border-right: 1px solid #b9e9ec;
}
.profileBlue2{
background-color:#fbfdff;
height: 88px;
font-family:Verdana;
font-size:12px;
color:#26bcc4;
font-weight:bold;
text-align:center;
border-bottom: 1px solid #c6eaec;
border-right: 1px solid #c6eaec;

}

.paddingLeft20
{
padding-left: 20px;
}
.profileRanking
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#007D99;
padding:20px;
background-color:#8BDBE0;
font-weight:bold;
border-bottom: 1px solid #B9E9EC;
border-right: 1px solid #B9E9EC;

}
.profileRanking3
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#26bcc4;
padding:20px;
background-color:#fbfdff;
font-weight:bold;
border-bottom: 1px solid #c6eaec;
border-right: 1px solid #c6eaec;

}
.profileWhite
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}
.profileGray
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}

.profileRanking2
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFFFFF;
text-align:center;
background-color:#8BDBE0;
font-weight:bold;
border-bottom: 1px solid #B9E9EC;
border-right: 1px solid #B9E9EC;

}
.profileRanking4
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#666666;
text-align:center;
background-color:#fbfdff;
border-bottom: 1px solid #c6eaec;
border-right: 1px solid #c6eaec;
}
.profileRanking5
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#666666;
text-align:left;
background-color:#fbfdff;
border-bottom: 1px solid #c6eaec;
border-right: 1px solid #c6eaec;
}
.profileBlack
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
font-weight:bold;
}
.rankingHeaderBg
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ff5b00;
font-size:14px;
font-weight:bold;
background-color:#ffe6c5;
border-bottom:1px solid #c0c0c0;
padding:5px;
}

.rankingBg
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#31b8bf;
font-size:14px;
background-color:#e6feff;
border-bottom:1px solid #c6e8e9;
padding:5px;
}
.rankingTxt a
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#31b8bf;
font-size:11px;
font-weight:bold;
}
.theladderBlue
{

background-image: url(../images/gradient_blue.gif);
background-repeat:repeat-x;
height: 40px;
font-family:Verdana;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
text-align:center;
border-bottom: 1px solid #b9e9ec;
border-right: 1px solid #b9e9ec;

}
.theladderBg
{
background-color:#8bdbe0;
height: 40px;
font-family:Verdana;
font-size:12px;
color:#007d99;
font-weight:bold;
text-align:center;
border-bottom: 1px solid #b9e9ec;
border-right: 1px solid #b9e9ec;
}
.usernameTxt
{
font-family:Verdana;
font-size:18px;
font-weight:bold;
color:#007d99;
}

span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url('../images/checkbox.png') no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url('../images/checkbox.png') no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}
.redTxt
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:12px;

}
.regTxt
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#c0c0c0;
	font-size:12px;

}
.blackTxt
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}
.whiteTxt
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}
.testiQuote
{
background-image: url(../images/quote.gif);
background-repeat:no-repeat;
height: 109px;
width:493px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
line-height:20px;
}
.orangeTxt
{
	color: #F07A2E;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.alpha-shadow {
	float:left;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 0px 0 0 1px !important;
	margin: 0px 0 0 1px;
	}

.alpha-shadow div {
	background: url(../images/shadow2.png) no-repeat left top !important;
	background: url(../images/shadow2.gif) no-repeat left top;
	float: left;
	padding: 0px 6px 6px 0px;
	}

.alpha-shadow img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 0px;
	margin: 0;
	}

.highlightit img
{
border: 2px solid #c0c0c0;
}
.highlightit:hover img
{
border: 2px solid #999999;
}
.highlightit:hover img
{
color:black;
}

.MyStatMenu
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/MenuStats_off.png',sizingMethod='scale');
	height:48px;
	width:160px;
}

html>body .MyStatMenu
{
	background-image:url(../images/MenuStats_off.png);
	background-repeat:no-repeat
}

.MyStatMenu_on
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/MenuStats_on.png',sizingMethod='scale');
	height:48px;
	width:160px;
}

html>body .MyStatMenu_on
{
	background-image:url(../images/MenuStats_on.png);
	background-repeat:no-repeat
}




.MyProfile_off
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/MenuProfile_off.png',sizingMethod='scale');
	height:48px;
	width:160px;
}

html>body .MyProfile_off
{
	background-image:url(../images/MenuProfile_off.png);
	background-repeat:no-repeat
}

.MyProfile_on
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/MenuProfile_on.png',sizingMethod='scale');
	height:48px;
	width:160px;
}

html>body .MyProfile_on
{
	background-image:url(../images/MenuProfile_on.png);
	background-repeat:no-repeat
}


.MyBilling
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/MenuBilling_off.png',sizingMethod='scale');
	height:48px;
	width:160px;
}
html>body .MyBilling
{
	background-image:url(../images/MenuBilling_off.png);
	background-repeat:no-repeat
}

.MyBilling_on
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/MenuBilling_on.png',sizingMethod='scale');
	height:48px;
	width:160px;
}

html>body .MyBilling_on
{
	background-image:url(../images/MenuBilling_on.png);
	background-repeat:no-repeat
}

.MyPractice_off
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/MenuPractice_off.png',sizingMethod='scale');
	height:48px;
	width:160px;
}

html>body .MyPractice_off
{
	background-image:url(../images/MenuPractice_off.png);
	background-repeat:no-repeat
}

.MyPractice_on
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/MenuPractice_on.png',sizingMethod='scale');
	height:48px;
	width:160px;
}

html>body .MyPractice_on
{
	background-image:url(../images/MenuPractice_on.png);
	background-repeat:no-repeat
}

.MyQuiz_off
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/MenuTest_off.png',sizingMethod='scale');
	height:48px;
	width:160px;
}

html>body .MyQuiz_off
{
	background-image:url(../images/MenuTest_off.png);
	background-repeat:no-repeat
}

.MyQuiz_on
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/MenuTest_on.png',sizingMethod='scale');
	height:48px;
	width:160px;
}

html>body .MyQuiz_on
{
	background-image:url(../images/MenuTest_on.png);
	background-repeat:no-repeat
}



html>body .MyQuiz_inactive
{
	background-image:url(../images/MenuTest_inactive.gif);
	background-repeat:no-repeat
}

.MyQuiz_inactive
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/MenuTest_inactive.png',sizingMethod='scale');
	height:48px;
	width:160px;
}

html>body .MyQuiz_inactive
{
	background-image:url(../images/MenuTest_inactive.gif);
	background-repeat:no-repeat
}

.MyForum
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/MenuForum_off.png',sizingMethod='scale');
	height:48px;
	width:156px;
}
html>body .MyForum
{
	background-image:url(../images/MenuForum_off.png);
	background-repeat:no-repeat
}

.MyForum_on
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/MenuForum_on.png',sizingMethod='scale');
	height:48px;
	width:156px;
}

html>body .MyForum_on
{
	background-image:url(../images/MenuForum_on.png);
	background-repeat:no-repeat
}


.imgHide
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/hide_off.png',sizingMethod='scale');
	height:12px;
	width:49px;
}
html>body .imgHide
{
	background-image:url(../images/hide_off.png);
	background-repeat:no-repeat;
}

.imgHide_on
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/hide_on.png',sizingMethod='scale');
	height:12px;
	.height: 8px;
	width:49px;
}

html>body .imgHide_on
{
	background-image:url(../images/hide_on.png);
	background-repeat:no-repeat;
}

.imgShow
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/show_off.png',sizingMethod='scale');
	height:12px;
	.height: 8px;
	width:49px;
}
html>body .imgShow
{
	background-image:url(../images/show_off.png);
	background-repeat:no-repeat
}

.imgShow_on
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/show_on.png',sizingMethod='scale');
	height:12px;
	width:49px;
}

html>body .imgShow_on
{
	background-image:url(../images/show_on.png);
	background-repeat:no-repeat;
}

.btnSignup
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/btn_signup.png',sizingMethod='scale');
	height:25px;
	width:105px;
}
html>body .btnSignup
{
	background-image:url(../images/btn_signup.png);
	background-repeat:no-repeat;
}

.btnSignup_on
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/btn_signup_roll.png',sizingMethod='scale');
	height:25px;
	width:105px;
}

html>body .btnSignup_on
{
	background-image:url(../images/btn_signup_roll.png);
	background-repeat:no-repeat;
}


.myStatsHead
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:16px;
	font-weight:bold;
}
.myStatsHead2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#26bcc4;
	font-size:14px;
	font-weight:bold;
}

.myStatBlue{
background-color:#fbfdff;
height: 50px;
font-family:Verdana;
font-size:12px;
color:#26bcc4;
font-weight:bold;
text-align:center;
border-bottom: 1px solid #c6eaec;
border-right: 1px solid #c6eaec;
}
.myStatRanking
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#007D99;
padding:10px 5px 10px 20px;
background-color:#8BDBE0;
font-weight:bold;
border-bottom: 1px solid #B9E9EC;
border-right: 1px solid #B9E9EC;

}
.myStatRanking2
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
text-align:center;
background-color:#8BDBE0;
font-weight:bold;
border-bottom: 1px solid #B9E9EC;
border-right: 1px solid #B9E9EC;

}
.quizBg
{
height: 60px;
font-family:Verdana;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
text-align:center;
}
.quizBigTxt
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#007D99;
text-align:left;
font-weight:bold;
}
.quizBigTxt2
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
text-align:left;
font-weight:bold;
}
.clear{
clear:both;
}
.blue_table_bg_left {
	background-color: #E7F3FF;
	background-image: url(../images/home_blueTable_bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.blue_table_bg_right {
	background-image: url(../images/home_blueTable_leftBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.text_14px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #474747;
}
.latest_news_header_bg {
	background-image: url(../images/home_news_headBG.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #31B8BF;
}

.text_12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474747;
}
.orange_table_bg {
	background-color: #FF7800;
	background-image: url(../images/home_orangeTable_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.text_12px_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.ranking_nav_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF7D2;
}
.text_11px_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #31B8BF;
}
.text_30px_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #31B8BF;
}
.refer_friend_bg {
	background-image: url(../images/home_refer_friend_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
