
/* Basic */


*
{
	margin: 0em;
	padding: 0em;
}


h1, h2, h3, h4,h5,h6 {
	font-family: 'Trebuchet MS', sans-serif;
	}
	
h1, h2 {
	font-size: 24px;
	}
	
h3 {
	font-size: 18px;
	color: #454545;
	font-weight: lighter;
	}

h6{
    font-size: 18px;
}

body
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #fff;
}

a
{
	color: #0077dd;
        text-decoration: none;
	/*text-decoration: underline;*/
}

a:hover
{
        /*text-decoration: underline;*/
	/*text-decoration: none;*/
        color: #7E354D;
       /* font-weight: bold;*/
}

/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}



/* Header */

#header
{
	position: relative;
	background: #004778 url(/images/a5.gif) bottom left repeat-x;
	height: 7em;
	padding-left: 0em;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        
}


#header h1
{
	position: inherit;
	top: 1.01em;
        left:5em;
	font-size: 1.39em;
	letter-spacing: 0.1em;
        color: #E0E8EF;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	font-size: 0.9em;
	top: 4.9em;
        left:9.5em;
        letter-spacing: .4em;
	color: #E0E8EF;
}

/* Menu */


#menu
{
	position: absolute;
	top: 5em;
	right: 3.9em;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #E0E8EF;
        color: #E0E8EF;
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
	
}

#menu li a
{
	color: #fff;
	padding: 0.1em;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
}
/* Content */

#content
{
	line-height: 1.5em;
}


#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.45em #005082;
	background: #FDFDFD url(/images/a7.gif) top left repeat-x;
}



.blockqt 
{
	margin-bottom: 0.5em;
        margin-left: 0em;
	padding: 0em 0em 0em 0em;
	border-left: solid 1.5em #005082;
	background: #FDFDFD url(/images/a7.gif) top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0em;
}



#content table
{
	margin-bottom: 0.75em;
	border-collapse: inherit;
	text-align: left;
}


#content table th
{
	font-weight: bold;
	padding: 0.5em;
        font-size: 14px;
}

#content table td
{
	padding: 0.25em;
	border-right: solid 1px #fff;
        font-size: 12px;
}

/*#content table tr.rowE
{
	color: #fff;
	background: #fffbb8;
	border-right: solid 1px #fff;
}
*/
#content table td.rowE
{
	color: #fff;
	background-color: pink;
	border-right: solid 1px #fff;
}

#content table tr.rowE
{
	color: #fff;
	background-color: pink;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #fff;
	background: #006192 url(/images/a5.gif) top left repeat-x;
	border-right: solid 1px #fff;
}

#content table td.rowF
{
	background: #F8F8F8 url(/images/a6.gif) top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}


#content table tr.rowA
{
	background: #F8F8F8 url(/images/a6.gif) top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD url(/images/a7.gif) top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	background-color: #fff;
	float: right;
	margin: 0em -19em 0em -19em;
	width: 100%;
}

#primaryContent
{
	margin: 50em 50em 50em 50em;
	padding: 0.1em 1em 1.5em 1em;           /*0.1em was initially 3em.for vendor registration page it has been changed*/
}

/* Secondary Content */

#secondaryContent
{	
	width: 14em;
        height: 35em;
	padding: 1em 0em 1.5em 2em;
	background: #fff url(/images/a1.gif) top right repeat-y;
}

#secondaryContent .xbg
{
	position: absolute;
	right: 0em;
	bottom: -64px;
	background: #fff url(/images/a3.gif) top right no-repeat;
	height: 64px;
	width: 128px;
}

/* Tertiary Content */

#tertiaryContentMainPage
{
	position: relative;
	float: right;
	width: 14em;
        height: 100em;
	padding: 50em 50em 50em 50em;
	background: #fff url(/images/a2.gif) top left repeat-y;
}

#tertiaryContent .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff url(/images/a4.gif) top left no-repeat;
	height: 64px;
	width: 128px;
}

/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}

.clear
{
	clear: both;
}


#navigation li {
	border-bottom: 1px solid  #E0E8EF;
	}

#navigation a {
	font:11px Arial, Helvetica, sans-serif;
	color: #0077dd;
	line-height: 16px;
	letter-spacing: .1em;
	text-decoration: none;
	display: block;
	padding: 8px 6px 8px 22px;
	}
	
