/* ================================
    CSS STYLES FOR OMNI CHEM 136
   ================================
*/

.po_wlabel{
	color:white;
}
.poformcell{
	border:0px;
	background-color:#638ED6;
	color:white;
	width:200px;
	padding:5px;
	margin-bottom:15px;
	font-weight:bold;
	font-size:12px;
}
.poformbox{
	border:0px;
	background-color:white;
	color:#939AB3;
	font-size:12px;
	
	scrollbar-face-color: white !important;
    scrollbar-shadow-color: white !important;
    scrollbar-highlight-color: white !important;
    scrollbar-3dlight-color: white !important;
    scrollbar-darkshadow-color: white !important;
    scrollbar-track-color: white !important;
    scrollbar-arrow-color: white !important;
}
.w250{
	width:250px;}
.bluesm {
	color: #638ED6;
	font-size: 10px;
	text-decoration:none;
}
.cfooter{
background-color:#00FF00;
}
p, td {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #3D364F;
	line-height: 18px;
	margin-top:3px;
	margin-bottom:12px;
}
H1 {
	color: #3c408a;
	font-size: 20px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	line-height: 20px;
	text-decoration:none;
	margin:0 0 7px 0;
}
H2 {
	color: #3c408a;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	line-height: 14px;
	text-decoration:none;
	margin:0;
}
h3 {
	color: #029602;
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	text-decoration:none;
	margin:0;
}
li{
	list-style-image: url(Skins/OC136/images/arrow_blue.gif);
	list-style-type: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #3D364F;
	padding-bottom:5px;
}
/* Horizontal Rule */
hr{
	width:100%;
	height:1px;
	margin:0;
	background-color:transparent;
	background-image: url(Skins/OC136/images/dottedlinegray.gif);
	background-repeat: repeat-x;
	border:0;
	margin-bottom:5px;
	margin-top:5px;
	color:#A6ACC0;
}
/* Special dotted line version of horizontal rule <hr />  */
hr.dottedline {
	height:3px;
	width:100%;
	color:transparent;
	background-color:transparent;
	background-image:url(Skins/OC136/images/dottedlinegray.gif);
	background-repeat:repeat-x;
 	border:0;
	margin-bottom:5px;
	margin-top:5px;
}
/* Special version of horizontal rule <hr /> for the "Companies" page. */
hr.blueline {
	color:#a6acc0;
	background-color:#a6acc0;
	height:1px;
	width:100%;
	border:0;
}
.imgheader{ border-left:1px solid white; border-right:1px solid white;}

/* Standard Links for paragraphs */
a:link,a:visited,a:active {
	color: #029602;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 18px;
	text-decoration:underline;
}
a:hover {color: #029602; text-decoration:none;font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}

/* LEARNMORE class for the learn more links */
.learnmore, a.learnmore:link,a.learnmore:visited,a.learnmore:active {color: #029602; font-size: 12px; line-height: 19px; font-weight: bold; text-decoration:underline;}
a.learnmore:hover {color: #029602; font-weight: bold; text-decoration:none;}

/* BOXLINK for the Sidebar Boxes */
.boxlink, a.boxlink:link,a.boxlink:visited,a.boxlink:active {
	color: #029602;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-decoration:underline;
}
a.boxlink:hover {color: #029602; font-weight: bold; text-decoration:none;}

/* Bold Blue links used on "Companies" page */
.boldblue, a.boldblue:link,a.boldblue:visited,a.boldblue:active {
	color: #3c408a;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	text-decoration:underline;
}
a.boldblue:hover {
	color: #3c408a;
	font-weight:bold;
	text-decoration:none;
}

/* Special version of horizontal rule <hr /> for the "Companies" page. */
.blueline {
	background-color:a6acc0;
	height:1px;
	width:100%;
	border:0;
}


/* FormMaster 2008 Styles */
.FormLabel{
	padding-right:10px;
}
.FormTextBox {}
.FormCell{
	padding-top:10px;
}
/* End */

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link,A.SelectedTab:visited,A.SelectedTab:active {
	color: #029602;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 18px;
	text-decoration:underline;
}
A.SelectedTab:hover{
	color: #029602;
	text-decoration:none;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
.CommandButton{}
A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{
	color: #029602;
	text-decoration:underline;
}
A.CommandButton:hover{
	color: #029602;
	text-decoration:none;
}

.TextButton{
	padding:5px;
	margin:2px;
	background:#628FD3;
	border:1px solid #3c408a;
}
A.TextButton:link,A.TextButton:visited,A.TextButton:active{
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration:none;
}
A.TextButton:hover{
	color: #3c408a;
	text-decoration:none;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox{
font-size: 12px;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
/*border:1px solid #A6ACC0;*/
}
input{
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}