
h1, h2
{
    margin: 0em;
    padding-top: 0em;
    padding-bottom: 0.6em;
}

h1
{
    font-size:20px;
    font-weight:bold;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
.controlLargeSize
{
    width: 260px;
}

.justifyAlignement
{
    text-align: justify;
}

.leftAlignement
{
    text-align: left;
}

.rightAlignement
{
    text-align: right;
}

hr.cleaner
{
    clear: both;
    height: 1px;
    margin: -1px 0 0 0;
    padding: 0;
    border: none;
    visibility: hidden;
}

.menu1
{
    background: Green;
    margin-left: 0px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
    text-decoration: none;
    color: black;
    height: 20px;
}
.submenu
{
    background-image: url(../../Web/images/play.GIF);
    display: block;
    height: 19px;
    margin-left: 38px;
    padding-top: 2px;
    padding-left: 7px;
    color: #333333;
    text-decoration:none; /*Fixed issue about the hyperlinks in the menu*/
}

.hide
{
    display: none;
}
.show
{
    display: block;
}

.mainbody a, .mainbody a:link, .mainbody a:hover, .mainbody a:visited
{
    color: #4c86c4;
}

/*h4
{
    font: bold 12px arial,helvetica,clean,sans-serif;
    line-height: normal;
    color: #333333;
    border-bottom: 1px dashed #707070;
    margin: 10px 20px 5px 20px;
    padding-bottom: 5px;
}*/

div.tabsContainer
{
    border: solid 1px grey;
    text-align: left;
}

div.tabsBody
{
    padding: 1em;
    background-color: #9EBEDA;
    border: solid 1px grey;
    text-align: left;
}

ul.tabmenu
{
    color: #000;
    border-bottom: 2px solid black;
    margin: 12px 0px 0px 0px;
    padding: 0px;
    z-index: 1;
    padding-left: 10px;
}

ul.tabmenu li
{
    display: inline;
    overflow: hidden;
    list-style-type: none;
}

ul.tabmenu a, a.active
{
    color: #DEDECF;
    background: #898B5E;
    font: bold 1em "Trebuchet MS" , Arial, sans-serif;
    border: 2px solid black;
    padding: 2px 5px 0px 5px;
    margin: 0;
    text-decoration: none;
}

ul.tabmenu a.active
{
    background: #9EBEDA;
    color: Black;
    border-bottom: 3px solid #9EBEDA;
}

ul.tabmenu a:hover
{
    color: #fff;
    background: #ADC09F;
}

ul.tabmenu a:visited
{
    color: #E8E9BE;
}

ul.tabmenu a.active:hover
{
    background: #9EBEDA;
    color: #DEDECF;
}

table.datagrid caption
{
    font-weight: bold;
    border-bottom: 2px solid #1975d7;
    color: black;
    background: #1975a7;
    text-transform: uppercase;
    padding: 3px;
}
table.datagrid
{
    border: solid 1px #E7E7E7;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #E7E7E7;
    color: #c7c7c7; /*color:black;*/
}

tr.header td
{
    padding: 4px;
    border: solid 1px #E7E7E7;
    background: #F5F5F5;
    text-align: left;
    font-weight: bold;
    color: #555;
    text-transform: uppercase;
}

tr.header td a
{
    color: #555;
    margin: 0 auto;
    background: url(../../Web/images/updown.gif) no-repeat;
    padding: 0px 0px 0px 18px;
    text-decoration: none;
}

tr.header td a:hover
{
    text-decoration: underline;
}

tr.even td
{
    padding: 5px;
    border: solid 1px #E7E7E7;
    background: #FFF;
}

tr.odd td
{
    padding: 5px;
    background: #f9f9f9;
    border: solid 1px #E7E7E7;
}


div.parentchildpath
{
    text-align: left;
    margin-bottom: 1em;
}
div.newssector
{
    text-align: justify;
    width: 170px;
    margin-left: 5px;
}

div.news
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 4px;
}


div.viewmorenews
{
    text-align: right;
    padding-bottom: 1em;
}
div.bodynews /*Change body of the news Frank*/
{
    font-weight: normal;
    font-style: italic;
    text-align: justify;
    font-size: 12px;
}

div.headlinenews /*Change Title of the news Frank*/
{
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}

ul.news
{
    list-style-image: url(../../Web/images/home/list.gif);
}

