﻿
BODY 
{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #666666;
	background-color: #3B4041;
	margin: 0px;
	padding: 0px;
}
a
{
	text-decoration:none;
	color:#000000;
}
.navLinks a
{
	text-decoration:underline;
}
a.linkBlack
{
	font-size:10pt; font-weight: bold; color: #000000; text-decoration:none;
	
}
a.linkBlack:hover
{
	text-decoration:underline;	
}
a.linkBlack1
{
	font-weight: bold; font-family: Tahoma; color: #666666; text-decoration:none;
	
}
a.linkBlack1:hover
{
	text-decoration:underline;	
}

a.link1
{
	font-weight: bold; font-family: Tahoma; color: #D11011; text-decoration:none;
	
}
a.link1:hover
{
	text-decoration:underline;	
}
a.linkBlue
{
	font-weight: bold; font-family: Tahoma; color: #39619E; text-decoration:none;
	
}
a.linkBlue:hover
{
	text-decoration:underline;	
}



.bottomdots
{
	BACKGROUND-POSITION: bottom; 
	BACKGROUND-IMAGE: url(images/bottomdots.gif); 
	BACKGROUND-REPEAT: repeat-x;
}
.bulletTd
{
	PADDING-LEFT: 10px; 
	LINE-HEIGHT: 13pt;
}


.labelTd{
background: #D8E8F1;	
color: #000000;
}
.inputTd{
background: #EDF4F9;	
color: #000000;
}
.controlTd{
background: #21648E;	
padding:5px;
color: #ffffff;
}

.controlTd a{
color: #ffffff;
text-decoration: none;
}
.controlTd a:hover{
text-decoration: underline;
}

.btn {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;    
    height: 22px;
    margin-right: 6px;
    padding-right: 8px; /* sliding doors padding */
    text-decoration: none;
    color:#ffffff;
    font-size:10px;
    font-weight:bold;
}

.btn span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 12px;
    padding: 5px 0 5px 8px;
} 
.btn:active {
    background-position: bottom right;    
    outline: none; /* hide dotted outline in Firefox */
}

.btn:active span {
    background-position: bottom left;
    padding: 6px 0 4px 8px; /* push text down 1px */
} 

.headerLinks a
{
	font-size: 9px; font-weight: bold; font-family: Tahoma; color: #000000; text-decoration:none;
	
}
.headerLinks a:hover
{
	text-decoration:underline;
	
}
.footerLinks a
{
	color:#ffffff;
	text-decoration:none;
	
}
.footerLinks a:hover
{
	color:#ffffff;
	text-decoration:none;
	
}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;    
    height: 22px;
    margin-right: 6px;
    padding-right: 8px; /* sliding doors padding */
    text-decoration: none;
    color:#ffffff;
    font-size:10px;
    font-weight:bold;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 12px;
    padding: 5px 0 5px 8px;
} 
a.button:active {
    background-position: bottom right;    
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 8px; /* push text down 1px */
} 

