/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: #EEEEEE;
	margin: 0px;
	/* font-family: Verdana, Tahoma, Sans-Serif; */
}

body,p,td,ul,li,blockquote, a
{
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	font-size: 8pt; 
	line-height: 11pt;
}

#wrap
{
	width: 701px;
	border-left: 1px solid #B5B2B5;
	border-right: 1px solid #B5B2B5;
	background-color: #FFFFFF;
	padding: 0px;
}


#menu
{
	border-bottom: 1px solid #B2B2B2;
	border-top: 1px solid #B2B2B2;
	background-color: #F2F2F2;
	margin-top: 10px;
	
}

#menu div, #menu span
{
	font-size: 10px;
}

#menu img 
{
	vertical-align: middle;
	border: 0px;
}

#menu a 
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

/*
body, td, div, span 
{
	font-size: 12px;
}
*/

.headline
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13pt; 
	font-weight: bold
}

div.headline
{
	text-align: left;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.content
{
	width: 80%;
	text-align: left;
	line-height: 20px;
}

a 
{
	color: #F96610;	
}

#tab 
{
        text-align: left;
        height: 18px;   
        margin: 0;      
        padding-left: 10px;
		background: url(gfx/tab-bg.gif) repeat-x bottom;
}

#tab ul, #tab li
{ 
    margin: 0; 
    padding: 0; 
    display: inline; 
    list-style-type: none; 
}


#tab a:link, #tab a:visited
{
        float: left;
        font-size: 10px;
        padding: 10px;
        padding-top: 4px;
        padding-bottom: 4px;
        margin-right: 4px;
        border: 1px solid #B2B2B2;
        border-bottom: none;
        text-decoration: none;
        color: #ccc;
}

#tab a:link.active, #tab a:visited.active
{
        color: #000000;
        background-color: #F2F2F2;
        border-bottom: 1px solid #F2F2F2;
}

#tab a:hover
{
        color: #000000;
        background-color: #F2F2F2;
}
#nav {
	padding-left: 16px;
}

#nav ul {
	margin: 2px 0px 2px 16px;
	padding: 0px;
	font-size:11px;font-weight:bold;
}

#nav ul ul {
	margin: 2px 0px 2px 16px;
	padding: 0px;
	font-size:10px;
	font-weight:normal;
}

#nav li {
	list-style-image: url(../gfx/arrow.gif);
	line-height: 16px;
	text-indent: 0px;
}

#nav li a {
	color:#000;
	text-decoration:none;
}

#nav li.active {
	list-style-image: url(../gfx/arrow-down.gif);
}

#nav li.active a.active {
	color: #AA3232;
	font-weight: bold;
}

#nav li a:hover {
	color: #AA3232;
	text-decoration: underline;
}

/*
input.text, textarea
{
	width: 100%;	
}
*/
textarea, input, select 
{ 
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	font-size: 8pt; 
}

span.noul 
{
	text-decoration: none;	
}
.line 
{
	border-top: 1px solid #000000;
}

.line-changes
{
	border-bottom: 1px solid #000000;
	padding-top: 10px;
}

.leveltitle
{
	 BORDER-RIGHT: #b2b2b2 1px solid; 
	 PADDING-RIGHT: 4px; BORDER-TOP: #b2b2b2 1px solid; 
	 PADDING-LEFT: 4px; PADDING-BOTTOM: 4px; 
	 BORDER-LEFT: #b2b2b2 1px solid; 
	 PADDING-TOP: 2px; 
	 BORDER-BOTTOM: #b2b2b2 1px solid; 
	 BACKGROUND-COLOR: #f2f2f2;
}
td.AuxField
{
	width: 175px;
	padding-left: 5px;
	font-weight: bold;
}

