@charset "utf-8";
/* main/common CSS Document */

body, a, td, .normal {
	color:#272727;
	font-family: DINRegular, Arial, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;	
	/*line-height:12px;*/
}

p, td { line-height:18px; }

p {
    margin: 1em 0px 0px; color: rgb(51, 51, 51); font-size: 0.813em; padding: 0px 15px; line-height: 16px
}

a {	
    text-decoration:none;
    color:#162b48;
}

a:hover { 
	text-decoration:underline;

}

b { color:#162b48; }

img { border:none }

.bold{
    font-weight:bold;
}

.head1
{ 
	color:#162b48;
	font-size:14px;
	font-weight:bold;
}

h1 { 
	/*color:#162b48;
	font-size:1.4em;
	font-weight:normal;
	line-height:20px;*/
    font-size: 1.6em;
    margin: 0.67em 0px 0px;
    color: rgb(225, 27, 34);
    font-weight: 400;
    line-height: 1.2;
    font-family: DIN-L, DINRegular, Arial, sans-serif;
    padding: 0px 15px;
}

h2 { 
	color:#162b48;
	font-size:1.2em;
	font-weight:normal;
	line-height:18px;
}

h3 {
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
}

h4 {
	color:#162b48;
	font-size:1.2em;
	font-weight:normal;
	line-height:18px;
	font-style:italic;
}

hr {
	margin-top:25px;
	border-top:1px #C8C8C8 1px; 
	border-bottom:none; 
	border-left:none; 
	border-right:none;
}


/* images */
img.imgborder {
	border:#162b48 solid 1px;
	margin-left:10px;
}

/* Menus */

#err_msg {
	float: left;
	margin-top: 10px;
    color: red;
    font-weight: bold;
    height: 30px;
    width: 500px;
    text-align: center;
}

#social_icons {
	float: right;
	margin-top: 5px;
}

.topNav
{
   margin-top: 50px;
   clear: both;
}

.topNavItem
{
    float: left;
    width: 130px;
    text-align: center;
    margin-right: 2px;
    font-weight: bold;
}

.buttNav
{
   margin-top: 3px; 
}

.buttNavItem
{
    float: left;
    width: 130px;
    text-align: left;
    background-color: #72797e;
    margin-right: 2px;
    color: #fff;
    padding-left: 0px;
    line-height: 11px;
}

.topNavItem a
{
    font-size: 11px;
}

.topNavItem a:hover
{
    text-decoration: none;
}

.topRightNav
{
    margin-top: 10px;
}

.topRightNavItem
{
    float: right;
}

.topRightNavSep
{
    float: right;
    padding: 0 10px;
    color: #162b48;
}

.leftNavTitle
{
    margin-left: 40px;
    cursor: pointer;
}

.leftNav
{
    margin-top: 10px;
    margin-bottom: 20px;
}

.leftNavItemWrap
{
    margin-bottom: 10px;
}

.leftNavItemWrap:hover
{
    background-color: #162b48;
}

.leftNavItem
{
    background-color: #fff;
    margin-left: 30px;
    padding-left: 15px;
    line-height: 12px;
    cursor: pointer;
    
    font-size: 12px;
}

.leftNavItem:hover
{
    color: #162b48;
}

#tabcolor1  {
background-color : #D0D0D0;
}

#tabcolor2  {
background-color : #CCCCFF;
}

#tabcolor3  {
background-color : #F0F0F0;
}

.dataTable
{
    background-color: #fff;   
    
}

.headerCell
{
    background-color: #ffffff;
    padding:3px 3px;
}

.dataCell
{
    background-color: #fff;
    padding:0px 3px;
}

.dataCellAlt
{
    background-color: #f2f2f2;
    padding:0px 3px;
}

.textCell
{
    background-color: #ffffff; /*f8f8f8*/
    padding:0px 3px;
}

.red
{
   color:#cc0000; 
}

.green
{
   color:#009900; 
}

.err {text-decoration: line-through; color: #cc0000;}

.button{
    background-color: black;
    color: white;
    text-decoration: none;
    padding: 2px 5px;
    border: none;
    display: inline-block;
}
.button:hover{
    text-decoration: none;
}

.edboxsmall {
    font-size: 11px;
    font-family: arial;
    padding-left: 3px;
    color: #162b48;
    height: 22px;
}
.submenu:hover {
    font-size: 8pt;
    font-family: arial;
    color: #162b48;
    text-decoration: underline;
}
.submenu {
    font-size: 8pt;
    font-family: arial;
    color: #000000;
    text-decoration: none;
}

.login_button {
    color: white;
    background-color: black;
    cursor: pointer;
    padding: 0 5px;
    border: none;
    display: inline-block;
    font-size: 9pt;
}

.qsharebutton {
    color: white;
    background-color: black;
    cursor: pointer;
    padding: 2px 5px;
    border: none;
    display: inline-block;
    font-size: 9pt;
}