/* ------------------------------------------------------------------
Link
Imports styles to be used throughout site
------------------------------------------------------------------ */

@import url("global.css");

body
{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

h3
{
	margin-top : 15px;
	margin-bottom : 2px;
}

p
{
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11pt;
}

input[type=button],
input[type=submit]
{
}

input[type=button]:hover, input[type=submit]:hover
{
	border: Solid 1px Gray;
	background-color: #a3770b;
	color: #ffffff;
}

a:hover, a.nodecor:hover
{
	color: Blue;
}

.pageborder
{
	background-color: #f0f1ef;
}

.headerlinks
{
	color : White;
	font-size : 12px;
	text-decoration : none;
}

.image-link
{
	border-color : Black;
}

.grid
{
	text-align : left;
	width: 750px;
	padding: 0 0 0 0;
	font-size: 9pt;
	color: #333333;
	border: Solid 1px #000000;
	background-color : Black;
}

.gridHeader
{
	font-weight: bold;
	font-size: 9pt;
	color: White;
	background-color: #663300;
	height: 20px;
}

.gridPager
{
    background-color : #FFFFFF;
}

.gridItem
{
	background-color: #f8f1ea;
	height: 22px;
}

.gridAlternatingItem
{
	background-color: White;
	height : 22px;
}

.gridFont
{
	font-size : 9pt;
}

.loginHeader
{
	font-weight: bold;
	font-size: 0.9em;
	color: white;
	background-color: #996600;
}

.dialogHeader
{
	color: white;
	background-color: #996600;
	font-weight : bold;
}

.loginBody
{
	width: 400px;
	background-color: #e7d9b4;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

.loginLink
{
	font-size: small;
	color: #732d21;
}

.table
{
	border: thin solid #999966;
	background-color: #e3dbc2;
	font-size: 13px;
	height: 24px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: left;
	color: Black;
}

.button
{
	background-color : White;
	border : solid 1px #663300;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

.filerequester
{
	background-color : White;
	border : solid 1px #663300;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

.adminMenuButton
{
	background-color : White;
	border : solid 1px #663300;
	width: 100%;
	height: 40;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

.sendEMailButton
{
	width: 100%;
	height: 30;
	font-weight: bold;
	text-align: center;
}

.submitButton
{
	width: 70;
	height: 30;
	font-weight: bold;
	text-align: center;
}

.smallButton
{
	background-color : White;
	border : solid 1px Blue;
	font-size: 10px;
	width: 90px;
}

.gridButton
{
	color : #732d21;
	width: 40;
	height: 19;
	font-size: xx-small;
}

.textBoxLarge
{
	width: 700;
}

.pageTitle
{
	font-size: large;
	font-weight: bold;
}

.reportTitle
{
	font-size : 12pt;
	font-weight: bold;
}

.itemLabel
{
	font-size: small;
	font-weight: bold;
}

.smallTextBox
{
	width: 80;
}

.medTextBox
{
	width: 150;
}

.statusMessageGood
{
	color: Green;
	font-weight: bold;
}

.statusMessageBad
{

	color: Red;
	font-weight: bold;
}

.statusMessageSuccess
{
	color: Green;
	font-weight: bold;
	background-color: #eaffe9;
	border-bottom: Green solid thin;
	width: 100%;
}

.statusMessageFailure
{
	color: Red;
	font-weight: bold;
	background-color: #ffe8ec;
	border-bottom: Red solid thin;
	width: 100%;
}

.tableAlert
{
	color: Red;
	font-weight: bold;
	background-color: #ffe8ec;
	border : solid 2px Red;
	width: 100%;
}

.statusMessageInstructions
{
	width: 750px;
	color: Navy;
	background-color: #eaeae7;
	font-weight: bold;
}

.processingMessage
{
	width: 750px;
	color: Navy;
	background-color: #e9e5de;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}

.statusMessageInstructionsSizable
{
	color: Navy;
	font-weight: bold;
	border-top: solid 10px #B5C7DE;
	border-right: solid 10px #B5C7DE;
	border-left: solid 10px #B5C7DE;
	border-bottom: solid 10px #B5C7DE;
}

.border
{
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}

.border-light
{
	border-top: solid 1px silver;
	border-right: solid 1px silver;
	border-left: solid 1px silver;
	border-bottom: solid 1px silver;
}

.statusMessageNormal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: Black;
	font-weight: bolder;
}

.statusMessage
{
	color: Red;
	font-weight: bold;
}

.statusGeneric
{
	color: Blue;
	font-weight: bold;
}

.marker
{
	color: Red;
	font-weight: bold;
}

.innerGridHeader
{
	font-weight: bold;
}

.textBox
{
	font-size: 9pt;
}

.instructions
{
	font-size: 10pt;
}

.smallInstructions
{
	font-size: 8pt;
}

.largeInstructions
{
	font-size: 12pt;
}

.information
{
	border-right: black 1px dotted;
	border-top: black 1px dotted;
	border-left: black 1px dotted;
	border-bottom: black 1px dotted;
	background-color: #cccccc;
}

.tableBottom
{
	border-right: black 1px dotted;
	border-top: black 1px dotted;
	border-left: black 1px dotted;
	border-bottom: black 1px dotted;
	background-color: #e7ddd3;
}

.link
{
	font-size: 10pt;
	color:  #732d21;
	cursor : default;
	text-decoration : underline;
}

.footerLink
{
	font-size: 8pt;
	color:  #732d21;
	cursor : default;
	text-decoration : underline;
}

.multiLineTextBox
{
	width: 700;
	height: 300;
}

.bottomLine
{
	border-bottom-color: Black;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}

.myTeachersDivider
{
	 border-top-width : 1px;
	 border-top-style : solid;
	 border-top-color : Black;
}

.alert
{
	color: Red;
}

.alert-alt
{
	color: #000000;
	background-color: #c7ba9d;
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
}

.gridRightDivider
{
	border-right: black 1px solid;
}

.gridTopDivider
{
	border-top: black 1px solid;
}

.gridTopandBottomDivider
{
	border-top: black 1px solid;
	border-bottom: black 1px solid;
}

.gridTopDivider
{
	border-top: black 1px solid;
}

.menuStatusGridText,
.menuStatusGridText a:Link, .menuStatusGridText a:Visited
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	cursor: pointer;
}

.menuStatusGridText a:hover, a.nodecor:hover
{
	color: Blue;
	text-decoration: underline;
}

.normalText
{
	color : #000000;
}

/* default layout */
.ajax__tab_default .ajax__tab_header
{
	white-space: nowrap;
}
.ajax__tab_default .ajax__tab_outer
{
	display: inline-block;
}
.ajax__tab_default .ajax__tab_inner
{
	display: inline-block;
}
.ajax__tab_default .ajax__tab_tab
{
	margin-right: 4px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}

/* xp theme */
.ajax__tab_xp2 .ajax__tab_header
{
	font-family: verdana,tahoma,helvetica;
	font-size: 11px;
	background: url(images/tab-line.gif) repeat-x bottom;
}
.ajax__tab_xp2 .ajax__tab_outer
{
	background: url(images/tab-right.gif) no-repeat right;
	height: 21px;
}
.ajax__tab_xp2 .ajax__tab_inner
{
	padding-left: 3px;
	background: url(images/tab-left.gif) no-repeat;
}
.ajax__tab_xp2 .ajax__tab_tab
{
	height: 13px;
	padding: 4px;
	margin: 0;
	background: url(images/tab.gif) repeat-x;
}
.ajax__tab_xp2 .ajax__tab_hover .ajax__tab_outer
{
	background: url(mages/tab-hover-right.gif) no-repeat right;
}
.ajax__tab_xp2 .ajax__tab_hover .ajax__tab_inner
{
	background: url(images/tab-hover-left.gif) no-repeat;
}
.ajax__tab_xp2 .ajax__tab_hover .ajax__tab_tab
{
	background: url(images/tab-hover.gif) repeat-x;
}
.ajax__tab_xp2 .ajax__tab_active .ajax__tab_outer
{
	background: url(images/tab-active-right.gif) no-repeat right;
}
.ajax__tab_xp2 .ajax__tab_active .ajax__tab_inner
{
	background: url(images/tab-active-left.gif) no-repeat;
}
.ajax__tab_xp2 .ajax__tab_active .ajax__tab_tab
{
	background: url(images/tab-active.gif) repeat-x;
}
.ajax__tab_xp2 .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 10pt;
	border: 1px solid #999999;
	border-top: 0;
	padding: 8px;
	background-color: #E6E6FA;
}

/* scrolling */
.ajax__scroll_horiz
{
	overflow : scroll;
}
.ajax__scroll_vert
{
	overflow : scroll;
}
.ajax__scroll_both
{
	overflow: scroll;
}
.ajax__scroll_auto
{
	overflow: auto;
}

.AccordianHeader
{
    border: 1px solid #2F4F4F;
    color: White;
	background-color: #663300;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration : underline;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.AccordianContent
{
	background-color: White;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	font-size: 10pt;
}

.CollapsibleHeader
{
    border: 1px solid #2F4F4F;
    color: Blue;
	background-color: #dde3f0;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	 text-decoration : underline;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.CollapsibleContent
{
	background-color: #f7f7ff;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	font-size: 10pt;
}

/*Drag Panel*/
.dragMe {
	width:400px;
	height:250px;
	background-color: #f7f7ff;
	text-align:left;
	cursor:move;
	border : solid 1px black;
	padding : 10px 10px 10px 10px;
}

.overflowHidden {overflow:hidden;}

.overflowScroll {overflow:hidden;}

.smallCheckBox input
{

	height : 13px;
	width : 13px;
}

.DragPanel
{
	  position : absolute;
	  left : 200px;
	  top : 100px;
	  z-index : 1;
}

