/* WC MAIN STYLESHEET */
/* $Id$ */

#container_main{}

#container_header
{
	width: 100%;
	display: block;
	height: 84px;
}

#container_header #header_left img
{
	border: none;
}

#container_header .img_logo
{
	width: 228px;
	height: 88px;
	background: url(/img/logo2.gif) no-repeat left;
}

#container_header #header_right
{
	height: 88px;
	width: 696px;
}
#container_header #header_right #banner
{
	background: url(/img/topbanner2.gif) no-repeat left;
	background-color: #d2e1bb;
	height: 58px;
	width: 100%;
}

#container_header #header_right #links
{
	background-color: #d2e1bb;
	font-size: 16px;
	height: 30px;
	width: 100%;
	line-height: 30px;
	font-weight: bold;
}

#container_header h1
{
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
}

#container_header h2
{
	padding: 0px;
	margin: 0px;
	color: #34256a;
}

#container_login
{
	width: 228px;
	height: 95px;
	background: url(/img/login_panel2.gif) no-repeat left;
	padding-left: 10px;
	color: #fff;
}

#container_login h6
{
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
}

#container_login a:link, #container_login a:visited { color: #f2bb2a; text-decoration: none; }
#container_login a:hover { color: #ff0; }
#container_login a:active { color: #fff; }

	
#container_login img
{
	border: none;
}

#container_login form
{
	margin: 0px;
	padding: 0px;
}

