﻿html, body {
  Color: #3b9d62;  
  Font-Family: arial, verdana;
  Font-Size: 12px;
  margin: 0;
  padding: 0;
  text-align: left;
  }
 
#html
{
    Background: url(/IOTC/images/IOTC_BackSlice.jpg) top center repeat-y #aedfc1;
    min-width: 1024px;
    text-align: center;
}

#body
{
	text-align: center;
}

  .MainContainer {  
     background: url(/IOTC/Images/IOTC_Background.jpg) top center no-repeat;
     margin: 0 auto; 
     margin-top: 0;
     padding: 0;   
     width: 1024px;
     text-align: left;
  }  

  .MainContainer2 {  
     background: url(/IOTC/Images/IOTC_Background2.jpg) top center no-repeat;
     margin: 0 auto; 
     margin-top: 0;
     padding: 0;   
     width: 1024px;
     text-align: left;
     min-height: 768px;
  }  
a, a:visited 
{
	text-decoration: none;
    Color: #3b9d62;
    Font-weight: Bold;
    } 
    
    a:hover
    {
    	text-decoration: underline;
    }
    
 
   .headerMenu
   {
	float: right;
	vertical-align: bottom;
	margin-right: 140px;
   }
   
.headerMenu a, .headerMenu a:hover, .headerMenu a:visited 
{
	text-decoration: none;
    Color: #555555;
    Font-weight: Bold;
    } 

.navigation
{
  margin: 0px 141px 0px 141px;
  clear: left;
  height: 75px;
}
    
  .menu
  {
  }
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
padding-top: 55px;
margin: 0px;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:right;
position:relative;
z-index:100;
text-align: center;
margin-left: 1px;

}


/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:11px;
font-weight: bold;
padding:0px 10px 0 10px;
text-decoration:none;
text-align:center;
}

.footer 
{
  font-size: 90%;
}

/* common styling */
#content
{
  margin: 0px 141px 0px 141px;
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: center;
  vertical-align: top;
  clear: left;
}

#printBody
{
	background-color: #FFFFFF;	
}

#printBody td
{
	font-size: 12px;
}

h1
{
	font-weight: bold;
	font-size: 18px;
}

h2
{
	font-size: 14px;
	margin: 0px;
	margin-top: 2px;
}

  .button, button {
	border:1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight:bold;
	color:#666666;
	background: white url(buttonBg.gif) repeat-x top;
	height:20px;
	vertical-align: middle;
}  

.errorsummary 
{
	margin-left: auto;
	margin-right: auto;
    background-color: #FAFAFA;
    border: solid 1px #888888;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 30px;
    padding: 11px;
    width: 330px;
    text-align: left;
}

.errorsummary ul
{
    color: #e00;
    list-style-type: square;
    margin: 7px;
    margin-left: 50px;
    padding: 0;
    text-align: left;
}

.center
{
	margin-left: auto;
	margin-right: auto;
}

.shaded
{
	border: solid 1px #888888;
	background-color: #EAEAEA;
	padding: 5px;
}

.shadedLight
{
	border: solid 1px #888888;
	background-color: #FAFAFA;
	padding: 5px;
}

table.formtable
    {
	margin-top: 10px;	
	border-collapse: separate !important;
	empty-cells: show;
	text-align: left;

    }
    
    table.shaded
    {
		background-color: #EEEEEE;
		padding: 0;
    }
    
table.formtable tr td, table.formtable tr th {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    }
    
table.formtable tr td.header
{
	background: #334b88 url(headerBg.gif) repeat-x;
	padding: 0px 4px;
	height: 26px !important;

	font-size: 150%;
	font-weight: bold;
	color:#EEEEEE;
	border-bottom: solid 1px #8d9092;
	border-top: solid 1px #8d9092;

}

table.formtable tr td.label {
    padding-top: 6px;
    font-weight: bold;
    text-align: right;
    }

table.formtable tr td.formfield {
    padding-top: 6px;
    text-align: left;
    }