#nistabs 
{
	margin-top: 10px;
	background-image: url(./gfx/tab-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 24px;
	line-height: 24px;
}

#nistabs a
{
	height: 24px;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	border: 1px solid #b2b2b2;
	border-bottom: none;
	color: #008000;
	margin-left: 5px;
	margin-right: 0px;
}

#nistabs a img 
{
	border: 0px;
	margin: 0px;
}

#nistabscontent
{
	BACKGROUND-COLOR: #f2f2f2;
	border: 1px solid #b2b2b2;
	border-top: none;
	margin-top: -1px;
}

#popmenu td a
{
	color: Black;
}

.container 
{
	BORDER-RIGHT: #b2b2b2 1px solid; 
	PADDING-RIGHT: 4px; 
	BORDER-TOP: #b2b2b2 1px solid; 
	PADDING-LEFT: 4px; 
	PADDING-BOTTOM: 4px; 
	MARGIN: 4px; 
	BORDER-LEFT: #b2b2b2 1px solid; 
	PADDING-TOP: 4px; 
	BORDER-BOTTOM: #b2b2b2 1px solid; 
	BACKGROUND-COLOR: #f2f2f2;
	text-align: left;
}

div.full 
{
	clear: both;	
}

div.full div.left 
{
	float: left;
}

div.full div.right 
{
	float: right;
}

.mandetory_
{
	border-bottom: 1px solid red;
}

.mandetory
{
	padding-right: 20px;
	background-image: url(gfx/mandetory.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

span.mandetory
{
	background-position: right top;
}

fieldset.subline 
{
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid: #121212;
}

fieldset.subline legend 
{
	color: #000000;
	font-weight: bold;
}

.red, .error
{
	color: Red;
	font-weight: bold;	
}

.priceline 
{
	line-height: 22px;
	vertical-align: middle;
}

.reasonline
{
	padding-top: 7px;
	line-height: 15px;
	text-align: left;
	width: 350px;
}

table.info td 
{ 
	PADDING-RIGHT: 4px; 
	PADDING-LEFT: 4px; 
	PADDING-BOTTOM: 4px; 
	PADDING-TOP: 4px 
}

#tblTop
{
	background-image: url(gfx/bg2.jpg);
	background-repeat: no-repeat;
	border-top: 16px solid #ffffff;
}

#toplogo 
{
	margin-top: 36px;
}

#tblTopInfo td
{
	background-color: #FF6600;
	width: 20%;
	color: White;
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;
	border-right: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
}
#tblTopInfo td.value 
{
	background-color: #F1F1F1;
	width: 30%;
	color: #656565;
	font-weight: normal;
}

#tblTopInfo td.right 
{
	border-right: none;
}

#tblProfile td
{
	border-right: none;
	background-color: #DADADA;
	color: #656565;	
	font-weight: normal;
}

#tblBottom 
{
	background-image: url(gfx/bottom-bg2.gif);
	border-bottom: 16px solid #ffffff;
}

#tblBottom td
{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#tblContent
{
	background-color: #ffffff;
}

#tblContent td.content
{
	padding: 10px;
}

#tblProfile td.link a
{
	font-weight: bold;
	color: #656565;
	text-decoration: none;	
}

#tblProfile td
{
	padding: 2px;
	padding-left: 10px;
}

#tblProfile 
{
	border-top: 2px solid #ffffff;
}

#tblProfile td.link 
{
	border-left: 2px solid #ffffff;
	padding-right: 10px;

}

#tblBottom, #tblTop, #tblTopInfo, #tblContent, #tblProfile
{
	width: 95%;
	border-right: 16px solid #ffffff;
	border-left: 16px solid #ffffff;
}

#bottomlogo 
{
	margin-right: 20px;
}

#poweredbottomlogo 
{
	margin-top: 18px;
	margin-left: 7px;
}

.fixed, .inactive .fixed
{
	color: #2D955C;
}

.invalid
{
	font-weight: bold;
	color: #B5B5B5;
}

.fixed, .inactive .fixed, .selected
{
	color: #FF6600;
}

.selected 
{
	text-decoration: underline;
}

.active span
{
	font-weight: bold;
}

h2 
{
	color: #bbb;
	font-size: medium;
}

div.hilite
{
	color: green;
	font-weight: bold;
}

#version
{
	color: #BABAB7;
	text-align: center;
	padding: 5px;
}

div.flashnotice 
{
	background-color: #F2F2F2;
	border: 1px solid #F2F2F2;
	padding: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}

.alt 
{
	background-color: #eeeeee;
}

tr.inactive td 
{
	color: #aaaaaa;
}

tr.inactive td a
{
	color: #aaaaaa;
}

div.usp 
{
	text-align: left;
	width: 350px;
	border: 1px solid black;
	padding: 4px;
}

tr.headerrow td 
{
	font-weight: bold;
}

tr.open a 
{
	color: green;
	font-weight: bold;
}

tr.claims a 
{
	color: red;
	font-weight: bold;
}


.topbrandlogo
{
	height: 100px;
	background-image: url(./gfx/logo3.gif);
	background-repeat: no-repeat;
	background-position: right bottom; 
}

#login 
{
	BORDER-RIGHT: white 16px solid; 
	BORDER-TOP: white 16px solid; 
	BORDER-LEFT: white 16px solid; 
	WIDTH: 600px; 
	BORDER-BOTTOM: white 16px solid; 
	BACKGROUND-COLOR: #ffffff; 
	TEXT-ALIGN: center;
}

#login .header 
{
	BACKGROUND-IMAGE: url(gfx/bg1.jpg); 
	HEIGHT: 100px;
}

#login .footer 
{
	BACKGROUND-IMAGE: url(gfx/bottom-bg1.gif); 
	HEIGHT: 55px; 
	TEXT-ALIGN: left;
}

#login .form  
{
	padding: 10px;
}

tr.line td 
{
	border-top: 1px solid #000000;
}

#login .form table 
{
	width: 350px;
}
