/* Default CSS Stylesheet for a new Web Application project */
/*
BODY 
{ 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	background: #EEE url(img/coreBackground.gif) repeat-y fixed center; 
	line-height: 1.5em; 

}
*/
*
{
	font-family: Verdana, Helvetica, sans-serif;
}

input.btn
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffBBBBBB',EndColorStr='#ffFFFFFF');
	font-family: Trebuchet MS,sans-serif;
	font-weight: bold;
	background-color: #EEEEEE;
	border-style: solid;
	border-color: black;
	color: black;
	border-width: 1px;
	cursor: pointer;
	height: 25px;
	font-size: 7pt;
}

input.btnhov
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffFFFFFF',EndColorStr='#ffCCCCCC');
	font-family: Trebuchet MS,sans-serif;
	font-weight: bold;
	background-color: #EEEEEE;
	border-style: solid;
	border-color: #2a59b1;
	color: #2a59b1;
	border-width: 1px;
	cursor: pointer;
	height: 25px;
	font-size: 7pt;
}

/*Small Button*/
input.btnSmall
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffBBBBBB',EndColorStr='#ffFFFFFF');
	font-family: Trebuchet MS,sans-serif;
	font-weight: bold;
	background-color: #EEEEEE;
	border-style: solid;
	border-color: black;
	color: black;
	border-width: 1px;
	cursor: pointer;
	height: 21px;
	font-size: 7pt;
}
input.btnSmallhov
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffFFFFFF',EndColorStr='#ffCCCCCC');
	font-family: Trebuchet MS,sans-serif;
	font-weight: bold;
	background-color: #EEEEEE;
	border-style: solid;
	border-color: #2a59b1;
	color: #2a59b1;
	border-width: 1px;
	cursor: pointer;
	height: 21px;
	font-size: 7pt;
}

BODY
{
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

P
{
	margin: 0px;
	padding: 0px;
}

H1, H2, H3, H4, H5, THEAD, TFOOT
{
	color: #336699;
}

H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

.RegistrationSectionTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

INPUT, SELECT, OPTION
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	visibility: visible;
}

IMG
{
	margin: 0px;
	padding: 0px;
}
A:link
{
	text-decoration: none;
	color: #336699;
}

A:visited
{
	text-decoration: none;
	color: #336699;
}

A:active
{
	text-decoration: none;
	color: #336699;
}

