/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-image: none;
    background-color: white;
    font-family: Arial;
    font-size: 10;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    padding: 0px;
}

/*
TD
{
    FONT-FAMILY: Arial;
    FONT-SIZE:12;
}
*/



H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color: #003366;
}
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;
}

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;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
}


A:link
{
    text-decoration: none;
}

A:visited
{
    text-decoration: none;
}

A:active
{
    text-decoration: none;
}

A:hover
{
    text-decoration: underline;
}

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;
}

IMG
{
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

INPUT
{
    font-family: Arial;
    font-size: 12;
}

OPTION
{
    font-family: Arial;
    font-size: 12;
}


/*.DisplayTable
{
	Border-Style:solid;
	Border-Width:1px;
	Border-Color: #B0C4DE;
}*/

.HeaderRow
{
    font-family: Arial;
    font-weight: bold;
    font-size: 12;
    background-color: #7BA5DC;
    color: White;
    text-indent: 3px;
}


.Row1
{
    font-family: Arial;
    font-size: 10;
    background-color: #FFFFFF;
    text-indent: 3px;
}

.Row2
{
    font-family: Arial;
    font-size: 10;
    background-color: #ebebeb;
    text-indent: 3px;
}

.HeaderLabel
{
    font-weight: bold;
}

.StatusMessage
{
    font-family: Arial;
    font-size: 12;
    font-weight: normal;
    color: Blue;
}

.ErrorMessage
{
    font-family: Arial;
    font-size: 12;
    font-weight: normal;
    color: Red;
}

.ReqFieldLabel
{
    font-family: Arial;
    font-size: 12;
    font-weight: normal;
    color: Red;
}

.OptFieldLabel
{
    font-family: Arial;
    font-size: 12;
    font-weight: normal;
    color: Black;
}

.StdLabel
{
    font-family: Helvetica;
    font-size: 12;
}

.InstructionText
{
    font-family: Arial;
    font-size: 12;
    color: Blue;
}

.LoginTable
{
    border-style: solid;
    border-width: 1;
    border-color: black;
    background-color: #C0D4EE;
}

.LoginHeader
{
    font-family: Arial;
    font-size: 20;
    font-weight: bold;
    text-align: center;
}

.SignUpLink
{
    font-family: Arial;
    font-size: 12;
    font-weight: bold;
    text-align: center;
    color: #666666;
}

.ForgotPasswordLink
{
    font-family: Arial;
    font-size: 12;
    font-weight: bold;
    text-align: center;
}


.StdButton
{
    /* 	font-family:Arial; 	background-color: Transparent; 	color: White; 	border: none; 	cursor:hand; 	background-image: url(Images/LoginBtnBg2.jpg); 	background-repeat: repeat-x; 	width: 130px; 	height: 32px; --- 	background-color: #4169E1; 	border:solid; 	border-style:outset; 	border-width:1; 	font-family:Arial; 	font-size: 12; 	cursor:hand; 	width:120; */
}


.LoginButton
{
    font-family: Arial;
    background-color: Transparent;
    color: White;
    border: none;
    cursor: hand;
    background-image: url(Images/LoginBtnBg2.jpg);
    width: 130px;
    height: 32px;
}

.SmallButton
{
    border: solid;
    border-color: Black;
    border-width: 1;
    background-color: #dedec0;
    font-family: Arial;
    font-size: 10;
    cursor: hand;
    width: 50;
}

.HeaderButton
{
    border: solid;
    border-color: Black;
    border-width: 1;
    background-color: Transparent;
    font-family: Arial;
    font-size: 10;
    font-weight: bold;
    cursor: hand;
}

.UCaseText
{
    text-transform: capitalize;
}

.AllUCaseText
{
    text-transform: uppercase;
}

.PrintButton
{
    border: none;
    background-color: Transparent;
    font-family: Arial;
    font-weight: bold;
    cursor: hand;
}

.HelpButton
{
    font-weight: bold;
    cursor: help;
}

.TitleLabel
{
    font-size: 25px;
    font-weight: bold;
}

.DistrictPrefix
{
    font-size: 20px;
    font-weight: normal;
    font-family: Times New Roman;
}

.DistrictName
{
    font-size: 32px;
    font-weight: bold;
    color: #802000;
    font-family: Arial;
}

.DashedHR
{
    border-top: 3px dashed #999999;
    margin-top: 5px;
    margin-right: 10px;
}

.DisplayLabel
{
    /*	Border-Style:solid; 	Border-Width:1px; 	Border-Color:black; 	background-color:#FDFDFF; 	margin-left:3px; 	padding-left:5px; 	padding-right:5px;          font-family:Arial;     font-size:12px;     font-weight:normal; */
}

StdMultiPageStyle
{
    padding: 5px;
    border: solid #F4F2D4;
    background-color: #F4F2D4;
}

.LeftBorderLine
{
    border-left: gray groove;
}
.newsMast
{
    /* background-image: url(\aspnet_client\Images\MastHeads\news.jpg); */
}

.MastHead
{
    border-style: solid;
    border-width: 1;
    border-color: black;
    background-color: #B0C4DE;
}

.MastHeadTitle
{
    text-indent: 5px;
    font-family: Arial; /* here incase they don't have the real font */
    font-family: Baskerville Old Face;
    font-size: 50px;
    font-weight: bold; /*font-style:oblique;*/
}

.MastHeadCaption
{
    text-indent: 5px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    bottom: 5px;
    text-transform: capitalize;
}

/*************************************************/
/* Main Layout                                   */
/* - body, info, header, menu, students, content */
/*************************************************/
#body
{
    font-family: Verdana, Microsoft Sans Serif, Arial;
    font-size: 10pt;
    color: #333333;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

#info
{
    position: absolute;
    top: 10px;
    width: 150px;
    height: 94px;
}

#header
{
    position: relative;
    margin-top: 10px;
    text-align: left;
    vertical-align: top;
    width: 100%;
    height: 94px;
}

#menu
{
    position: relative;
    top: 60px;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    z-index: 300;
}

#students
{
    position: relative;
    padding-bottom: 10px;
    padding-left: 3px;
    top: 50px;
    text-align: left;
    vertical-align: top;
    width: 100%;
    height: 30px;
}


#content
{
    top: 40px;
    position: relative;
    padding-bottom: 10px;
    padding-left: 3px;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

#maintenanceblock
{
    position: absolute;
    margin-left: 160px;
    padding-bottom: 10px;
    text-align: left;
    vertical-align: top;
    width: 100%;
    top: 140px;
    font: 10pt Arial;
}

/* ------- Section Menu -------- */

.TreeMenuSectionHeader
{
    font: 10pt Arial;
    border: outset;
    width: 100%;
}

.MenuTable
{
    border-style: none;
    background-color: Transparent;
}

.SectionMenuItem
{
    font: 10pt Arial;
    border: outset;
    width: 100%;
}

.SubMenu
{
    margin: 1px 0px 1px 0px;
    padding-bottom: 1px;
    position: relative;
    background-color: #B0C4DE;
    border-style: ridge;
    border-width: 1px;
    border-bottom-color: #888888;
    border-right-color: #888888;
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
    width: 150px;
    height: 15px;
    font-size: 15px;
    font-family: Times New Roman;
    text-indent: 5px;
    text-transform: capitalize;
}

#info #POUserInfo
{
    position: absolute;
    width: 150px;
    bottom: 5px;
}

#info #POUserInfo #POUserDesc
{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

#info #POUserInfo #POStudentDrop
{
    padding-top: 5px;
    text-align: center;
}

#info #POUserInfo #PageButtons
{
    float: right;
    visibility: hidden;
}

#students #POUserInfo
{
    position: absolute;
    width: 100%;
    height: 10px; /*background-color:Aqua;*/
    bottom: 0px;
    top: 0px;
}

#students #POUserInfo #POUserDesc
{
    /*	font-size:12px; 	font-weight:bold; 	text-align:center; */
    visibility: hidden;
}

#students #POUserInfo #POStudentDrop
{
    /* padding-top:5px;*/
    text-align: left;
    width: 500px;
    font-size: 12;
    font-weight: bold;
}

#students #POUserInfo #PageButtons
{
    position: relative;
    vertical-align: top;
    float: right;
}

#content #news
{
    font-weight: bold;
}


#RequestUser
{
    vertical-align: top;
}

#RequestUser #Header
{
    /*position:relative;*/
    width: 362px;
    height: 210px;
    text-align: center;
    padding-bottom: 10px;
}

#RequestUser #Messages
{
    /*position:relative;*/
    text-align: left;
    padding-left: 10px;
    padding-bottom: 10px;
}

#RequestUser #Instructions
{
    font-family: Arial;
    font-size: 12;
    color: Blue;
}

#RequestUser #UserInfo
{
}

#RequestUser #StudentList
{
}

#RequestUser #AccountInfo
{
}

#RequestUser #Buttons
{
    padding-top: 10px;
}



div#dontshow
{
    display: none;
}



.MasterHeader
{
    background-image: Url(images/APlogo_menu.jpg);
    background-repeat: no-repeat;
    background-position: center;
}








.DisplayTable A
{
    color: #333333;
}
.DisplayTable A:link
{
    color: #4169E1; /* RoyalBlue */
    font-weight: bold;
}
.DisplayTable A:visited
{
    color: #4169E1; /* RoyalBlue */
    font-weight: bold;
}
.DisplayTable TH
{
    border-right: #003760 1px solid;
    padding-right: 6px;
    padding-left: 6px;
    background: url(Images/bgheader.jpg) #003760 repeat-x;
    padding-bottom: 6px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 6px;
    border-bottom: #003760 1px solid;
    letter-spacing: 2px;
    text-align: left;
    font-size: 8pt;
}
.DisplayTable TD
{
    padding-right: 6px;
    padding-left: 6px;
    background: #fff;
    padding-bottom: 6px;
    color: #333333;
    padding-top: 6px;
    font-size: 8pt;
}
.DisplayTable .Row1 TD
{
    padding-right: 6px;
    padding-left: 6px;
    background: #FFF;
    padding-bottom: 6px;
    color: #333333;
    padding-top: 6px;
    font-size: 8pt;
}
.DisplayTable .Row2 TD
{
    padding-right: 6px;
    padding-left: 6px;
    background: #D4DFE7;
    padding-bottom: 6px;
    color: #333333;
    padding-top: 6px;
    font-size: 8pt;
}




.NewMenu
{
    border: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.NewMenu ul
{
    background: #333333;
    background-image: url("images/MenuItem.jpg");
    background-position: top left;
    background-repeat: repeat-x;
    height: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.NewMenu li
{
    float: left;
    padding: 0px;
    list-style-type: none;
}

.NewMenu li a
{
    background: transparent url("images/seperator.gif") bottom right no-repeat;
    color: #fff;
    display: block;
    line-height: 35px;
    margin: 0px;
    padding: 0px 25px;
    text-align: center;
    text-decoration: none;
}

.NewMenu li a:hover, .NewMenu ul li:hover a
{
    background: #015088 url("images/MenuItemHover.jpg") top left repeat-x;
    background-repeat: repeat-x;
    color: #ffffff;
    text-decoration: none;
}

.NewMenu li ul
{
    background: #333333;
    background-image: url("images/MenuItem.jpg");
    display: none;
    height: auto;
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: absolute;
    width: 175px;
}

.NewMenu li:hover ul
{
    display: block;
}

.NewMenu li li
{
    background: url('images/sub_sep.gif') bottom left no-repeat;
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
    width: 175px;
}

.NewMenu li:hover li a
{
    background: none;
}

.NewMenu li ul a
{
    display: block;
    height: 35px;
    margin: 0px;
    padding: 0px 10px 0px 15px;
    text-align: left;
}

.NewMenu li ul a:hover, .NewMenu li ul li:hover a
{
    background: #015088 url("images/MenuItemHover.jpg") top left repeat-x;
    border: 0px;
    color: #ffffff;
    text-decoration: none;
}

.NewMenu p
{
    clear: left;
}


/* Modal Popup */
#progressBackgroundFilter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=30);
    opacity: 0.3;
    z-index: 1000;
}
#processMessage
{
    position: fixed;
    top: 40%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
}


