/* ***********************************************************************************
 CLIENT WEBSITE STYLES
 Place all main standard styles for the website in here (ie. Body, P, TD, A, Form Input, etc) and any client styles (eg. .Body_Text, .Heading_Main, etc)
 But place any styles that you do not want to be available in the drop down lists in the mainStyles.css file.
*********************************************************************************** */

Body {
 margin-left: 0px;
 margin-top: 30px;
 margin-right: 0px;
 margin-bottom: 0px;
 background-color: #FFFFFF;
 font-family: Tahoma, Arial, Verdana, sans-serif;
 color: #515151;
 font-size: 12px;
}

.tom {width:763px;}

A:Link {
 color: #E60000;
}

A:Hover {
 color: #357600;
}

A:Active {
 color: #357600;
}

A:Visited {
  color: #E60000;
}

P {
 font-size: 11px;
 color: #515151;
 font-family: Tahoma, Arial, Verdana, sans-serif;
 margin-left: 0px;
 margin-right: 0px;
}

hr {
 height:1px;
 align:left;
 width:100%;
 color:#357600;
}

Input,TextArea, Select {
 scrollbar-arrow-color: #E60000;
 color: #515151;
 font-family: Tahoma, Arial, Verdana, sans-serif;
 font-size: 11px;
 font-weight: normal;
 border-color: #666666;
 border-top-width: 1px; 
 border-right-width: 1px; 
 border-bottom-width: 1px; 
 border-left-width: 1px;  
} 

LI {
 font-size : 11px;
 margin-left: 0px;
 margin-bottom: 11px;
}

TD {
 font-size: 11px;
 font-family: Tahoma, Arial, Verdana, sans-serif;
}


// Order the styles below alphabetically for ease of selection in the drop-down lists.  NB: to add a style to the drop-down list, insert a "." before the name.

.Body_Text {
 font-size: 11px;
 color: #515151;
 font-family: Tahoma, Arial, Verdana, sans-serif;
 margin-left: 0px;
 margin-right: 0px;
}

.Body_Text_Small {
 font-size: 11px;
 color: #515151;
 font-family: Tahoma, Arial, Verdana, sans-serif;
 margin-left: 0px;
 margin-right: 0px;
}

.Body_Text_Tiny {
 font-size: 9px;
 color: #666666;
 font-family: Tahoma, Arial, Verdana, sans-serif;
 margin-left: 0px;
 margin-right: 0px;
}

Input.Form_Button {
 background-color: #AA0000;
 color: #FFFFFF;
 font-family: Tahoma, Arial, Verdana, sans-serif;
 font-size: 11px;
 border-color: #CCCCCC;
 border-top-width: 2px; 
 border-right-width: 2px; 
 border-bottom-width: 2px; 
 border-left-width: 2px; 
 width: 60px;
}

.Form_Input {
 scrollbar-arrow-color: #E60000;
 background-color: #EBEBEB;
 border-color : #666666;
 color : #333333;
}

.Form_Field_Hidden {
 border-top-width:0px;
 border-left-width:0px;
 border-left-color:#ffffff;
 border-bottom-width:0px;
 border-bottom-color:#ffffff;
 border-top-color:#ffffff;
 border-right-width:0px;
 border-right-color:#ffffff;
 width: 1px;
 height: 1px;
 color:#ffffff;
}

.Heading_Page {
 font-family: Tahoma, Arial, Verdana, sans-serif;
 font-size: 18px;
 color: #333333;
 font-weight: bold;
}

.Heading_Page_Sub {
 font-family: Tahoma, Arial, Verdana, sans-serif;
 font-size: 11px;
 color: #333333;
}

.Heading_Main {
 font-family: Tahoma, Arial, Verdana, sans-serif;
 font-size: 13px;
 color: #333333;
 font-weight: bold;
}

.Heading_Sub {
 font-family: Tahoma, Arial, Verdana, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #333333;
}

.Heading_Main_Green {
font-family: Arial, Verdana, Tahoma, sans-serif;
 font-size: 17px;
font-weight: none;
 color: #347E16;
}

.Heading_Sub_Green {
 font-family: Arial, Verdana, Tahoma, sans-serif;
 font-size: 14px;
font-weight: none;
 color: #347E16;
}

.Heading_Sub_Small {
 font-family: Tahoma, Arial, Verdana, sans-serif;
 font-size: 9px;
 font-weight: bold;
 color: #333333;
}

.Style_Bullet {
 font-size : 11px;
 list-style-image: url(/sharedfiles/icpbio/images/site/icpbio-bullet.gif);
 margin-left: 0px;
 margin-bottom: 11px;
}

.Image_Border {
 border-color: #AA0000;
 border-top-width: 4px; 
 border-right-width: 4px; 
 border-bottom-width: 4px; 
 border-left-width: 4px;  
}

.Table_Main {
 border-width:.05em;
 border-bottom-style:solid;
 border-top-style:solid;
 border-right-style:solid;
 border-left-style:solid;
 border-color:#000000;
 background-color: #FFFFFF;
}

.Table_Background_Dark {
 background-color: #DBDBDB;
}

.Table_Background_Light {
 background-color: #EBEBEB;
}