A:hover
{
	text-decoration: underline;
	color: #336699;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

TD
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

th
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

LEGEND
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

FIELDSET
{
	border: solid 1px silver;
	padding: 5px 10px 10px 10px;
}

.Page-Messages
{
	background-color: #3366CC;
}

.Page-Body
{
	background-color: White;
	border-right: solid 1px #888888;
	border-left: solid 1px #888888;
	padding: 10px;
}

.Page-Gutter
{
	background-color: #F8F8FF;
}

.Toolbar-Messages
{
	color: White;
	font-weight: bold;
}

.Messages
{
	border: solid 1px #336699;
}

.Messages-Body
{
	background-color: White;
}

.LookupHeader
{
	background-color: #6699CC;
	color: White;
	background-image: url('/Images/Header-Gradient.jpg');
}

/*
td.LookupHeader
{
	background-image: url("../Images/Header-Gradient.jpg");
}*/

.LookupBody
{
	background-color: #DDDDDD;
	color: Black;
}

.LookupResults
{
	background-color: White;
	border-top: solid 2px #555555;
	border-left: solid 2px #555555;
	border-right: solid 2px #EEEEEE;
	border-bottom: solid 2px #EEEEEE;
}

.ReadOnly-TextBox
{
	background-color: Transparent;
	border-top: solid 0px;
	border-left: solid 0px;
	border-right: solid 0px;
	border-bottom: solid 0px;
	color: Black;
	text-align: center;
}

.ReadOnly-DropDown
{
	background-color: Transparent;
	border-top: solid 0px;
	border-left: solid 0px;
	border-right: solid 0px;
	border-bottom: solid 0px;
}

.Tab-Item
{
	color: Black;
	font-size: 8pt;
	font-weight: bold;
	background: #efefef;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 125px;
	height: 19px;
	cursor: pointer;
}

.Tab-Selected
{
	color: Black;
	font-size: 8pt;
	font-weight: bold;
	background: #f8f8ff;
	border-right: 1px solid #cccccc;
	border-top: 3px solid #FFC73C;
	width: 125px;
	height: 19px;
	cursor: pointer;
}

.Tab-SelectedHover
{
	color: Black;
	font-size: 8pt;
	font-weight: bold;
	background: #f8f8ff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 3px solid #FFC73C;
	width: 125px;
	height: 19px;
	cursor: pointer;
}

.Tab-ItemText
{
}

.Tab-Child
{
	color: #336699;
	cursor: pointer;
	background-color: #f8f8ff;
	height: 19px;
}

.Tab-ChildHover
{
	color: #336699;
	cursor: pointer;
	background-color: #f8f8ff;
	text-decoration: underline;
	height: 19px;
}

.Tab-NoTab
{
	background-color: #f8f8ff;
	border-top: 1px solid #cccccc;
}

.Grey-Sep-Tab
{
	background-color: #f8f8ff;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.Invisible-TextBox
{
	visibility: hidden;
}

.Multi-Border
{
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

.calendar_button
{
	border: none;
	cursor: pointer;
}

.picker
{
	background-color: #FFFFFF;
	border: 1px gray solid;
	font-size: 12px;
	font-weight: bold;
	font-family: "Verdana" ,monospace;
	padding: 2px;
	cursor: pointer;
}

.calendar_button
{
	border: none;
	cursor: pointer;
}

.calendar td
{
	font-size: 11px;
}

.title
{
	font-weight: bold;
	background-color: #D7D7E5;
}

.day
{
	width: 25px;
	cursor: pointer;
	text-align: center;
	border-width: 1px;
	border-color: #F6F6F6;
	border-style: solid;
}

.dayhover
{
	width: 25px;
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
	border-width: 1px;
	border-color: #F6F6F6;
	border-style: solid;
}

.dayheader
{
	width: 25px;
	text-align: center;
	border-width: 1px;
	border-color: white;
	border-style: solid;
	font-weight: bold;
	background-color: #FFFFFF;
}

.othermonthday
{
	color: #999999;
}

.selectedday
{
	width: 25px;
	background-color: #FBE694;
	color: #000000;
	border-width: 1px;
	border-color: #BB5503 !important;
	border-style: solid;
	font-weight: bold;
}

.calendar
{
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	border-collapse: collapse;
	background-color: #FFFFFF;
	cursor: default;
}

.month
{
	background-color: #F6F6F6;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.nextprev
{
	cursor: pointer;
	height: 25px;
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
}

.selector
{
	width: 14px;
	cursor: pointer;
	text-align: left;
	vertical-align: middle;
	background-color: #FFFFFF;
}

/*Reorder List*/
.dragHandle
{
	width: 10px;
	height: 15px;
	background-color: Blue;
	background-image: url(../images/bg-menu-main.png);
	cursor: move;
	border: outset thin white;
}

.callbackStyle
{
	border: thin blue inset;
}

.callbackStyle table
{
	background-color: #5377A9;
	color: Black;
}


.reorderListDemo li
{
	list-style: none;
	margin: 2px;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
	color: #FFF;
}

.reorderListDemo li a
{
	color: #FFF !important;
	font-weight: bold;
}

.reorderCue
{
	border: dashed thin black;
	width: 100%;
	height: 25px;
}

.itemArea
{
	margin-left: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	text-align: left;
}
/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: rgb(246, 246, 246) !important;
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
}

.sampleStyleA
{
	background-color: #FFF;
}

.sampleStyleB
{
	background-color: #FFF;
	font-family: monospace;
	font-size: 10pt;
	font-weight: bold;
}

.sampleStyleC
{
	background-color: #ddffdd;
	font-family: sans-serif;
	font-size: 10pt;
	font-style: italic;
}

.sampleStyleD
{
	background-color: Blue;
	color: White;
	font-family: Arial;
	font-size: 10pt;
}

/* Tabs Registration */
.TopGroupReg
{
	z-index: 99;
	position: relative;
}

.DefaultTabReg
{
	color: black;
	background-image: url(../images/RegTabstrip/tab_bg.gif);
	font-family: MS Sans Serif, Verdana;
	font-size: 10px;
	cursor: pointer;
}

.DefaultTabHoverReg
{
	color: black;
	background-image: url(../images/RegTabstrip/hover_tab_bg.gif);
	font-family: MS Sans Serif, Verdana;
	font-size: 10px;
	cursor: pointer;
}

.SelectedTabReg
{
	color: black;
	background-image: url(../images/RegTabstrip/selected_tab_bg.gif);
	font-family: MS Sans Serif, Verdana;
	font-size: 10px;
	cursor: pointer;
}

.MultiPageReg
{
	background-color: White;
	border: 1px solid #919B9C;
	padding: 3px;
	position: relative;
	top: -2px;
	z-index: 98;
}
.MultiPageDash
{
	background-color: White;
	border: 1px solid #919B9C;
	padding: 3px;
	position: relative;
	top: -2px;
	z-index: 98;
}

/* Data Entry Table (used in AddStudent.ascx) */
.TableDET
{
	background-color: White;
	border-bottom: 1px solid #919B9C;
	border-top: 1px solid #919B9C;
	border-left: 1px solid #919B9C;
	border-right: 1px solid #919B9C;
}
.CellDET
{
	padding: 0px 2px 0px 2px;
}

/* Password Strength */
.BarIndicator
{
	color: Blue;
	background-color: Blue;
	padding-bottom: 1px;
}

.BarBorder
{
	border-style: solid;
	border-width: 1px;
	width: 200px;
	vertical-align: middle;
}

/*Textbox Watermark*/

.unwatermarked
{
	height: 18px;
	border: 1px solid #BEBEBE; /*width:148px; 	font-weight:bold;*/
}

.watermarked
{
	height: 18px; /*width:150px; 	padding:2px 0 0 2px;*/
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color: gray;
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
	background-color: #ffffcc;
	color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
	background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
	background-color: #ffffcc;
	color: #000000;
}
.MaskedEditBlurNegative
{
	color: #ff0000;
}

/************ GridView List Styles ***********************/
.List
{
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	color: Black;
	background-color: White;
}
.ListHeader
{
	background-color: Black;
	font-weight: bold;
	color: White;
}
.ListAlternating
{
	background-color: #CCCCCC;
}
.ListFooter
{
	background-color: #CCCCCC;
}


/******************************************************************************
 * Grid View
 *****************************************************************************/
.GridViewRow
{
}

.GridViewRowAlt
{
	background-color: #EEEEEE;
}

/************ Legend Tables ************/
.LegendTable
{
	background-color: White;
	border: solid 1px Gray;
}

.LegendHeader
{
	background-color: Black;
	color: White;
}

/* Validator Callout */
.validatorCalloutHighlight
{
	background-color: LemonChiffon;
}

/* Tree View */
.TreeView
{
	background-color: White;
	padding-top: 4px;
	padding-left: 1px;
	border: #7C7C94 1px solid;
	cursor: default;
}

.TreeNode
{
	font-family: tahoma;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

.GrayedTreeNode
{
	font-family: tahoma;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	color: gray;
	cursor: default;
}

.HoverTreeNode
{
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: default;
}

.SelectedTreeNode
{
	font-family: tahoma;
	font-size: 11px;
	background-color: gray;
	color: white;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: default;
}

.NodeEdit
{
	border: 1px gray solid;
	font-family: tahoma;
	font-size: 11px;
}

.Password-VeryPoor
{
	color: #FF0000;
	font-weight: bold;
}
.Password-Weak
{
	color: #FF9900;
	font-weight: bolder;
}
.Password-Average
{
	color: #9900CC;
	font-weight: bold;
}
.Password-Strong
{
	color: #0000CC;
	font-weight: bold;
}
.Password-Excellent
{
	color: #00CC00;
	font-weight: bold;
}

/******************************************************************************
 * Row Saving Animation
 *****************************************************************************/
.RowSaving
{
	background-color: Yellow;
}

.RowSaveSuccess
{
	background-color: #99FF99;
}

.RowSaveError
{
	background-color: #FFBBBB;
}

.PaymentRowLateRegistration
{
	background-color: #FF9999;
}

/***** Navigation *****/
.nav_bar
{
	height: 25px;
	width: 100%;
	background-color: Gray;
	background-image: url('/Images/gradient_vlgg.jpg');
	background-repeat: repeat-x;
}
.nav_toolbar
{
	background-image: url('/Images/toolbar.jpg');
	background-repeat: no-repeat;
	width: 10px;
}
.nav_cell
{
	border-top: solid 1px #8C9DB1;
	border-bottom: solid 1px #666666;
	text-align: left;
}

/***** Forum *****/
.forum_head
{
	background: #1F537B;
	color: #ddd;
	border-color: #1f537b;
	width: 100%;
	padding: 5px;
	font-size: 12pt;
}

div.ajax__htmleditor_attachedpopup_default_ls
{
	padding: 5px;
	border-color: #B0B0B0;
	border-style: solid;
	border-width: 1px;
	font-family: Arial;
	font-size: 11px;
	overflow: auto; 	
}

/* AutoCompleteExtender */
.completionListElement
{
	visibility: hidden;
	margin: 0px !important;
	border: solid 1px gray;
	cursor: pointer;
	text-align: left;
	font-family: Arial;
	padding: 0;
	z-index: 1000001;
}
.listItem
{
	background-color: white;
	height: 15px;
	line-height: 15px;
	padding: 2px;
	margin: 0px;
	list-style-type: none !important;
}
.highlightedListItem
{
	background-color: #3366CC;
	height: 15px;
	line-height: 15px;
	padding: 2px;
	color: white;
	margin: 0px;
	list-style-type: none !important;
}
.GreyBox
{
	background-color: #cccccc;
	border-right: black 1px solid; 
	border-top: black 1px solid; 
	border-left: black 1px solid; 
	border-bottom: black 1px solid;
	border-spacing:0; 
	border-collapse:collapse;
	width: 100%;
}
.GreyBox td
{
	padding: 5px;
	text-align: left;
}
.GreyBox td.Fill
{
	width: 100%;
	padding: 5px;
	text-align: left;
}

/*Image CheckBox*/
.class_checkbox 
{
    width: 32px;  
    height: 32px;
    background-image: url(/Images/checkboxnot.gif);
}
.class_checkbox.checked 
{
    background-image: url(/Images/checkbox.gif);
}

/*jQuery-UI overrides*/
.ui-helper-reset
{
	font-size: 10pt !important;
}

.ui-tabs .ui-tabs-panel
{
	padding: 0 !important;
}

.noTitle .ui-dialog-titlebar {display:none;}

.ui-accordion .ui-accordion-content, .ui-dialog .ui-dialog-content
{
	padding: 3px !important;
}