a.button1  {
    background: transparent url('images/bg_button1_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;    
    height: 22px;
    margin-right: 6px;
    padding-right: 8px; /* sliding doors padding */
    text-decoration: none;
    color:#ffffff;
    font-size:10px;
    font-weight:bold;
}
a.button1 span.rtsTxt {
    background: transparent url('images/bg_button1_span.gif') no-repeat;
    display: block;
    line-height: 12px;
    padding: 5px 0 5px 8px;
} 
a.button2  {
    background: transparent url('images/bg_button1_a.gif') no-repeat bottom right;
    display: block;
    float: left;    
    height: 22px;
    margin-right: 6px;
    padding-right: 8px; /* sliding doors padding */
    text-decoration: none;
    color:#ffffff;
    font-size:10px;
    font-weight:bold;    
    outline: none; /* hide dotted outline in Firefox */

}
a.button2 span.rtsTxt {
    background: transparent url('images/bg_button1_span.gif') no-repeat;
    display: block;
    line-height: 12px;
    background-position: bottom left;    

} 
a.tabs  {
    background: transparent url('images/bg_tabs_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;    
    height: 22px;
    margin-right: 6px;
    padding-right: 8px; /* sliding doors padding */
    text-decoration: none;
    color:#ffffff;
    font-size:11px;
    font-weight:bold;
}
a.tabs span.rtsTxt {
    background: transparent url('images/bg_tabs_span.gif') no-repeat;
    display: block;
    line-height: 12px;
    padding: 5px 0 5px 8px;
} 
a.tabsSelected  {
    background: transparent url('images/bg_tabs_a.gif') no-repeat bottom right;
    display: block;
    float: left;    
    height: 22px;
    margin-right: 6px;
    padding-right: 8px; /* sliding doors padding */
    text-decoration: none;
    color:#ffffff;
    font-size:11px;
    font-weight:bold;    
    outline: none; /* hide dotted outline in Firefox */

}
a.tabsSelected span.rtsTxt {
    background: transparent url('images/bg_tabs_span.gif') no-repeat;
    display: block;
    line-height: 12px;
    background-position: bottom left;    

} 

.validationError
{
	background-image: url('images/icon_err.gif');
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	color:#DC143C;
	padding-left: 12px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.msg_info
{
	background-image: url('images/icon_info-yellow.gif');
	background-repeat: no-repeat;
	background-position: left center;
	BORDER-RIGHT: #FFD700 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #FFD700 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	MARGIN: 5px;
	BORDER-LEFT: #FFD700 1px solid;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #FFD700 1px solid;
	BACKGROUND-COLOR: #FFFFE0;
	TEXT-ALIGN: left;
	TEXT-INDENT: 15px;
}
.msg_info_Blue
{
	background-repeat: no-repeat;
	BORDER-RIGHT: #a6d0fe 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #a6d0fe 1px solid; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	MARGIN: 5px; 
	BORDER-LEFT: #a6d0fe 1px solid; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #a6d0fe 1px solid; 
	BACKGROUND-COLOR: #f0f9ff; 
	TEXT-ALIGN: left;
}
.msg_error {
	background-image: url('images/icon_red.gif');
	background-repeat: no-repeat;
	background-position: left center;

	BORDER-RIGHT: #FFC1C1 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #FFC1C1 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	MARGIN: 5px;
	BORDER-LEFT: #FFC1C1 1px solid;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: 1px solid #FFC1C1;
	BACKGROUND-COLOR: #FFEEEE;
	TEXT-ALIGN: left;
	COLOR: #DC143C;
	TEXT-INDENT: 15px;
}
.msg_done {
	background-image: url('images/icon_green.gif');
	background-repeat: no-repeat;
	background-position: left center;

	BORDER-RIGHT: #5DD15E 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #5DD15E 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	MARGIN: 5px;
	BORDER-LEFT: #5DD15E 1px solid;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: 1px solid #5DD15E;
	BACKGROUND-COLOR: #DAF3DA;
	TEXT-ALIGN: left;
	TEXT-INDENT: 15px;
}
.msg_warning {
	BORDER-RIGHT: #a6d0fe 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #a6d0fe 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	MARGIN: 5px;
	BORDER-LEFT: #a6d0fe 1px solid;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #a6d0fe 1px solid;
	BACKGROUND-COLOR: #f0f9ff;
	TEXT-ALIGN: left;
	Color: #DC143C;
}
.bckyel {
	BORDER-RIGHT: #CBCBCB 1px dashed;
	PADDING-RIGHT: 8px;
	BORDER-TOP: #CBCBCB 1px dashed;
	PADDING-LEFT: 8px;
	PADDING-BOTTOM: 3px;
	BORDER-LEFT: #CBCBCB 1px dashed;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: 1px dashed #CBCBCB;
	HEIGHT: 19px;
	BACKGROUND-COLOR: #FFFFE0;
}


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.style4 {
	color: #D11011;
	font-weight: bold;
}
.style5 {font-size: x-small}
.style6 {font-family: tahoma}
.style7 {color: #D11011; font-weight: bold; font-family: tahoma; }
.style8 {font-size: 9px}
.style9 {font-size: small}
.style10 {
	font-family: tahoma;
	font-size: small;
	font-weight: bold;
	color: #0071CA;
}

.style11 {
	font-family: Arial, Helvetica, sans-serif;
	color: #D9D9D9;	
}
.style12 {
	color: #525252;
	font-family: tahoma;
	font-size: x-small;
}
.style14 {
	font-family: tahoma;
	color: #333333;
	font-weight: bold;
	font-size: x-small;
}
.style29 {font-size: 9px; font-weight: bold; font-family: Tahoma; color: #000000;}
.style33 {	color: #D11011;
	font-weight: bold;
	font-family: tahoma;
	font-size: 12px;
	
	}
.style15 {font-size: 14px}
.style17 {	font-family: tahoma;
	font-size: 12px;
	color: #8f8f8f;
}
.style18 {	color: #000000;
	font-weight: bold;
}

.Heading {font-family: tahoma;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.SubHeading {
	font-size: 12px;
	color: #d11011;
	font-weight: bold;
}
.Blue {
	font-size: 12px;
	color: #0066cc;
	font-weight: bold;
}
.Blue2 {
	font-size: 12px;
	color: #0066cc;
}

#ticker-container {
        position:relative;
        overflow:hidden;
        width: 178px;
        height: 187px;
       /* background-color: ;*/
        background-repeat: repeat;
        padding: 2px;
        /*border: Default 0px dotted ;*/
        }
	
	#ticker {
		position:relative;
		width:150px;
	}
	
	#ticker ul {
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	#ticker ul li {
            display:list-item;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            font-family: arial;
            font-size: xx-small;
            font-weight: normal;
            /*color: ;*/
            padding-left: 2px;
	}
	
	#ticker ul li a {
            font-family: arial;
            font-size: xx-small;
            font-weight: normal;
            /*color: ;*/
            text-decoration: none;
            padding-left: 2px;
	}
        
        #ticker ul li a:hover {
            font-family: arial;
            font-size: xx-small;
            /*color: ;*/
            text-decoration: none;
            padding-left: 2px;
        }
