﻿html {
    padding: 0;
	margin: 0;
    height: 100%;
}


body 
{
   
    padding: 0;
	margin: 0;
    color: #464646;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	height:100%;
	
}
	
 

#main {
    min-height: 100%;
    position :relative;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
   
}

.contentTable {
    width:80%;
    margin:auto;
}
 
#page {
  width:100%;
  padding-bottom:65px; /* Height of the footer */
  margin: 0 auto;
  /*padding-left:5%;*/
  /*padding-right:5%*/
 
}
	
/* Header */
#preHeader
{
  background-color: #323A45;

}



/* footer */


#footer {
   position:absolute;
   bottom:0;
   width:100%;
 height:60px;   /* Height of the footer */
   background-color: #FFFFFF;

 
  /*text-align: right;*/
  }

.errorsMessage
{
    
    font-size: 12px;
	font-family: 'Open Sans', sans-serif;
    color: #D92626;
   /* display:block;*/
}


.noti_Container {
    position:relative;
    padding-bottom: 5px;
    float:right;
    width:30px;
    height:30px;
    background-color:#EAEAEA;
    /*border: solid 1px;
    border-color:white;*/

}

    .noti_Container:hover
    {
         background-color:#FFFFFF;
    }

.noti_bubble {
    position:absolute;
    top: -1px;
    right:-2px;
    padding:0px 2px 0px 2px;
    /*background-color:#0078AE;*/
    color:white;
    font-weight:bold;
    font-size:0.75em;
        
}

.menu_icon {
    padding-left:8px;
    padding-top:7px;
    width:20px;
    height:20px;
    border:0px;
}

a	{
	color: #4494c3;
	text-decoration:none;
	cursor: pointer;
}

a:hover	{
	color: #54b6f0;
	text-decoration:underline;
}

a.headerLinks	{
	font-weight: bold;
	/*color: #4494c3;*/
}

a.headerLinks:hover	{
	font-weight: bold;
	/*color: #4494c3;*/
}


a.headerLinksWhite	{
	/*font-weight: bold;*/
	color: #ffffff;
	font-size:13px;
}

a.headerLinksWhite:hover	{
	/*font-weight: bold;*/
	color: #ffffff;
}

div.Backbutton
{
   color: #4494c3;
	text-decoration:none;
}
div.Backbutton:hover
{
color: #54b6f0;
text-decoration:underline;
cursor: pointer;
}

#menuBar {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*border: solid 1px #e8eef4;*/
}

.commonMenuTB
{
    width: 195px;
    margin-top: 10px;
    border: solid 1.8px #D7D7D7;
   
   
}

.menuSubHeader
{
	border-bottom:1px solid #D7D7D7;
    font-weight: 700;
    padding:3px;
    text-align:left;
}




.menuItemWraper	{
	border-bottom:1px solid #D7D7D7;
    border-left:3px solid #D7D7D7;
	vertical-align: text-bottom;
	min-height: 22px;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-top: 3px;
    margin-left: -5px;
	
}

.menuItemWraper.active {
    border-left-color: #0db3d4;
}

.menuItemLinkBox	{
	/*float: left;*/
	padding-top: 3px;
    padding-left: 3px;
    text-align:left;
}

.menuText	{
	/*font-size: 13px;
	font-family: Futura, Arial, Helvetica, Helve, Sans-serif;*/

    font-size: 14px;
	font-family: 'Open Sans', Sans-serif;

	font-weight: 700;	
	/*color: #a9a9a9;*/
}

a.menuText	{


    font-size: 14px;
	font-family: 'Open Sans', Sans-serif;
	font-weight: 700;	
	color: #4494c3;
}

a.menuText:hover	{
	color: #54b6f0;
}


.textHighlight	{
	font-weight:bold;
}


.commonMainTB
{
     margin-top: 10px;
     width: 100%;
     border: solid 1.8px #D7D7D7;
     /*
    -webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	 border-radius: 10px;
         */
}

.policyHeaderTB
{
     width: 100%;
   
    -webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	 border-radius: 5px;
}

.commonHeaderTB
{
    width: 100%;
     border: solid 1.8px #929292;
     background: #929292;
    -webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	 border-radius: 5px;
}

/* TABLE
----------------------------------------------------------*/

.tableHeaders	{

    font-family: 'Open Sans', Sans-serif;
	font-weight:700;
	font-size:15px;
	color:#FFFFFF;
	padding-left: 10px;
	width:100%;
	height:18px;	
	vertical-align:middle;
    /*text-align:left;*/
}
	
.alignLeft {
    text-align:left;
}


.tableContent	{
	padding: 8px;
}
table td {
   
   
}



/*
Main content
*/

.small	{
	font-size:12px;	
}

.colHead
{
    font-size: 13px;
    font-weight: 600;
}

