﻿/* DEFAULTS
----------------------------------------------------------*/
/*
body
{
	background: #b6b7bc;
	font-size: .80em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #696969;
}

a:link, a:visited
{
	color: #034af3;
	font-size:large;
	font-weight:bold;
}

a:hover
{
	color: #1d60ff;
	text-decoration: none;
}

a:active
{
	color: #034af3;
}

p
{
	margin-bottom: 10px;
	line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/
/*
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #666666;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}

h1
{
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2
{
	font-size: 1.5em;
	font-weight: 600;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns *//*
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
/*
.page
{
	width: 960px;
	background-color: #fff;
	margin: 20px auto 0px auto;
	border: 1px solid #496077;
}

.header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #4b6c9e;
	width: 100%;
}

.header h1
{
	font-weight: 700;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #f9f9f9;
	border: none;
	line-height: 2em;
	font-size: 2em;
}

.main
{
	padding: 0px 12px;
	margin: 12px 8px 8px 8px;
	min-height: 420px;
}

.leftCol
{
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px;
	min-height: 200px;
}

.footer
{
	color: #4e5766;
	padding: 8px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
}



/* TAB MENU   
----------------------------------------------------------*/
/*
#mainMenu
{
	
	
	background-color: #095081; 
	font: bold .9em Arial,Helvetica,sans-serif;
	width: 100%;
	height: 25px;
	color: White;
	vertical-align: middle;
}
*/
/*
div.hideSkiplink
{
	background-color: #3a4f63;
	width: 100%;
}

div.menu
{
	padding: 0px 0px 0px 0px;
}

div.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}
*/

/*
div.menu ul li a, div.menu ul li a:visited
{
	
	color: #EBAF23;
	padding: 5px 5px 0px 5px;
}

div.menu ul li a:hover
{
	
	padding: 3px 5px 0px 5px;
	background-color: #095081;
}

div.menu ul li a:active
{
	background-color: #465c71;
	color: #cfdbe6;
	text-decoration: none;
}
*/
/* FORM ELEMENTS   
----------------------------------------------------------*/
/*
fieldset
{
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input.textEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	width: 42%;
}

/* MISC  
----------------------------------------------------------*/
/*
.clear
{
	clear: both;
}

.title
{
	display: block;
	float: left;
	text-align: left;
	width: auto;
}

.loginDisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	padding: 10px;
	color: White;
}

.loginDisplay a:link
{
	color: white;
}

.loginDisplay a:visited
{
	color: white;
}

.loginDisplay a:hover
{
	color: white;
}

.failureNotification
{
	font-size: 1.2em;
	color: Red;
}

.bold
{
	font-weight: bold;
}

.submitButton
{
	text-align: right;
	padding-right: 10px;
}

*/

/* custom  
----------------------------------------------------------*/
body
{
	background: #b6b7bc;
	font-size: .80em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #696969;
}

a:link, a:visited
{
	color: #034af3;
	font-size:large;
	font-weight:bold;

}

a:hover
{
	color: #1d60ff;
	text-decoration: none;
}

a:active
{
	color: #034af3;
}

p
{
	margin-bottom: 10px;
	line-height: 1.6em;
}




.pageName
{
	font-size: 1.00em;
	font-weight: bold;
	color: #336699;
}


.threeColumnTatble
{
	width: 700px;
	border: 1;
	border-color: Black;
}
.threeColumnLabel
{
	text-align: right;
	width: 200px;
}
.threeColumnControl
{
	width: 300px;
}
.threeColumnValidation
{
	width: 200px;
}

.threeColumnSingle
{
	width: 700px;
}

/*
.GroupHeader
{
	font-size: 12pt;
	font-weight: bold;
}
*/

.GroupHeader
{
	font: 1.2em Georgia, "Times New Roman" ,Times,serif;
	font-weight: bold;
	color: #005F96; /*#1E4A89;*/
	margin: 2px 0px 2px 0px;
}

.button
{
	background-color: #005F96; /* green;*/
	border: 1px solid #787878;
	cursor: pointer;
	font-size: .9em;
	font-weight: 600;
	padding: 3px 7px 3px 7px;
	color: White;
	margin-left: 0px;
}

#MainContainer
{
	width: 950px;
	background-color: White;
}
.errorMessage
{
	font-size: 1.00em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: red;
}

.successMessage
{
	font-size: 1.00em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: green;
}

#pageName
{
	/* 	width: 100%; 	background-color: #a3aeb9; 	font-size: 1.00em; 	font-weight: bold; 	color: #465c71; 	height: 20px; /*#465c71 	 #a3aeb9 	 #d1d6dc*/
	font: 1.75em Georgia, "Times New Roman" ,Times,serif;
	font-weight: bold; /*font-size: 1.75em; 	border-bottom: 2px solid #1E4A89;*/
	color: #005F96; /* #1E4A89;*/
	margin: 5px 0px 5px 0px;
}

.emptyDataRow
{
	text-align: center;
}



.LoginTable
{
	width: 400px;
}
.labelText
{
	text-align: right;
}



.productOffer
{
	width: 100%; /*height: 700px;*/
}

.productOffer .productName
{
	font-weight: bold;
	text-align: justify;
	width: 100%;
	padding-top: 10px;
	padding-left: 5px;
}