#navigation a:hover {
	/*color: #005082;*/
        color: #E0E8EF;
	font-weight: bold;
	/*background: url(/images/mm_bullet_blue.gif) 10px 50% no-repeat;*/
        background: #004778 url(/images/a5.gif) bottom left repeat-x;
	}
	
.navmenu{
        border: 0em;
        margin-left: -2em;
        padding-left: 0em;
        list-style: none;
}

.inside	{
	background: #004778 url('/images/a1.gif') bottom left repeat-x;
}

.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	/*color: #993300;*/
	line-height: 22px;
        right: 12em;
        padding-right: 2em;
	}

.welcome{
        font: 14px Arial, Helvetica, sans-serif;
        font-weight: bold;
        
        
}

#content table th_ven
{
	font-weight: bold;
	padding: 0.5em;
        font-size: 14px;
        background: #F8F8F8 url(/images/a6.gif) top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table td_ven
{
	padding: 0.5em;
	border-right: solid 1px #fff;
        font-size: 12px;
        background: #FDFDFD url(/images/a7.gif) top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

.yregasterisk {
	font-family: verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	color:  #FF0000; /*#F68622;*/
	font-weight: boldest;
	vertical-align: -2px;
}

fieldset{

    margin-top: 0.25em;
    margin-left: 4em;
    margin-right: 4em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    
}

fieldset fieldset{

    
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    
}

.visibnone{
    visibility: hidden;
} 

.visibok{
visibility: hidden;
}

.lined{
 text-align: left;
 line-height: 1.5em
}

.algnRT{
margin-left: 33em
}

.TBbuttons{
 margin-left: 12em;
}    
.ventab{
    
        
        margin-left: -10px;
        margin-right: -10px;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
         
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

#content .errTD
{
	color: #fff;
	background-color: red;
	border-right: solid 1px #fff;
}


span#links {
	margin-bottom: 20px;
	width: 252px;
	background: url('/images/box_errblokbackground.gif') repeat-y top left;
	}

span#links h2{
	background: url('/images/box_errbloktop.gif') no-repeat top left;
	}
	
span#links p {
	background: url('/images/box_errblokbottom.gif') no-repeat bottom left;
	} 


.errBox {
      margin-bottom: 20px;
      width: 452px;
      color: red;
}

/*.frmbutton{
cursor:pointer;
border:outset 1px #4096EE;
background:#4096EE;
color:#ffffff;
font-weight:bold;
padding: 1px 1px;
background:url(/images/formbg-1.gif) repeat-x left top;
}*/

.sidebox {
        font-size: 100%;
        background:url(/images/sbbody-r.gif) no-repeat right bottom;
        margin: 0px auto; 
        width: 17em;
}
.boxhead {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: url(/images/sbhead-r.gif) no-repeat right top; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; TEXT-ALIGN: center;
}
.boxhead H2 {
	PADDING-RIGHT: 30px; PADDING-LEFT: 30px; FONT-WEIGHT: bold;FONT-SIZE: 1.2em; BACKGROUND: url(/images/sbhead-l.gif) no-repeat left top; PADDING-BOTTOM: 5px; MARGIN: 0px; COLOR: white; LINE-HEIGHT: 1em; PADDING-TOP: 20px; text-shadow: rgba(0,0,0,.4) 0px 2px 5px
}
.boxbody {
	PADDING-RIGHT: 30px; PADDING-LEFT: 30px; BACKGROUND: url('/images/sbbody-l.gif') no-repeat left bottom; PADDING-BOTTOM: 31px; MARGIN: 0px; PADDING-TOP: 5px
}
.widthlessbox {
	FONT-SIZE: 100%; BACKGROUND: url('/images/sbbody-r.gif') no-repeat right bottom; MARGIN: 0px 30%
}
       


.err{
color: red;
}

.barInt { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	background: #004778;
}



.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:black;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg-1.gif) repeat-x left top;
}


table.highlightTable tr.highlight td
{
    /*background: #EEEDBE;#E2E08D*/
    background: #A0C5EA;
}

table.highlightTable tr.highlightAlt td
{
    background: #A0C5EA;
        
}
.frmbutton {
  background: url('/images/search_bg_tal.jpg') repeat-x left top;
  padding: 0 12px;
  color: #fff;
  margin-top: 0px;
  margin-left: 0px;
  font-weight: bold;
  font-size: 12px;
  height: 26px;
  text-decoration: none;
  display: inline;
  cursor: pointer;
}


