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

a:link, a:visited { color: #213D8D; }
a:hover { color: #851A1A; }
a:active { color: #F00; }

#container_main{}

#container_header
{
	font-family: sans-serif;
	font-size: 14px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

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

#container_header h2
{
	padding: 0px;
	margin: 0px;
/*	color: #34256a; */
	color: #1E3A4F
}

#container_login
{
	width: 228px;
	height: 95px;
	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;
	text-align:center;
}

#container_footer
{
	font-family: sans-serif;
	font-size: 10pt;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 0px;
}

#pagination
{
	font-family: sans-serif;
	font-size: 10pt;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 0px;
}
.centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  background-color: red;
  color: white;
} 

.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: 5px;
}

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

.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
{
	font-family: sans-serif;
	font-size: 12px;
	padding: 10px;
	padding-left: 10px;
	width: 750px;
	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
{
	font-size: 12px;
	border: none;
}

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

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

.rec_editblock h2
{
	font-size: 24px;
	color: #002200;
}
.rec_editblock h3
{
	font-size: 18px;
	color: #002200;
	margin: 2px;
}
.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
{
	background-color: #fee;
	border: 1px solid #f00;
	color: #f00;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	margin-bottom: 5px;
	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: 52px 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); background-repeat: no-repeat;}
.button_logout		{ background: url(/img/logout2.gif); background-repeat: no-repeat;}
.button_continue	{ background: url(/img/continue2.gif); background-repeat: no-repeat;}
.button_save		{ background: url(/img/save.gif); background-repeat: no-repeat;}

.buttonlarge
{
	width: 80px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	padding: 52px 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;
}

.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: 2px;
	margin-top: 0;
}
.clistheader li, .clistheadersel li
{
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	height: 18px;
	list-style: none;
	display:block;
	display:inline-block;
	display:-moz-inline-box;
	float: left;
	background-color:#b2c7db;
	border: 1px solid #86a7c4; 
	margin-top: 0px;
}

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

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

.clistrows2 li
{
	font-family: sans-serif;
	font-size: 12px;
	padding: 2px;
	list-style: none;
	display:block;
	display:inline-block;
	display:-moz-inline-box;
/*	float: left; */
	float: left;
	background-color:#dfeaf5;
	border: 1px solid #86a7c4; 
	margin-top: 0px;
}

.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
{
	font-family: sans-serif;
	font-size: 12px;
	margin: 0px auto;
	width: 100%; 
}

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

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

#container_register #registration
{
	font-family: sans-serif;
	width: 750px;
	text-align: left;
}

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


.noborderorbg
{
	border: none;
	background-color: #fff;
	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;
}

.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;
}

.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-family: sans-serif;
	font-size: 12px;
	padding: 0;
/*	padding-top: 1px; */
	height: 14px;
/*	background-color:#dfeaf5; */
	background-color:#b2c7db;
	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:#d2dbe5;
		height: 18px;
		padding: 4px;
		font-size: 14px;
}

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

.dotable td a, .dotableinvis td a
{
	font-weight: bold;
}
#centertable
{
	margin-left: auto; margin-right: auto; /* standard centering method */
	display: block;
}

#asset {
	font-family: sans-serif;
	font-size: 12px;
	padding: 0;
	/* height: 14px; */
	background-color:#b2c7db;
	border: 1px solid #86a7c4;
	margin: 0 auto 0 auto; /* standard centering method */
	display: block;
}

.assetlist {
	font-family: sans-serif;
	font-size: 12px;
	padding: 0;
	height: 14px;
	background-color:#b2c7db;
	border: 1px solid #86a7c4;
}

.assetlist th
{
	border-bottom: 1px solid #86a7c4;
	text-align: left;
	background-color:#d2dbe5;  /* #dfeaf5 #b2c7db */
	height: 18px;
	padding: 4px;
	font-size: 14px;
}

.assetdata {
	background-color:#dfeaf5; /* #dfeaf5 */
/* 	border: 1px solid #86a7c4; */
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 14px;
	padding: 0;
	padding-left: 5px;
	text-align: left;
}

.assetdataright {
	background-color:#dfeaf5; /* #dfeaf5 */
/* 	border: 1px solid #86a7c4; */
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 14px;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
    text-align: right;
}

#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(../js/yui/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(../js/yui/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;
}

/* 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;
}