.productOffer .ProductText
{
	text-align: justify;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}


.productOffer a:link
{
	font-weight: bold;
	padding-left: 5px;
}

.productOffer a:visited
{
	font-weight: bold;
	padding-left: 5px;
}

.productOffer a:hover
{
	font-weight: bold;
	padding-left: 5px;
}

.productOffer .offerDescription
{
	padding-left: 5px;
}
.productOffer .offerDescription
{
	padding-left: 5px;
}

.productOffer .offerPrice
{
	padding-left: 5px;
	padding-top: 10px;
	font-weight: bold;
}





#clientHeader
{
	background-image: url('../Images/bg_header_client.jpg');
	width: 950px;
	height: 100px;
	position:  fixed
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: 390px;
	margin:0 auto;
}


#loginInfo
{
	padding: 5px 5px 0px 0px;
	font-family: Verdana;
	float: right;
	clear: right;
	text-align: right;
	font-size: 10pt;
	color: white;
	width: 200px;
}

#loginInfo a
{
	color: white;
	text-decoration: none;
}

#loginInfo a:hover
{
	color: white;
	text-decoration: underline;
}

#BannerText
{
	padding: 0 5px 0 0;
	font-family: Verdana;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color: #ffcc00;
	float: right;
	clear: both;
	vertical-align: bottom;
}

#divPubAddress
{
	font-size: .80em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	color: #696969;
}

#divPubAddress .PubName
{
	font-weight: bold;
}




.HighlightLink
{
	margin: 3px 3px 3px 3px;
}

.HighlightLink a
{
	background-color: #EBAF23; /* green;*/
	cursor: pointer;
	font-size: 1.0em;
	font-weight: 600;
	padding: 3px 7px 3px 7px;
	color: #005F96;
	text-decoration: underline;
}

.HighlightLink a:hover
{
	background-color: #EBAF23; /* green;*/
	cursor: pointer;
	font-size: 1.0em;
	font-weight: 600;
	padding: 3px 7px 3px 7px;
	color: #005F96;
	text-decoration: none;
}



.footer
{
	color: #4e5766;
	padding: 8px 0px 3px 0px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
	background-color: #a3aeb9;
}

#footer
{
	background-color: #095081; /* #007CC3;*/
	font: normal .8em Arial,Helvetica,sans-serif;
	width: 100%;
	height: 50px;
	color: White;
	vertical-align: middle;
}

#footer a
{
	background-color: #095081; /* #007CC3;*/
	width: 100%;
	height: 30px;
	color: White;
	vertical-align: middle;
	text-decoration: underline;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}



.issueBlock
{
	width: 300px;
	float: left;
	border: 0px solid black;
}

.issueBlock .image
{
	/*width: 160px;*/
	float: left;
	border: 0px solid yellow;
	/*padding-right: 10px;*/
}



.issueBlock .image a
{
	width: 160px;
}

.issueBlock .image a:hover
{
	width: 160px;
}
.issueBlock .issueImage
{
	border-style: none;
	width:100px;
}




.issueBlock .issueDate
{
	width: 170px;
	float: left;
	border: 0px solid green;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	padding: 30px 0 0 10px;
	clear:right;
}

.issueBlock .issueDate a
{
	text-decoration: none;
	color: #095081;
}

.issueBlock .issueDate a:hover
{
	text-decoration: underline;
	color: #095081;
}

.issueBlock .productName
{
	width: 170px;
	float: left;
	border: 0px solid red;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 10px;
}

.issueBlock .insert
{
	width: 170px;
	float: left;

	text-decoration: none;
	padding: 0 0 0 10px;
	font-weight:bold;
}

.issueBlock .insert a
{
	text-decoration: none;
	color: #095081;
	font-weight:bold;
}

.issueBlock .insert a:hover
{
	text-decoration: underline;
	color: #095081;
	font-weight:bold;
}




#Menu
{
	background-color: #095081; /* #007CC3;*/
	font: bold .9em Arial,Helvetica,sans-serif;
	width: 100%;
	height: 68px;
	color: White;
	vertical-align: middle;
}

#Menu .menuItem
{
	float: left;
	padding-top: 5px;
}

#Menu .menuItem a
{
	color: #EBAF23;
	padding: 3px 5px 0px 5px;
}


#Menu .menuItem a:hover
{
	padding: 3px 5px 0px 5px;
	background-color: #095081;
}




.logoImage
{
	border: none;
	width:200px;
	height:50px;
}


.ProductBlock
{
	width: 100%;
	border: 0px solid red;
	vertical-align: bottom;
	text-align: center;
	padding: 0 0 15px 0;
}

.ProductBlock .Image
{
	width: 100%;
}

.ProductBlock .ProductName
{
	width: 100%;
	font-weight: bold;
}

.ProductBlock a
{
	text-decoration: none;
	color: #095081;
}



.ProductBlock a:hover
{
	text-decoration: underline;
	color: #095081;
}

.CoverImage
{
	float: left;
	width: 250px;
	text-align: center;
	border: 1px solid #BABABA;
	margin:0 0 0 40px;
}

.CoverImage .image
{
	width: 250px;
	text-align: center;
}