table.formtable tr td.nopadding table tr th, table.formtable tr td.nopadding2 table tr td
{
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5px;
}
 
 table.formtable tr td.nopadding2 table tr td
 {
	padding-left: 0;
 }
    
.required {
    color: Red;
    font-size: 10px;
    }
    
table.groupTable
    {
	border: solid 1px #888888;
	width: 100%;
	background-color: #FAFAFA;
	margin-top: 10px;	
	border-collapse: separate !important;
	empty-cells: show;
    }
    
    table.groupTable tr td
    {
		vertical-align: top;
		padding: 5px;
		border-bottom: solid 1px #DDDDDD;
		line-height: 20px;
    }
    
    table.groupTable tr td table tr td 
    {
		border-bottom: none;
    }
    
    table.groupTable tr td.one
    {
		width: 80%;
    }
    
    table.groupTable tr td.two
    {
		width: 15%;
		white-space: nowrap;
    }
    
    table.groupTable tr td.three
    {
		width: 5%;
    }
    
table.groupTable tr td.header
    {
		padding-bottom: 10px;	
		line-height: 15px;
    }
    
 
    /************************ Control Skin Stuff **********************************************/

.SkinGridView {
    margin: 0px 0px 0px 0px;
    Background-color: #f9f9f9;
    Border: solid 1px #a9a9a9;
    padding: 0;
    text-align: left;
    border-collapse: separate !important;
    }

table.formtable tr th
{
	padding-left: 6px;
}

.SkinHeaderStyle {

    Font-Size: 12px;
   background: white url(headerBg.gif) repeat-x bottom;
	height: 28px;
    Font-weight: bold;
    text-align: left; 
    padding-left: 6px;
    color: #666666; 
    }

.SkinHeaderStyle a {
    color: #666666; 
    text-decoration: underline;
    }

.SkinFooterStyle {
    Background-color: #555555; 
    }
        
.SkinRowStyle, .SkinRowStyle td {
	line-height: 14px;
	border-bottom: solid 1px #dfdfdf;
	padding: 3px;
    }
         
.SkinAlternatingRowStyle, .SkinAlternatingRowStyle td {
	background: #f1f1f1;
	line-height: 14px;
	border-bottom: solid 1px #dfdfdf;
	padding: 3px;
    }
    
#printDiv
{
	font-size: 12px;
}

#sig_div
{
	display: none;
	width: 100%;
}

.top
{
	vertical-align: top;
}

.multiPage
{
	padding: 5px;
	border: solid 1px #AAAAAA;
	background-color: #CCCCCC;
}

.center
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.success
{
	text-align:center;
	color: #E57D26;
	font-weight:bold;
}

  .iconImage
{
	border-width: 0;
	padding: 0;
	margin-right: 3px;	
    vertical-align: -2px;
 
}

.title
{
	display: block;
	margin-bottom: 5px;
	color:  #083861;
	line-height: 24px;
	font-size: 22px;
}

.headingText
{
	color:  #083861;
	font-size: 22px;
}

.padded
{
	padding: 5px;
}
  
   h2
  {
	font-size: 115%;
	font-weight: bold;
	color:#666666;
	display: inline;
  }
  
  .highlightRow
  {
	background-color: #AAFFFF;
  }
  
.shadedtitle
{
	border-bottom: solid 1px #888888;
	background-color: #EAEAEA;
    font-size: small;
    font-weight: bold;
	padding: 5px;
}

.dividerImage
{
	float: left;
}

table .noborder, .noborder
{
	border: 0;
}


.leftMenu
{
	padding-top: 20px;
	width: 200px;
	text-align: left;
}

.contentCell
{
	padding: 15px;
	text-align: left;
	/*background: #fddd98 url(HMS_InnerContentBackground2.jpg) bottom right no-repeat;
*/
}

.radeditor.radeditor.Outlook .InsertLightBox
{
   background-image: url(lightbulb.gif);
}

.radeditor.radeditor.Outlook .InsertCustomImage
{
   background-image: url(fileicon.png);
}
.label {
    font-weight: bold;
    text-align: right;
    }
    
.radeditor html, .radeditor body
{
	background: none;
	text-align: left;
}
