@import url(~/../themes/educare/educare.css);

.LoginColumn2
{
	width:250px; 
}


.Login
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:80%;
	width:100%;
}

.sort_asc
{
	background-color: Yellow;
	background-image: url(~/../images/sortArrowAsc.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.sort_desc
{
	background-color: Yellow;
	background-image: url(~/../images/sortArrowDesc.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

p.description_text      { text-align: left; font-family: helvetica, arial, sans-serif; color: #000000; font-size: 80%; text-decoration: none; padding: 0px 0px 0px 10px; margin: 0px; }
p.stand_out             { color: #000000; text-align: left; font-family:Helvetica, Arial; font-size: 90%; text-decoration: none; padding: 0px 0px 0px 10px; margin: 0px; vertical-align: top; }


.StudentPagesLeftColumn
{
	width:108px;
	background-image:URL(images/invisiblebar108.gif);
}

/* Tables and Columns */

.GraphicHelpTable
{
	border-collapse:collapse;
	width:100%;
}

.LoginTable
{
	border-collapse:collapse;
	width:100%;
}

.LoginColumn
{
	width:126px; 
	height: 19px;
	vertical-align:top;
}

#login {
	background-color: #dfddec;
	
}

.text {
	font-size: 1.1em;
}
.top_bar {
	background-color: #ebf5ff;
	height: 150px;
}
.va_m {
	vertical-align: middle;
}

.largest {
	font-size: 170%;
}
.larger {
	font-size: 125%;
}
.medium {
	font-size: larger ;
}
.medium2 {
	font-size: 85%;
	font-weight: bold;
	color: Black;
}
.remember {
	font-size: 80%;
	color: #F3F1CB;
	display: none;
}
.smaller {
	font-size: 90%;
}

.arial {
	font-family: Arial, sans-serif;
}
.lightblue {
	color: #A4A9C6;
}
.black
{
	color: black;
}
.bgwhite
{
	background: white;
}
.bgblue
{
	background: #BDB98A;
}
.justify {
	text-align: justify
}

/*Cascading DropDown*/

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:100%;		
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}