#container_login input
{
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

#container_login .register_pad
{
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
}

#container_header #links a:link, #container_header #links a:visited { color: #000; text-decoration: none; }
#container_header #links a:hover { color: #851A1A; }
#container_header #links a:active { color: #F00; }

#container_loggedin
{
	background: url(/img/bg2.gif) left;
	padding-top: 3px;
	padding-right: 5px;
	height: 25px;

	color: #fff;
}
/*
#container_loggedin a:link, #container_loggedin a:visited { color: #f2bb2a; text-decoration: none; }
#container_loggedin a:hover { color: #ff0; }
#container_loggedin a:active { color: #fff; }
*/

#container_loggedin #logout
{
	float: right;
}

#container_loggedin #logout img
{
	padding-top: 2px;
	border: none;
}

#container_loggedin #identity
{
	float: right;
	padding-top: 2px;
	padding-right: 5px;
}

#container_loggedin #links
{
	float: left;
	padding-top: 2px;
	padding-left: 15px;
	
}

#container_loggedin #links a:link, #container_loggedin #links a:visited { color: #f2bb2a; text-decoration: none; }
#container_loggedin #links a:hover { color: #ff0; }
#container_loggedin #links a:active { color: #fff; }

#container_loggedin #logout form
{
	padding: 0px;
	margin: 0px;
}

.leftfloat { float: left; }
.clearfloat { clear: both; }

#container_body
{
	margin-left: auto;
	margin-right: auto;
}

#container_footer
{
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
}

.padform
{
	width: 350px;
	padding:0px;
}

.padform h2
{
	text-align: center;
	margin: 0px;
	padding: 3px;
	
}

.prettyblock
{
	padding: 10px;
	padding-left: 30px;
}

.prettyblock img
{
	border: none;
}

.prettyblock label
{
	display: block;
	padding: 5px;
	margin-left: -10px;
	font-weight: bold;
}

.prettyblock fieldset
{
	border: none;
}

.prettyblock fieldset label
{
	display: inline;
	font-weight: bold;
	width: 170px;
	float: left;
	text-align: right;
	padding: 0px;
}

.prettyblock fieldset p
{
	padding: 10px;
	margin: 0px;
}

.prettyblock h3
{
	color: #002200;
}
.prettyblock fieldset legend
{
	padding-left: 0px;
	margin-left: 0px;
	color: #002200;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.rec_editblock
{
	padding: 10px;
	padding-left: 10px;
	color: #000066;
	background: url(/img/bg3.gif) left;
}

.rec_editblock img
{
	border: none;
}

.rec_editblock label
{
	display: block;
	padding: 5px;
	margin-left: -10px;
	color: #000066;
	font-weight: bold;
}

.rec_editblock input, .rec_editblock select
{
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 5px;
}

.rec_editblock fieldset
{
	border: none;
}

.rec_editblock fieldset label
{
	display: inline;
	color: #000066;
	font-weight: bold;
	width: 170px;
	float: left;
	text-align: right;
}

.rec_editblock fieldset p
{
	padding: 10px;
	margin: 0px;
}

.rec_editblock h3
{
	color: #002200;
}
.rec_editblock fieldset legend
{
	padding-left: 0px;
	margin-left: 0px;
	color: #002200;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

/* .rec_editblock a:link, .rec_editblock a:visited { color: #f2bb2a; text-decoration: none; }
.rec_editblock a:hover { color: #ff0; }
.rec_editblock a:active { color: #fff; } */

.error
{
	margin: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #f00;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #f00;
	background-color: #fee;
	width: 450px;
}

.error2
{
	margin: 0px;
	font-size: 12px;
	color: #f00;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #f00;
	background-color: #fee;
}

.success
{
	margin: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #00f;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #00f;
	background-color: #eef;
	width: 450px;
}

/* WC INDIVIDUAL BUTTONS STYLESHEET */
.button
{
	width: 52px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	padding: 52 0 0;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

.button_login		{ background: url(/img/login2.gif); }
.button_logout		{ background: url(/img/logout2.gif); }
.button_continue	{ background: url(/img/continue2.gif); }
.button_save		{ background: url(/img/save.gif); }

.buttonlarge
{
	width: 80px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	padding: 52 0 0;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

.button_viewrank	{ background: url(/img/but_viewrank.gif); }
.button_startrank	{ background: url(/img/but_startrank.gif); }

.listlink
{
	font-weight: bold;
	border: 1px solid green; 
	padding: 10px; 
	margin: 5px;
	width: 200px;
	background-color:#eeffee;
}

.listlink img
{
	border: none;
}

.listlinks li
{
	font-weight: bold;
	border: 1px solid green; 
	padding: 10px; 
	margin: 5px;
	width: 200px;
	background-color:#eeffee;
	list-style: none;
}

/* -------------------- rounded buttons -------------------- */
.round, .roundon
{
	cursor:pointer; 
	/*cursor:hand; */
	line-height: 36px;
	background:url(/img/buttong.jpg) no-repeat right top; 
	font-size: 16px;
	font-weight: bold;
	padding-right:30px; 
	vertical-align:middle;
	display:block;
	display:inline-block;
	display:-moz-inline-box;
	margin: 0px;
}

.roundon
{
	background:url(/img/buttongon.jpg) no-repeat right top; 
}

.round span, .roundon span
{ 
	background:url(/img/buttong.jpg) no-repeat left top; 
	font-size: 16px;
	font-weight: bold;
	height:41px;
	display:block;
	display:inline-block;
	padding-left:30px; line-height:36px;
	margin: 0px;
}

.roundon span
{
	background:url(/img/buttongon.jpg) no-repeat left top; 
}

a.round:hover, a.roundon:hover {background-position:right -196px;}
a.roundon:link, a.roundon:visited, a.roundon:hover { color: #000;}
a.round:hover span, a.roundon:hover span {background-position:left -196px;}
a.roundon:hover span { color: #000;}

/* -------------------- rounded buttons -------------------- */

.rec_edit {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	width: 925px;
	padding: 10px;
	list-style: none;
	display:block;
	display:inline-block;
	display:-moz-inline-box;
	float: left;
	border: 1px solid #000;
	background-color:#b2c7db;
	margin: 15px;
}
.rec_view {
	font-size: 12px;
	padding: 5px;
	padding-top: 6px;
/*	height: 25px; */
	list-style: none;
	display:block;
	display:inline-block;
	display:-moz-inline-box;
	float: left;
	background-color:#dfeaf5;
	border: 1px solid #86a7c4; 
}
.clistheader, .clistrows, .clistrows2
{
	margin: 0px;
	padding: 0px;
	margin-top: 1px;
}
.clistheader
{
	margin-top: 10px;
}

.clistheader li, .clistheadersel li
{
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	list-style: none;
	display:block;
	display:inline-block;
	display:-moz-inline-box;
	float: left;
	background-color:#b2c7db;
	border: 1px solid #86a7c4; 
}

.clistheadersel li
{
	background-color:#a5c486;
	border: 1px solid #86a7c4; 
}

.clistrows li
{
	font-size: 12px;
	padding: 5px;
	padding-top: 6px;
	height: 25px;
	list-style: none;
	display:block;
	display:inline-block;
	display:-moz-inline-box;
	float: left;
	background-color:#dfeaf5;
	border: 1px solid #86a7c4; 
}

.clistrows2 li
{
	font-size: 12px;
	padding: 5px;
	list-style: none;
	display:block;
	display:inline-block;
	display:-moz-inline-box;
	float: left;
	background-color:#dfeaf5;
	border: 1px solid #86a7c4; 
}

.clistrowsmall li
{
	font-size: 10px;
	font-weight: normal;
	padding: 2px;
	padding-left: 5px;
	list-style: none;
	display:block;
	display:inline-block;
	display:-moz-inline-box;
	float: left;
	background-color:#eee;
	border: 1px solid #ddd; 
}

.clistrowsmallsel
{
	background-color:#f2bb2a;
	border: 1px solid #86a7c4;
}

/* WC INDIVIDUAL PAGE STYLESHEET */

#container_login2
{
	margin: 0px auto;
	width: 100%;
}

#container_login2 #login
{
	width: 350px;
	text-align: left;
}

#container_register
{
	margin: 0px auto;
	width: 100%;
}

#container_register #registration
{
	width: 650px;
	text-align: left;
}

#container_rec_edit #container_rec_view
{
	margin: 0px auto;
	width: 100%;
	width: 925px;
	text-align: left;
}


.noborderorbg
{
	border: none;
	background-color: none;
	background: none;
}

/* Packages */
.head_packages
{
	text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.head_features
{
	background-color: #fff;
	width: 250px;
	font-size: 11px;
	font-weight: bold;
}

.row_features
{
	text-align: center;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

.cell_features
{
	background-color: #fff;
	width: 250px;
	text-align: left;
}

.cell_white
{
	background-color: #fff;
	text-align: center;
}

.cell_basic
{
	background-color: #dfdfdf;
	width: 100px;
}

.cell_timesaver
{
	background-color: #f3dd48;
	width: 100px;
}

.cell_advisor
{
	background-color: #adf348;
	width: 100px;
}

#essayadvisorhead
{
	text-align: center;
	width: 100%;
	padding-bottom: 15px;
}

#essayadvisorhead .middle
{
	position: relative;
	top: 15px;
}


.thoughtstarterlistheader
{
	font-size: 14px;
	font-weight: bold;
}
.thoughtstarterlistquestion
{
	font-size: 14px;
}
.thoughtstarterlistanswer
{
	font-size: 14px;
	font-style: italic;
}
.thoughtstarterquestion
{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	width: 650px;
}
.essayquizslider
{
	background:url(/img/slider/bg-fader.gif) 5px 0 no-repeat !important;
}
.essayquiztext
{
	border-width:thin;
	border-style:solid;
}
.essayquizprompt
{
	font-size: 14px;
	font-style: italic;
}
.wordwebrankbox
{
	border-width:thin;
	border-style:solid;
}

.noul a
{
	position: relative;
	top: -5px;	
}

.noul a:link, .noul a:visited { text-decoration: none; font-weight: bold; }
.noul a:hover { color: #f00; }
.noul a:active { color: #f00; }

.noul img
{
	border: none;
	position: relative;
	top: 5px;	
}

.aborder a
{
/*	border: 1px solid #99a; */
	padding: 3px;
	height: 20px;
}

/* -------------------- Word Web Page Styles -------------------- */

.essaywordwebname

{
	height: 179px;
	width: 181px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left top;
}

.essaywordwebname2
{
	height: 209px;
	width: 215px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left top;
}

.essaywordwebname {	 background:url(/img/wwb.jpg); }
.essaywordwebname2 { background:url(/img/wwb2.jpg); }

.essaywordwebname input
{
	margin: 0px;
	padding: 0px;
	margin-top: 75px;
}

.essaywordwebname2 h3
{
	margin: 0px;
	padding: 0px;
	margin-top: 95px;
}

.wordwebbutL0 {	background:url(/img/button_ww0l.jpg); }
.wordwebbutL1 {	background:url(/img/button_ww1l.jpg); }
.wordwebbutL2 {	background:url(/img/button_ww2l.jpg); }
.wordwebbutL3 {	background:url(/img/button_ww3l.jpg); }
.wordwebbutL4 {	background:url(/img/button_ww4l.jpg); }

.wordwebbutL0, .wordwebbutL1, .wordwebbutL2, .wordwebbutL3, .wordwebbutL4
{
	width: 9px;
	height: 40px;
	display:block;
	display:inline-block;
	display:-moz-inline-box;
	vertical-align: top;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}

.wordwebbutR0 {	background:url(/img/button_ww0r.jpg); }
.wordwebbutR1 {	background:url(/img/button_ww1r.jpg); }
.wordwebbutR2 {	background:url(/img/button_ww2r.jpg); }
.wordwebbutR3 {	background:url(/img/button_ww3r.jpg); }
.wordwebbutR4 {	background:url(/img/button_ww4r.jpg); }

.wordwebbutR0, .wordwebbutR1, .wordwebbutR2, .wordwebbutR3, .wordwebbutR4
{
	font-weight: bold;
	height: 40px;
	display:block;
	display:inline-block;
	display:-moz-inline-box;
	float: left;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: right top;
}

.wordwebbut2L0 {	background:url(/img/button_wwb0l.jpg); }
.wordwebbut2L1 {	background:url(/img/button_wwb1l.jpg); }
.wordwebbut2L2 {	background:url(/img/button_wwb2l.jpg); }
.wordwebbut2L3 {	background:url(/img/button_wwb3l.jpg); }
.wordwebbut2L4 {	background:url(/img/button_wwb4l.jpg); }

.wordwebbut2L0, .wordwebbut2L1, .wordwebbut2L2, .wordwebbut2L3, .wordwebbut2L4
{
	width: 9px;
	height: 120px;
	display:block;
	display:inline-block;
	display:-moz-inline-box;
	vertical-align: top;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}

.wordwebbut2R0 {	background:url(/img/button_wwb0r.jpg); }
.wordwebbut2R1 {	background:url(/img/button_wwb1r.jpg); }
.wordwebbut2R2 {	background:url(/img/button_wwb2r.jpg); }
.wordwebbut2R3 {	background:url(/img/button_wwb3r.jpg); }
.wordwebbut2R4 {	background:url(/img/button_wwb4r.jpg); }

.wordwebbut2R0, .wordwebbut2R1, .wordwebbut2R2, .wordwebbut2R3, .wordwebbut2R4
{
	font-weight: bold;
	height: 120px;
	display:block;
	display:inline-block;
	display:-moz-inline-box;
	float: left;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: right top;
}

.wwb_blank_tl
{
	width: 189px;
	height: 96px;	
}

.wwb_t
{
	width: 218px;
	height: 168px;
	background:url(/img/wwb_t.jpg) no-repeat left top;
	vertical-align: top;
}

.wwb_t2
{
	width: 218px;
	height: 168px;
	background:url(/img/blank.jpg);
	vertical-align: top;
}

.wwb_t .content
{
	width: 156px;
	height: 100px;
	margin-left: 33px;
	margin-top: 42px;
	padding-top: 3px;
	padding-left: 3px;
}

.wwb_blank_tr
{
	width: 187px;
	height: 96px;	
}

.wwb_ml
{
	width: 188px;
	height: 216px;
	background:url(/img/wwb_ml.jpg) no-repeat right top;
	vertical-align: top;
}

.wwb_ml2
{
	width: 188px;
	height: 216px;
	background:url(/img/blank.jpg);
	vertical-align: top;
}

.wwb_ml .content
{
	width: 156px;
	height: 100px;
	margin-left: 20px;
	margin-top: 69px;
	padding-top: 3px;
	padding-left: 3px;
}

.wwb_mll
{
	width: 18px;
	height: 144px;
	background:url(/img/wwb_mll.jpg) no-repeat left top;
	vertical-align: top;
}

.wwb_mll2
{
	width: 18px;
	height: 144px;
	background:url(/img/blank.jpg);
	vertical-align: top;
}

.wwb_m
{
	width: 178px;
	height: 144px;
	background:url(/img/wwb_m.jpg) no-repeat left top;
	vertical-align: top;
	text-align: center;
}

.wwb_m .content
{
	padding-top: 50px;
}

.wwb_mrr
{
	width: 22px;
	height: 144px;
	background:url(/img/wwb_mrr.jpg) no-repeat left top;
	vertical-align: top;
}

.wwb_mrr2
{
	width: 22px;
	height: 144px;
	background:url(/img/blank.jpg);
	vertical-align: top;
}

.wwb_mr
{
	width: 187px;
	height: 216px;
	background:url(/img/wwb_mr.jpg) no-repeat left top;
	vertical-align: top;
}

.wwb_mr2
{
	width: 187px;
	height: 216px;
	background:url(/img/blank.jpg);
	vertical-align: top;
}

.wwb_mr .content
{
	width: 156px;
	height: 100px;
	margin-left: 13px;
	margin-top: 67px;
	padding-top: 3px;
	padding-left: 3px;
}

.wwb_bl
{
	width: 227px;
	height: 208px;
	background:url(/img/wwb_bl.jpg) no-repeat left top;
	vertical-align: top;
}

.wwb_bl2
{
	width: 227px;
	height: 208px;
	background:url(/img/wwb_bl2.jpg) no-repeat left top;
	vertical-align: top;
}

.wwb_bl .content
{
	width: 156px;
	height: 100px;
	margin-left: 30px;
	margin-top: 53px;
	padding-top: 3px;
	padding-left: 3px;
}

.wwb_br
{
	width: 226px;
	height: 208px;
	background:url(/img/wwb_br.jpg) no-repeat left top;
	vertical-align: top;
}

.wwb_br2
{
	width: 226px;
	height: 208px;
	background:url(/img/wwb_br2.jpg) no-repeat left top;
	vertical-align: top;
}

.wwb_br .content
{
	width: 156px;
	height: 100px;
	margin-left: 45px;
	margin-top: 53px;
	padding-top: 3px;
	padding-left: 3px;
}

.wwb_blank_bl
{
	width: 70px;
	height: 208px;	
}


.wwb_blank_br
{
	width: 71px;
	height: 208px;	
}

/* Hide delete buttons for testing */
.wwb_ml_del { display: none; }
.wwb_mr_del { display: none; }
.wwb_br_del { display: none; }
.wwb_bl_del { display: none; }
	
.wwb_br_del a
{
	z-index: 500;
	position: relative;
	left: 60px;
	top: -130px;
}

.wwb_br_del img
{
	border: none;
}

.wwb_bl_del a
{
	z-index: 500;
	position: relative;
	left: 145px;
	top: -133px;
}

.wwb_bl_del img
{
	border: none;
}


.wwb_ml_del a
{
	z-index: 500;
	position: relative;
	left: 180px;
	top: -45px;
}

.wwb_ml_del img
{
	border: none;
}

.wwb_mr_del a
{
	z-index: 500;
	position: relative;
	left: -10px;
	top: -45px;
}

.wwb_mr_del img
{
	border: none;
}


.highlightedExample
{
	border:3px solid #FF0000 !important;
}
.wordwebli2R0 {	background:url(/img/button_wwbs0r.jpg); }
.wordwebli2R1 {	background:url(/img/button_wwbs1r.jpg); }
.wordwebli2R2 {	background:url(/img/button_wwbs2r.jpg); }
.wordwebli2R3 {	background:url(/img/button_wwbs3r.jpg); }
.wordwebli2R4 {	background:url(/img/button_wwbs4r.jpg); }

.wordwebli2R0, .wordwebli2R1, .wordwebli2R2, .wordwebli2R3, .wordwebli2R4
{
	font-weight: bold;
	height: 50px;
	width: 200px;
	display:block;
	display:inline-block;
	display:-moz-inline-box;
	float: left;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: right top;
}

.tsblock
{
	border: none;
}

.blueblock
{
	padding: 5px;
}

.blueblock fieldset
{
	font-size: 12px;
	padding: 5px;
	padding-top: 6px;
	background-color:#dfeaf5;
	border: 1px solid #86a7c4;
}

.blueblock fieldset legend
{
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	list-style: none;
	display:block;
	display:inline-block;
	display:-moz-inline-box;
	background-color:#b2c7db;
	border: 1px solid #86a7c4;
}

.blueblock fieldset h3
{
	color: #034e8e;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #86a7c4;
	padding-bottom: 5px;
}

.blueblock fieldset label
{
	display:block;
	display:inline-block;
	display:-moz-inline-box;
	width: 150px;
	font-weight: bold;
}

.dotable
{
	font-size: 12px;
	padding: 5px;
	padding-top: 6px;
	background-color:#dfeaf5;
	border: 1px solid #86a7c4;
}

.dotableinvis
{
	font-size: 12px;
	padding: 15px;
	padding-top: 6px;
}

.dotable th, .dotableinvis th
{
		border-bottom: 1px solid #86a7c4;
		text-align: left;
		background-color:#b2c7db;
		height: 25px;
		padding: 5px;
		font-size: 16px;
}

.dotable td, .dotableinvis td
{
		border-bottom: 1px solid #b6c9db;
		text-align: left;
		padding-left: 5px;
		background-color:#d2dbe5;
		height: 25px;
		font-size: 12px;
		font-weight: normal;
}

.dotable td a, .dotableinvis td a
{
	font-weight: bold;
}

#navbox
{
	text-align: right;
}

#navbox ul {
	display: inline;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:0;
	margin-top:0;
	margin-left:0;
	color:#fff;
	font-weight: bold;
	width:75px;
	line-height:20px;
}

#navbox ul li {
	display:inline;
	padding-left:0;
	padding-right:0;
	padding-bottom:5px;
	padding-top:5px;
	background:url(https://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/assets/skins/sam/sprite.png) repeat-x 0 -1405px;
	border-left: 1px solid #999;
}

#navbox ul .selectme {
	display:inline;
	padding-left:0;
	padding-right:0;
	padding-bottom:5px;
	padding-top:5px;
	background:url(https://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/assets/skins/sam/sprite.png) repeat-x 0 -1315px;
}


#navbox ul li a {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	color:#fff;
	text-decoration:none;
}

#navbox ul .selectme a {
	color:#000;
	font-weight: bold;
	text-decoration:none;
}

#navbox ul li a:hover {
	color:#ff0;
	font-weight: bold;
}
#navbox ul .selectme a:hover {
	color:#900;
}

.organizer_event_title
{
	font-weight: bold;
	background:url(https://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/assets/skins/sam/sprite.png) repeat-x 0 -1405px;
	color: #fff;
	padding: 3px;
}

.organizer_header
{
	font-size:14px;
	font-weight: bold;
	padding:10px;
}

.organizer_scroll_container
{
	overflow-y: auto;
	height: 450px;
}

.organizer_hours
{
	padding: 5px;
	margin: 2px;
	background:url(https://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/assets/skins/sam/sprite.png) repeat-x 0 -1705px;
	min-height: 30px;
}

/* College Visit Planner */

#topbox
{
	position: absolute;
	
    top:50%;
    left:50%;

	padding: 5px;
	width: 550px;
	background-color: #FFFFFF;
	
	border: 2px solid #9c9d9f;
	
	/*Must use a z-index greater than the screen overlay*/
	z-index: 1001;
}

#calbox
{
	position: absolute;
	
	background-color: #FFFFFF;
	
	border: 1px solid #9c9d9f;
	
	/*Must use a z-index greater than the screen overlay*/
	z-index: 1001;
}



.topboxtitle
{
	padding: 4px;
	background-color:#006666;
	font-size: 14px;
	font-weight: bold;
	color: #fff;	
}

#screenoverlay
{
	position: absolute;
	left: 0px;
	top: 0px;

	width: 100%;
	height: 100%;
	background-color: #CCCCFF; /* dark gray */

	opacity: .75;
	filter: alpha(opacity=75);

	z-index: 1000;
}



.onTimeTask {
	color:#008800 !important;
	text-decoration:none;
}
.onTimeTask a{
	color:#008800 !important;
}
.overdueTask {
	color:#880000 !important;
	text-decoration:none;
}
.overdueTask a{
	color:#880000 !important;
}
.criticallyOverdueTask {
	color:#880000 !important;
	font-weight: bold;
}
.criticallyOverdueTask a{
	color:#880000 !important;
	font-weight: bold;
}
.disappearedTask {
	font-style: italic;
}
.disappearedTask a{
	font-style: italic;
}
.popupHelp {
	color:#ffffff !important;
	font-style: italic;
	display: inline;
	float: left;
}
.inlineField {
	display: inline;
	float: left;
}
.showcal
{
	background: url(/img/calendar.gif) no-repeat top left;
	height: 25px;
	width: 28px;
	display:block;
	display:inline-block;
	display:-moz-inline-box;
	border: none;
}