.dottedTableRow	{
	background-color:#ffffff;
	border-top:1px dotted #aeaeae;
	padding:4px 4px 4px 3px;
}
     



.commentBox
{
     width: 100%;
     border: solid 1.8px #D7D7D7;
    -webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	 border-radius: 5px;
}


#audio
{
    padding: 0;
}

/* Popup Boxes */

#divPopup{
position:absolute;
visibility:hidden;
display:none;
border:1px dotted #C0C0C0;
background-color:#FFFFB1;
color:#333;
padding:0;
width:580px;
max-height: 600px;
overflow:auto;

z-index:100;
font-size:12px;
text-align: left;
}

#divClosePopup{
float:right;
text-align:right;
cursor:pointer;
padding-right:10px;
}

#divClosePopupa{
text-decoration:none;
color:#333;
}

#divClosePopupa:hover{
color:#FF0000;
}

#divPopupContent{
clear:both;
padding:10px;
}

#iFramePopup
{   /*position:absolute;*/
    visibility:hidden;
    display:none;
    z-index:99;
}


#qpcContact
{
position:absolute;
visibility:hidden;
display:none;
background-color: #FFFFFF;
padding:8px;
width:420px;
max-height: 500px;
overflow:auto;
z-index:100;
border: solid 1.8px #D7D7D7;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;	
-moz-border-radius: 10px;
 border-radius: 10px;
    
}
.errorMessage
{
     color: #CC0000;
}

.textHighlightRed
{   
    color: #CC0000;
    font-weight: 700;
}


/* Button Styles*/




.myButton
 {
      
	border-top:		2px solid #5C5C5C;
	border-left:		2px solid #5C5C5C;
	border-right:		2px solid #0C0C0C;
	border-bottom:		2px solid #0C0C0C;

    /*border: 2px solid #D7D7D7;*/
	padding:		2px 4px !important;
    font-size:		12px !important;
	background-color:	#464646;
	font-weight:		700;
	color:			    #FFFFFF;

 }

    .myButton.paddingLeft {
    }

.myButton:hover
 {
        cursor:pointer;
}

.leftAlign
{
    text-align:left;
}


/* login page */
.editor-label
{
    font-size: 12px;
	font-family: 'Open Sans', Sans-serif;
	font-weight: 700;
    text-align:left;
    padding-left:5px;
}

.editor-field
{
     font-size: 12px;
	font-family: 'Open Sans', Sans-serif;
	font-weight: 700;
    text-align:left;
    padding-left:5px;
}


.grayDiv { background-color: #EAEAEA; }


#container{width:100%;}
#left{float:left;width:100px;}
#right{float:right; width: 100px;}
.center{margin:0 auto; width: 500px; padding: 5px;}





/* Editor Fields & labels for login page*/

.loginContent  
{
		min-height:200px; 
        top:50%;  
		left:50%; 
		width:400px; 
}

.carrierListContent 
{
		min-height:120px; 
        top:50%; 
		left:50%; 
		width:400px; 
}

.logOutContent {
 		min-height:130px;
        top:50%;  
		left:50%; 
		width:350px;
 }

.restrictedContent {
        min-height:150px; 
        top:50%;  
		left:50%; 
		width:350px; 
}

.contentBox {
        position:absolute; 
        margin-top:-200px;
		margin-left:-160px;
		background-color: #FFFFFF;
		padding: 10px;
}

.borderRounded
{
     border: solid 1.8px #D7D7D7;
    -webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	 border-radius: 10px;
}

.field_set
{
    border: 1px solid #D7D7D7;
  
   
}

.editor-label
{
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color:#464646;
	width: 150px;
    
}


.formLabel  
    {
	 
    }
    
.formItemLabel	
    {
	    color: #464646;
	font-weight: bold;
	    padding-right: 7px;
	    font-size: 12px;
    } 
    
    
/* Validation error class */

.field-validation-error
{
    font-size: 12px;
	font-family: 'Open Sans', sans-serif;
    color: #D92626;
    display:block;
    
}

.validation-summary-errors
{
    font-size: 12px;
	font-family: 'Open Sans', sans-serif;
   display:block;
}

.selCol { background-color: #F0F0F0; }


.bg1 
{
  background:  url(themes/base/images/up_arrow.png)  no-repeat;
   background-position: right;
}

.bg2 
{
  /*background:  url(themes/base/images/up_arrow.png)  no-repeat;
   background-position: right;*/
  background-color: blue;
}
.accessError
{
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
    color: #464646;
    padding:10px;
    text-align:center;
}

.message-dialog {
     color: #464646;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

#environment_watermark 
{
	color: #CC0000;
   text-align: center;
   font-size: 30px; 
   position: absolute;
	bottom: 80px;
   left: 15px;
   z-index: -1;
   filter: alpha(opacity=30);
   -moz-opacity: 0.30;
   opacity: 0.30;   
}

.wideInputBox {
    width: 200px;
}