﻿html, body {
  Color: black;  
  Display: block;
  Font-Family: verdana, arial;
  Font-Size: 11px;
  margin: 0;
  padding: 0;
  }
  
  body
  {
	margin: 0 0;
	background-color: #101551;
  }
  
 
  .radeditor.radeditor.Hay .body
  {
    background-color:White;
  }
   .radeditor.radeditor.Hay .CustomSelectionTool
   {
      background-image: url( /ITLS/Images/FileIcons/imageicon.png);
   }
   .radeditor.radeditor.Hay .CustomSelectionTool2
   {
      background-image: url( /ITLS/Images/FileIcons/fileicon.png);
   }

 
.navigation
{
  margin: 0 0px 0px 0px;
}
    
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_two */

.menu2 {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(button1.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu2 li {float:left;}
.menu2 li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu2 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu2 li.current a {color:#fff; background:url(button3.gif);}
.menu2 li.current a b {background:url(button3.gif) no-repeat right top;}
.menu2 li a:hover {color:#fff; background:#000 url(button4.gif);}
.menu2 li a:hover b {background:url(button4.gif) no-repeat right top;}
.menu2 li.current a:hover {color:#fff; background:#000 url(button3.gif); cursor:default;}
.menu2 li.current a:hover b {background:url(button3.gif) no-repeat right top;}

.Footer 
{
  margin: 0px 10px 0px 10px;
	height: 40px;  
	text-align:center;
	background-color: #2b507d;
	  color: #EEEEEE;
  font-weight: bold;
  font-size: 90%;
}



/* common styling */

#content
{
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 30px 0px;
  min-height: 150px;
  margin-bottom: 0;
}

#printBody
{
	background-color: #FFFFFF;	
}

#printBody td
{
	font-size: 12px;
}

a, a:hover, a:visited 
{
	text-decoration: none;
    Color: #ff7f00;
    Font-weight: Bold;
    } 

h1
{
	font-weight: bold;
	font-size: 18px;
}

h2
{
	font-size: 14px;
	margin: 0px;
	margin-top: 2px;
}

  .button, button {
	border:1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight:bold;
	color:#666666;
	background: white url(buttonBg.gif) repeat-x top;
	height:20px;
	vertical-align: middle;
}  

.errorsummary 
{
	margin-left: auto;
	margin-right: auto;
    background-color: #FAFAFA;
    border: solid 1px #888888;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 30px;
    padding: 11px;
    width: 330px;
    text-align: left;
}

.errorsummary ul
{
    color: #e00;
    list-style-type: square;
    margin: 7px;
    margin-left: 50px;
    padding: 0;
    text-align: left;
}

.center
{
	margin-left: auto;
	margin-right: auto;
}

.shaded
{
	border: solid 1px #888888;
	background-color: #EAEAEA;
	padding: 5px;
}

.shadedLight
{
	border: solid 1px #888888;
	background-color: #FAFAFA;
	padding: 5px;
}

table.formtable
    {
	margin-top: 10px;	
	border-collapse: separate !important;
	empty-cells: show;
	text-align: left;

    }
    
    table.shaded
    {
		background-color: #EEEEEE;
		padding: 0;
    }
    
table.formtable tr td, table.formtable tr th {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    }
    
table.formtable tr td.header
{
	background: #334b88 url(headerBg.gif) repeat-x;
	padding: 0px 4px;
	height: 26px !important;

	font-size: 150%;
	font-weight: bold;
	color:#EEEEEE;
	border-bottom: solid 1px #8d9092;
	border-top: solid 1px #8d9092;

}

table.formtable tr td.label {
    padding-top: 6px;
    font-weight: bold;
    text-align: right;
    }

table.formtable tr td.formfield {
    padding-top: 6px;
    text-align: left;
    }

table.formtable tr td.nopadding table tr th, table.formtable tr td.nopadding2 table tr td
{
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5px;
}
 
 table.formtable tr td.nopadding2 table tr td
 {
	padding-left: 0;
 }
    
.required {
    color: Red;
    font-size: 10px;
    }
    
table.groupTable
    {
	border: solid 1px #888888;
	width: 100%;
	background-color: #FAFAFA;
	margin-top: 10px;	
	border-collapse: separate !important;
	empty-cells: show;
    }
    
    table.groupTable tr td
    {
		vertical-align: top;
		padding: 5px;
		border-bottom: solid 1px #DDDDDD;
		line-height: 20px;
    }
    
    table.groupTable tr td table tr td 
    {
		border-bottom: none;
    }
    
    table.groupTable tr td.one
    {
		width: 80%;
    }
    
    table.groupTable tr td.two
    {
		width: 15%;
		white-space: nowrap;
    }
    
    table.groupTable tr td.three
    {
		width: 5%;
    }
    
table.groupTable tr td.header
    {
		padding-bottom: 10px;	
		line-height: 15px;
    }
    
 
    /************************ Control Skin Stuff **********************************************/

.SkinGridView {
    margin: 0px 0px 0px 0px;
    Background-color: #f9f9f9;
    Border: solid 1px #a9a9a9;
    padding: 0;
    text-align: left;
    border-collapse: separate !important;
    }

table.formtable tr th
{
	padding-left: 6px;
}

.SkinHeaderStyle {

    Font-Size: 12px;
   background: white url(headerBg.gif) repeat-x bottom;
	height: 28px;
    Font-weight: bold;
    text-align: left; 
    padding-left: 6px;
    color: #666666; 
    }

.SkinHeaderStyle a {
    color: #666666; 
    text-decoration: underline;
    }

.SkinFooterStyle {
    Background-color: #555555; 
    }
        
.SkinRowStyle, .SkinRowStyle td {
	line-height: 14px;
	border-bottom: solid 1px #dfdfdf;
	padding: 3px;
    }
         
.SkinAlternatingRowStyle, .SkinAlternatingRowStyle td {
	background: #f1f1f1;
	line-height: 14px;
	border-bottom: solid 1px #dfdfdf;
	padding: 3px;
    }
    
#printDiv
{
	font-size: 12px;
}

#sig_div
{
	display: none;
	width: 100%;
}

.top
{
	vertical-align: top;
}

.multiPage
{
	padding: 5px;
	border: solid 1px #AAAAAA;
	background-color: #CCCCCC;
}

.center
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.success
{
	text-align:center;
	color: #E57D26;
	font-weight:bold;
}

  .iconImage
{
	border-width: 0;
	padding: 0;
	margin-right: 3px;	
    vertical-align: -2px;
 
}

.title
{
	font-size: 14px;
	font-weight: bold;
}

.padded
{
	padding: 5px;
}
  
   h2
  {
	font-size: 115%;
	font-weight: bold;
	color:#666666;
	display: inline;
  }
  
  .highlightRow
  {
	background-color: #AAFFFF;
  }
  
  .navagation_Link
{
font-family:Verdana, Arial, Helvetica, sans-serif;  
font-size:14px;
font-weight:normal;
color:#ffffff;
text-align:left;
text-decoration:none;
}
.navagation_Link:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;  
font-size:14px;
font-weight:normal;
color:#272D82;
text-align:left;
text-decoration:none;
}
.navagation_Link_Current
{
font-family:Verdana, Arial, Helvetica, sans-serif;  
font-size:14px;
font-weight:normal;
color:#d8753f;
text-align:left;
text-decoration:none;
}

.LeftFrame_Bottom
{
background:url(/ITLS/images/site_bg_LeftIndex_Spacer_05.jpg) no-repeat left bottom;
}
.LeftFrame_LocationHeader
{
font-family:Verdana, Arial, Helvetica, sans-serif;  
color:#272D82; 
font-size:16px;
}
.LeftFrame_LocationContent
{
font-family:Verdana, Arial, Helvetica, sans-serif;  
color:#272D82; 
font-size:10px;

}
.People_Title
{
font-family:Verdana, Arial, Helvetica, sans-serif;  
font-size:12px;
font-weight:bold;
color:#c63d11;
text-align:left;
}
.People_List
{
font-family:Verdana, Arial, Helvetica, sans-serif;  
font-size:10px;
color:#272D82; 
}
.People_List:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;  
font-size:10px;
}

.CenterFrame_MainContent
{
font-family:Verdana, Arial, Helvetica, sans-serif;  
font-size:12px;
color:#272D82; 
}
.CenterFrame_Main
{
font-family:Verdana, Arial, Helvetica, sans-serif;  
font-size:12px;
color:#272D82; 
background:url(/ITLS/images/site_bg_RightContent_01.jpg) no-repeat right bottom;
background-color:#FEFDF8;
}
.CenterFrame_MainQuote
{
font-family:Verdana, Arial, Helvetica, sans-serif;  
font-size:12px;
color:#272D82; 
font-style:italic;
text-align:center;
}
.CenterFrame_MainQuote:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;  
font-size:12px;
color:#272D82; 
font-style:italic;
text-align:center;
color:#c63d11;
}
.Content
{
font-family:Verdana, Arial, Helvetica, sans-serif;  
font-size:12px;
color:#272D82; 
}
.ActionText
{
font-family:Verdana, Arial, Helvetica, sans-serif;  
font-size:12px;
color:#FF0000;
font-weight:bold;
}

.logon
{
	text-align: left;
	margin:5px;
	margin-right: 30px;
	background-color: #DDDDDD;
	padding: 5px;
	border: solid 1px #888888;
}

.logon ul li
{
	margin-left: -15px;
}

.logon a, .logon a:visited
{
	color: #101551;
	font-size: 10px;
}

.logon a:hover
{
	color: #ff7f00;
}