/*
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body
{
    margin: 0;
    /*padding-left: 10;*/
    padding-bottom: 2em;
    background-color: #FFFFFF;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    border-top: 2px solid #005DB3;
}

/* Header Section */

#header 
{
	border-top: 3px solid #005DB3;
	border-bottom: 1px dotted #005DB3;
	height: 100px;
}

#header .title
{
    font-size: large;
    font-family: Tahoma;
    color: black;
    background-color: transparent;
    float: left;
}

#header .semester
{
    font: 10px Verdana;
    float: left;
}

#header .skyscapelogo
{
    float: right;
}

#header .breadcrumb
{
    font-size: x-small;
	font-family: Verdana;
	color: black;
	background-color: transparent;
	float: right;
	margin-top: 0.8em;
	font-weight:bold;
}

#header .login
{
    font: 10px Verdana;
    float: right;
}

#header a:link, a:visited  
{
	color: #B51032;
}

/* Navigation */

#navigation
{
    width: 220px;
    top: 110px;
    left: 1px;
    width: 15em;
    position: absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
}

#navigation ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li 
{
	border-bottom: 1px solid #5195CE;
}

#navigation li a  
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #003399;
	border-right: 1px solid #003399;
	background-color: #3366CC;
	color: white;
	text-decoration: none;
}

#navigation li a:hover 
{
	background-color: #003399;
	color: white;
}

#navigation ul ul 
{
	margin-left: 12px;
}

#navigation ul ul li 
{
	border-bottom: 1px solid #003399;
	margin:0;
	background-color: #5195CE;
	color: white;
}

#navigation ul ul a:link, #navigation ul ul a:visited 
{
	background-color: #5195CE;
	color: white;
}

#navigation ul ul a:hover 
{
	background-color: #003399;
	color: white;
}

/* Main Content */

#content
{
    margin-top: 1em;
    margin-left: 16em;
    margin-right: 2em;
    font:  Verdana;
    color: black;
}
h1 
{
	font-size: medium;
	font-family: Verdana;
}

#content .welcome
{
    font:  Verdana;
    color: black;
}

#content p 
{
	font-size: 10px;
	line-height: 1.6em;
}

#content ul 
{
	font-size: 10px;
	line-height: 1.6em;
}

#content table 
{
	font-size: 10px;
	line-height: 1.6em;
}


/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 10px;
}

.HeaderStyle
{
    background-color: #507CD1;
    color: White;
    font-weight: bold;
    font-size: 10px;
}

.AlternatingRowStyle
{
    background-color: White;
    font-size: 10px;
    vertical-align: top;
}

.RowStyle
{
    background-color: #EFF3FB;
    font-size: 10px;
    vertical-align: top;
}

.TextBoxStyle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.DropDownListStyle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.ListBoxStyle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}


.ButtonStyle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}


#footer
{
    margin-top: 35%;
    margin-left: 1em;
    margin-right: 1em;
    height: auto;
}

.TabMenuItemSelected
{
    background-color: White;
    text-align:center;
    font-size: xx-small;
    border-right: solid 1px black;
    border-bottom: none;
    border-top: none;
    border-left: none;
    padding: 5px 3px 5px 3px;
}

.TabMenuItem
{
   background-color: #FFFFBC;
    text-align:center;
    font-size: xx-small;
    border: solid 1px black;
    border-left: none;
    padding: 3px 3px 3px 3px;
}

.MainTitle
{
  font-family :Verdana;
  font-size :x-large;
  font-weight :bold;
}

.SubTitle
{
  font-family: Verdana;
  font-size:large ;
  font-weight: bold;
  height: 30px;
}

.ErrorMessage
{
  font-family: Verdana;
  font-size: small;
  color: Red;
  font-weight:bold;
}

.NoRecordMessage
{
  font-family: Verdana;
  font-size: 10px;
  color: Red;
  font-weight: bold;
  padding-top : 20px;
}

.InfoMessage
{
  font-family: Verdana;
  font-size: 10px;
  color: Black;
  font-weight: bold;
  padding-top : 20px;
}

.EmptyDataRowStyle
{
  font-family: Verdana;
  font-size: small;
  color: Red;
  font-weight:bold;
  border: 0,0,0,0;
}

table.HorizontalMenu td
{
    border: solid 1px #5195CE;
    text-indent: 5px;
}

hr.HorizontalMenuLine
{
    color: Blue;
}

table.sideBar td a:hover 
{
	background-color: #003399;
	color: white;
}

div.wizaraddrecord 
{
    padding-left: 10px;
}

.wizardnavigation 
{
    background-color: White ;
    border-color: #C5BBAF;
    border-style: solid;
    border-width: 1px;
    font-family: Verdana;        
    color: #1C5E55;
}

.wizardsidebar 
{
    color: White;
    background-color: #507CD1;
    font-family: Verdana; 
}

.wizardheader 
{
    height: 24px;
    background-color: #284E98;
    border-color:#EFF3FB;
    border-style: solid;
    border-width: 2px;
    font-weight: bold ;
    font-size :0.9em;
    color: White;
    text-align: center; 
}
.wizardstep 
{
    font-size :0.8em;
    color: #333333;
}

.wizardstyle 
{
    background-color: #EFF3FB;
    border-color: #B5C7DE;
    border-width: 1px;
    font-family: Verdana;
    font-size :0.8em;
}

.sidebarstyle 
{
    background-color: #507CD1;
    font-size: 0.9em;
    vertical-align: top;
    width: 15%;
}

.statusMessageStyle
{
    background-color: #CC9900;
    text-align: center;
    font-size: 1.2em;
}