div.poll
{
    padding: 0.5em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

div.answers
{
    padding: 15px; /*Updated by Frank*/
    text-align: left;
}
div.answersPoll
{    
    padding-left:15px; /*Updated by Frank*/    
}


div.DivContainerForm
{
    width: 85%;
    margin: 0 auto;
}

table.formView
{
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    margin: 0 auto;
    width: 100%;
}

tr.formSector
{
    border-top: solid 1px red;
    border-bottom: solid 1px red;
}

tr.formSector td
{
    color: White;
    background-color: Black;
    text-align: left;
}

table#formView td
{
    /*border-bottom: solid 1px black;*/
}
td.label
{
    background-color: #EFF3FB;
    text-align: left;
    padding-left: 18px;
}

td.labelRequired
{
    background-color: #EFF3FB;
    text-align: left;
}
td.labelRequired span
{
    color: Red;
    padding-left: 2px;
    padding-right: 4px;
}
td.item
{
    border-left: solid 1px gray;
    background-color: #EFF3FB;
    text-align: left;
    padding: 2px 2px 2px 5px;
}

.aspButton
{
    /*border: solid 1px black;*/
}

.aspTextBox
{
    /*border: solid 1px black;*/
}
.aspSelectLarge
{
    width: 265px;
}
.aspTextBoxLarge
{
    width: 260px;
}

.aspTextArea
{
    width: 522px;
    height:400px;
    overflow:auto;
    padding:1em;
}

.aspTextBoxMedium
{
    width: 190px;
}

.aspTextBoxMediumLarge
{
    width: 210px;
}


.aspTextBoxSmall
{
    width: 50px;
}

div#panelWithLeftAlign
{
    text-align: left;
}

div#panelWithRightAlign
{
    text-align: right;
    margin-bottom: 8px;
}
div#deleteHeader
{
    color: White;
    background-color: Navy;
    text-align: left;
    padding: 2px;
    font-weight: bold;
}

div.adminTitle
{
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    border-bottom: solid 3px black;
    margin-bottom: 6px;
}

div#deleteBody
{
    padding: 1em;
}

.deletePopUp
{
    background-color: Orange;
    border: solid 1px black; /* margin-left: -170px;     margin-top: -55px;     left: 50%;     top: 50%;     width: 340px;     height: 110px;     /**/
}

.footer
{
    padding: 0px;
    margin: 0px;
    height: 22px;
    vertical-align: middle;
}


div.page
{
    width: 800px;
    padding: 10px;
    margin: 0px auto 0px auto;
}

div.header
{
    text-align: left;
    padding: 0px;
    margin: 0px;
}
td.left
{
    width: 380px;
    background-color: #EBEBEB;
}
td.center
{
}
td.right
{
}

span.homelabel
{
    text-transform: uppercase;
    font-family: tahoma;
    font-size: 15px;
    color: Red;
    font-weight: bold;
}


div.MainMenu
{
    /*vertical-align: middle;*/
    background-color: Black; /*border-style: solid;     border-width: 1px 0 1px 0;     padding: 0px;     margin-bottom: 2px;     /*padding: 6px;*/
    height: 20px;
}

div.MainMenu a
{
    text-transform: uppercase;
    font-family: Tahoma;
    font-size: 17px;
    font-weight: bold;
    color: White;
    text-decoration: none;
    margin-left: 1em;
    margin-right: 1em;
}
div.MainMenu a:hover
{
    color: Red;
}

div.body
{
    border: dotted 1px black;
    padding: 15px;
}

div.footer
{
    border-bottom-style: solid;
    border-width: 1px 0px 1px 0px;
    text-align: center;
}

.VerticalMenu
{
    padding: 0.3em 0 0.3em 0.5em;
}

.VerticalStaticMenuStyle
{
    width: 100%;
    background-color: #ededed;
    text-align: left;
}

.VerticalStaticMenuStyle a
{
    color: Black;
    text-decoration: none; /*margin-left: 1em;     margin-right: 1em;*/
}

.Container1
{
    border-style: solid;
    border-color: #848484;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 1px;
    border-left-width: 1px;
    background-color: #FFFFFF !important;
}

TH, TD
{
    font-size: 11px;
    color: #000000;
    font-family: verdana,tahoma,arial,sans-serif;    
}

.footer
{
    font-size: 10px;
    border-style: solid;
    border-color: #848484;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    background-color: #FFFFFF !important;
}



.FirstLevel
{
    border-bottom: solid 1px black; /*border-top:solid 1px black;*/
}
.SecondLevel
{
    border-bottom: dashed 1px black;
}
.SubMenu1
{
    /*border-bottom:dashed 1px black;*/
}
.SubMenu2
{
    /*border-bottom:dashed 1px black;*/
}


.CompanyPartner
{
    width: 340px;
    padding: 5px;
    background-color: #dcdcdc;
    border: darkgray 1px solid;
}

.CompanyPartner a
{
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #0066cc;
}

.CompanyPartner a:hover
{
    text-decoration: underline;
}

.CompanyPartner a:visited
{
    color: #0066cc;
}


.CompanyCustomer
{

}

.CompanyCustomer a
{
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #0066cc;
}

.CompanyCustomer a:hover
{
    text-decoration: underline;
}

.CompanyCustomer a:visited
{
    color: #0066cc;
}
.skin0
{
    position: absolute;
    width: 165px;
    border: 2px solid black;
    background-color: menu;
    font-family: Verdana;
    line-height: 20px;
    cursor: default;
    font-size: 14px;
    z-index: 100;
    visibility: hidden;
}


/* -- */

table.partner
{
    font-size: 95%;
    font-family: 'Lucida Grande' , Helvetica, verdana, sans-serif;
    background-color: #fff;
    border-collapse: collapse;
    width: 100%;
    line-height: 1.2em;
}

table.partner caption
{
    font-size: 30px;
    font-weight: bold;
    color: #002084;
    text-align: left;
    padding: 10px 0px;
    margin-bottom: 2px;
    text-transform: capitalize;
}

table.partner thead th
{
    border-right: 2px solid #fff;
    color: #fff;
    text-align: center;
    padding: 2px;
    height: 25px;
    background-color: #004080;
}

table.partner tfoot
{
    color: #002084;
    padding: 2px;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 6px;
    border-top: 6px solid #004080;
    border-bottom: 6px solid #004080;
}

table.partner tbody tr
{
    background-color: #fff;
    border-bottom: 2px solid #c0c0c0;
}

table.partner tbody td
{
    color: #002084;
    padding: 5px;
    text-align: left;
}

table.partner tbody th
{
    text-align: left;
    padding: 2px;
}

table.partner tbody td a, tbody th a
{
    color: #002084;
    text-decoration: underline;
    font-weight: normal;
}

table.partner tbody td a:hover, tbody th a:hover
{
    text-decoration: none;
}

.CenterElement
{
    /*margin: 0 auto;*/	
    
}

td.labelForm
{
    width: 200px;
    text-align: right;
}

td.itemForm
{
    width: 500px;
    text-align: left;
}

.Bold
{
    font-weight: bold;
}

td.Texts /*Updated by Frank*/
{
	width: 198px;
	color: #2A5ABE; 
	font-family: Verdana; 
	font-weight: bold; 
	font-size: 12px;	
	padding-left: 15px; /*Last Fix*/
}
td.Images /*Updated by Frank*/
{	
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
    width: 40px;
    margin-right: 13px;
    margin-top:5px; /*Icons banner for Fire Fox*/

}

td.Img /*Updated by Frank*/
{	width: 500px;
    border: 1px solid #999999;
    padding: 5px;
}

div.Texts /*Updated by Frank*/
{
	width: 100%;
	color: #2A5ABE; 
	font-family: Verdana; 	
	font-size: 10px;	
	text-decoration: none;
	
}
div.Titles /*Updated by Frank*/
{	
	width: 198px;
	color: #2A5ABE; 
	font-family: Verdana; 
	font-weight: bold; 
	font-size: 12px;	
	padding-left: 15px;
	
}

.Title
{
    font-weight: bold;
    font-size: 18px;
    color: #cc3300;
}

.Code
{
    border: #8b4513 1px solid;
    padding-right: 5px;
    padding-left: 5px;
    color: #000066;
    font-family: 'Courier New' , Monospace;
    background-color: #ff9933;
}
.validationError
{
    border: solid 1px black;
    background-color: #ffff99;
    width: 300px;
    margin: 0 auto;
    padding: 0.5em;
    font: 11px arial,helvetica,clean,sans-serif;
    text-align:left;
    padding-left:1em;
}

div.main
{
    width: 100%;
    margin: 0 auto;
}

div.left
{
    width: 390px;
    float: left;
}

div.zoneitem
{
    padding: 4px 4px 4px 4px;
}

div.right
{
    width: 390px;
    float: left;
    margin: 0px 0px 0px 0px;
}

#slideBar
{
    position: absolute;
    height: 120px;
    width: 195px;
    top: -120px;
    background-image: url(../../Web/images/banner_r1_c2.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
#arrow
{
    position: absolute;
    right: 5%;
    top: 200px;
}
.arrowStyle
{
    font-size: 24pt;
    color: white;
    text-decoration: none;
}

span.attention
{
    color: Red;
    font-weight: bold;
    text-align: center;
}

div#BigBlock
{
    background-color: #F7F6F3;
    text-align: left;
}

.TitlePage
{
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: 1px dashed black;
    display: block;
    margin-bottom: 1em;
}

div#BigBlock TR.FieldSetSector SPAN
{
    font-size: 12px;
    border-bottom: 1px dashed black;
    display: block;
}

.FieldSetSector
{
    font-size: 12px;
    border-bottom: 1px dashed black;
    font-weight: bold;
}

.surveyTitle
{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 2px;
}

.poll table
{
    margin-left: 1.5em; /*border: 1px solid #CCCCCC;*/
}
.license
{
    margin:0 auto;
    width: 590px;
    height: 560px;
    overflow: auto;
    padding: 8px;
    background-color: #FFFBFF;
    border: 1px solid #CCCCCC;
}

.resourceFileTitle
{
    font-size:14px;
    font-weight:bold;
}

table.SalesContact TD
{
    /*padding-left:5em;*/
}
input[type=text], input[type=password], textarea, select 
{  
 border-top: solid 1px #8e8e8e;  
 border-right: solid 1px #d1d1d1;  
 border-left: solid 1px #d1d1d1;  
 border-bottom: solid 1px #e4e4e4;  
 margin: 1px;  
 padding: 2px;  
}  
 input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {  
 border-color: #4488cc;  
 border-style: solid;  
 border-width: 2px;  
 margin: 0;  
}  
iefocus { 
   border-color: #4488cc; 
   border-style: solid; 
   border-width: 2px; 
   margin: 0; 
}
