﻿
img
{
	border: none;
}

/* Used for the new EDS login screen */
#logoutForm
{
	width: 620px;
	margin: 0 auto;
}
#TabMenu
{
	margin: 0;
	padding: 0 10px;
	overflow: hidden;
	margin-bottom: -1px;
	height: 2.25em;
}
#TabMenu li
{
	float: left;
	list-style: none;
	margin: 0;
	padding: .25em .25em 0;
	height: 2em;
	border-bottom: 1px solid #FFF;
}
#TabMenu li a
{
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#TabMenu li .current
{
	z-index: 3;
}
#TabMenu a span
{
	float: left;
	height: 2em;
	line-height: 2em;
	background: #3F6526;
	border: 1px solid #3F6526;
	border-bottom: 0;
	padding: 0 10px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer; /* CSS 3 styles.  Will default to CSS2 for older browsers */
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	background: -webkit-gradient(linear, 0 0, 0 70%, from(#48951D), to(#3F6526));
	background: -webkit-linear-gradient(#48951D, #3F6526 70%);
	background: -moz-linear-gradient(#48951D, #3F6526 70%);
	background: -ms-linear-gradient(#48951D, #3F6526 70%);
	background: -o-linear-gradient(#48951D, #3F6526 70%);
	background: linear-gradient(#48951D, #3F6526 70%);
	-pie-background: linear-gradient(#48951D, #3F6526 70%);
}

#TabMenu .current span, #TabMenu .current:hover span
{
	background: #DDF1BC;
	color: #000;
	cursor: default !important; /* CSS 3 styles.  Will default to CSS2 for older browsers */
	-webkit-box-shadow: #3F6526 0 0 .25em;
	-moz-box-shadow: #3F6526 0 0 .25em;
	box-shadow: #3F6526 0 0 .25em;
	background: -webkit-gradient(linear, 0 0, 0 70%, from(#FFF), to(#DDF1BC));
	background: -webkit-linear-gradient(#FFF, #DDF1BC 70%);
	background: -moz-linear-gradient(#FFF, #DDF1BC 70%);
	background: -ms-linear-gradient(#FFF, #DDF1BC 70%);
	background: -o-linear-gradient(#FFF, #DDF1BC 70%);
	background: linear-gradient(#FFF, #DDF1BC 70%);
	-pie-background: linear-gradient(#FFF, #DDF1BC 70%);
}

#TabMenu a:hover span
{
	background: #EEE;
	color: #000; /* CSS 3 styles.  Will default to CSS2 for older browsers */
	background: -webkit-gradient(linear, 0 0, 0 70%, from(#EEF), to(#FFF));
	background: -webkit-linear-gradient(#EEF, #FFF 70%);
	background: -moz-linear-gradient(#EEF, #FFF 70%);
	background: -ms-linear-gradient(#EEF, #FFF 70%);
	background: -o-linear-gradient(#EEF, #FFF 70%);
	background: linear-gradient(#EEF, #FFF 70%);
	-pie-background: linear-gradient(#EEF, #FFF 70%);
}

.BeautyBox
{
	clear: left;
	position: relative;
	z-index: 2;
	padding: 20px;
	border: 1px solid #3F6526;
	background: #DDF1BC; /* CSS 3 styles.  Will default to CSS2 for older browsers */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #3F6526 0 0 .75em;
	-moz-box-shadow: #3F6526 0 0 .75em;
	box-shadow: #3F6526 0 0 .75em;
	behavior: url(PIE.htc);
}

#TabPanes .tabContent
{
	clear: left;
	position: relative;
	z-index: 2;
	padding: 20px;
	border: 1px solid #3F6526;
	background: #DDF1BC; /* CSS 3 styles.  Will default to CSS2 for older browsers */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #3F6526 0 0 .75em;
	-moz-box-shadow: #3F6526 0 0 .75em;
	box-shadow: #3F6526 0 0 .75em;
	behavior: url(PIE.htc);
}

.EDStitle
{
	background: url(/Img/EDSlogo-color.png) no-repeat;
	color: #3F6526;
	padding: 6px 0 0 105px;
	margin: 0 0 10px 0;
	font-size: 36px;
	height: 50px;
}
.fakeInput
{
	color: #AAA;
}
.errorInput
{
	border: 1px solid #C00;
	padding: 1px;
}
.errorText
{
	color: #FFF;
	background: #C00;
	font-size: 11px;
	width: 319px;
	padding: 5px;
	text-align: center;
}
.errorText a, .errorText a:hover, .errorText a:visited
{
	color: #FFF !important;
	font-size: 11px;
	margin: 3px 0;
	display: block;
}

#checkingUsername
{
	background: url(/Img/EDS_CheckUsername.gif) no-repeat;
	height: 16px;
	padding: 0 0 0 20px;
	color: #3F6526;
	font-weight: bold;
}
.checkSuccess
{
	background: url(/Img/checkmark.png) no-repeat;
	height: 16px;
	width: 16px;
	display: block;
	text-align: center;
}
.checkError
{
	background: url(/Img/Red_X.png) no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.hidden
{
	display: none;
}

BR.Small
{
	font-size: 5pt;
}

.RedText
{
	color: #C00;
	font-weight: bold;
}
.LoginTitle
{
	background: url(/Img/School.png) no-repeat;
	padding: 10px 0 0 140px;
	height: 110px;
}
.LoginTitle h3
{
	font-family: "Comic Sans MS" , cursive, sans-serif;
	color: #1E90FF;
	font-weight: bold;
	font-size: 34px;
	margin: 0 0 10px 90px;
}
.LoginError
{
	background: url(/Img/Pencil.png) no-repeat;
	padding: 10px 0 0 140px;
	height: 110px;
}
.LoginError h3
{
	font-family: "Comic Sans MS" , cursive, sans-serif;
	color: #B13417;
	font-weight: bold;
	font-size: 34px;
	margin: 0 0 10px 90px;
}

.left
{
	clear: right;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}

.EmailAccounts
{
	font-weight: bold;
	font-size: 105%;
	padding: 0 0 0 120px;
	line-height: 24px;
	display: block;
}

.fancyButton
{
	padding: 3px 5px 3px 5px;
	width: 0; /* IE table-cell margin fix */
	overflow: visible;
	outline: none;
	float: none;
	font-size: 0.9em;
	margin: 0 !important;
	padding: 2px 20px 2px 20px !important; /*padding: 5px 10px;*/
	display: inline;
	background: url(/CAAOptions/Images/btn_green.gif) repeat-x scroll 0 0 #4B9825 !important;
	border: 1px solid #2A7802 !important;
	border-radius: 6px 6px 6px 6px;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
}
.fancyButton[class]
{
	/* IE < 7 ignores [class] */
	width: auto; /* cancel margin fix for other browsers */
}
.fancyButton:hover
{
	color: #FFFFFF background-position: 0 center;
}

fieldset
{
    border-color:#3f6526;
    border-style: solid;
}

legend
{
	background-color: #3f6526;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 4px;
	color: #FFFFFF;
	border-radius: 6px 6px 6px 6px;		
}
