﻿body 
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    MARGIN-TOP: 0px;
    FONT-SIZE: 13px;
    MARGIN-BOTTOM: 0px;
    BORDER-LEFT: medium none;
    COLOR: black;
    MARGIN-RIGHT: 0px;
    BORDER-BOTTOM: medium none;
    FONT-FAMILY: 'Trebuchet MS', Arial, Helvetica, 'Lucida Sans';
}

.required
{
    FONT-SIZE: 13px;
    COLOR: #ff0000
}

.sect
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    FONT-FAMILY: 'Trebuchet MS', Arial, Helvetica, 'Lucida Sans'
}
.desc
{
    FONT-SIZE: 13px;
    FONT-FAMILY: 'Trebuchet MS', Arial, Helvetica, 'Lucida Sans'
}
.explain
{
    FONT-SIZE: 13px;
    FONT-FAMILY: 'Trebuchet MS', Arial, Helvetica, 'Lucida Sans'
}

.fieldlabel
{
    FONT-SIZE: 13px;
    COLOR: #000000;
    FONT-FAMILY: 'Trebuchet MS', Arial, Helvetica, 'Lucida Sans Unicode';
}

.title
{
    BORDER-RIGHT: thin;
    BORDER-TOP: medium none;
    FONT-WEIGHT: bold;
    FONT-SIZE: 16pt;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: medium none;
    COLOR: black;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: medium none;
    FONT-FAMILY: 'Trebuchet MS', Arial, Helvetica, 'Lucida Sans';
}

.tblhead
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 13px;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: 'Trebuchet MS', Arial, Helvetica, 'Lucida Sans';
    BACKGROUND-COLOR: #87cefa;
    TEXT-ALIGN: left;
}

.tabledata
{
    FONT-SIZE: 13px;
    COLOR: black;
    FONT-FAMILY: 'Trebuchet MS', Arial, Helvetica, 'Lucida Sans Unicode';
    BACKGROUND-COLOR: #ccffff;
}
.tablelabel
{
    FONT-SIZE: 13px;
    COLOR: #000000;
    FONT-FAMILY: 'Trebuchet MS', Arial, Helvetica, 'Lucida Sans Unicode';
    BACKGROUND-COLOR: white;
    font-weight: bold;
    text-align: left;
}

.reqdlabel
{
    FONT-SIZE: 13px;
    COLOR: #ff0000;
    FONT-FAMILY: 'Trebuchet MS', Arial, Helvetica, 'Lucida Sans Unicode';
    BACKGROUND-COLOR: white
}
.reqddata
{
    FONT-SIZE: 13px;
    COLOR: #ff0000;
    FONT-FAMILY: 'Trebuchet MS', Arial, Helvetica, 'Lucida Sans Unicode';
    BACKGROUND-COLOR: #ccffff
}

a:active, a:visited
{
    font-size: 13px; color: #0000FF;
}
.linktype
{
    FONT-SIZE: 13px;
    COLOR: blue;
    FONT-FAMILY: 'Trebuchet MS', 'Lucida Sans Unicode', Arial, Helvetica;
}
.linktype A:link
{
    FONT-SIZE: 13px;
    COLOR: blue;
    FONT-FAMILY: Arial, 'Lucida Sans Unicode', Helvetica;
}
.linktype A:visited
{
    FONT-SIZE: 13px;
    COLOR: #0000FF;
    FONT-FAMILY: Arial, 'Lucida Sans Unicode', Helvetica;
}



.subhead
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #000000;
    FONT-FAMILY: 'Trebuchet MS', Arial, Helvetica, 'Lucida Sans Unicode';
    BACKGROUND-COLOR: white;
    text-align: left;
}

.basictab {
	padding: 3px;
	margin:0px;
	font:12px Arial;
	border-bottom: 1px solid #736F6E;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}
.basictab li {
	display: inline;
	margin: 0;
}
.basictab li a {
	text-decoration: none;
	padding: 2px 7px;
	margin-right: 3px;
	border: 1px solid #736F6E;
	border-bottom: none;
	background-color: #DFDFDF;
	color: black;
	top: 1px;
	position: relative;
}
.basictab li a:hover {
	background-color: white;
	position: relative;
	top: 1px;
	padding-top: 2px;
	color: black;
	text-decoration: none;
}
.basictab li a:active {
	color: black;
	top: 1px;
	padding-top: 2px;
}
.basictab li.selected a { /*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 2px;
	background-color: white;
	color: black;
}

.profiletabwrapper {
	padding: 0px;
	width: 734px;
	margin: 0px;
	border: 0px solid black;
}

.exclamation-icon { background-image: url('../images/exclamation-icon.png'); background-repeat:no-repeat; padding-left:20px; padding-top:2px; }
.javascript-bar { background-color:#fff9d7; border-top:1px solid #e2c822; border-bottom:1px solid #e2c822; width:100%; height:22px; float:left; position:absolute; left:0; top:0; text-align:center; font-weight:bold; }

/* IL Main nav Bar */
#nav 
{
    background: url(../images/09il/bg-nav.png) no-repeat;
    width: 100%;
    float: left;
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none;
	 }
#nav li {
	float: left;width:111px; 
	background: url(../images/09il/separator.png) no-repeat 100% 0;}
	
#nav li a {
    font-size: 12px;
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #494949;
	 }
#nav li a:hover, #nav li a:active {
	color: #475a5a;
	background: url(../images/09il/separator2.png) no-repeat 100% 0;
	text-decoration: none;
	background: #c5d8d8;
	box-shadow: inset 0 -5px 15px 0 #779898;
	-webkit-box-shadow: inset 0 -5px 15px 0 #779898;
	 }
	 
	 
/* for old browser pop up */
#popup_window{
padding: 10px;
background: #267E8A;
cursor: pointer;
color: #FCFCFC;
margin: 200px 0px 0px 200px;
}
.popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(196, 196, 196, .85);
    top: 0;
    left: 100%;
    opacity: 0;
    filter:alpha(opacity=00); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.overlay .popup-overlay {
    opacity: 1;
    filter:alpha(opacity=100); 
    left: 0
}
.popup {
    position: fixed;
    top: 25%;
    left: 50%;
    z-index: -9999;
}
.popup .popup-body {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    opacity: 0;
    filter:alpha(opacity=00); 
    min-height: 150px;
    width: 600px;
    margin-left: -325px;
    padding: 20px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
    -moz-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    -webkit-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    text-align: center;
    border: 2px solid #e9e9e9;
}
.popup.visible, .popup.transitioning {
    z-index: 9999;
}
.popup.visible .popup-body {
    opacity: 1;
    filter:alpha(opacity=100); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.popup .popup-exit {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -150px;
    right: -195px;

}
.popup .popup-content {
    overflow-y: auto;
}
.popup-content .popup-title {
    font-size: 24px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}
.popup-content p {
    font-size: 13px;
    text-align: left; 
}
/* end for old browser pop up */ 
