/* 
Skin: Ohio Premier Health Solutions
Designed by: Beth Bonanno
Skinned by: Kevin Krpicak
Company: WSI (the bonanno group)
*/ 

/*background properties*/
.pagemaster, body { 
	margin:5px 0;
	padding:0;
	width: 100%;
	background: url(images/gradient_background.jpg) top left repeat-x #c2c2c2;
	font-family:arial;
	font-size:12px;
}
.Normal{font-size:12px;
font-family:arial;}

/*main table*/
.skinmaster {
	width:915px;
	margin:10px auto;
	background-color:;
}

/*header section*/
.header {
	clear:both;
	background:#fff;
}
.skinmainheader{
	background: url(bg_header.jpg) top center no-repeat;
	width:155px;
}

.skingradient {
	clear:both;
	background:#0074c1 url(images/menu_bg.jpg) repeat-x top left;	
	color:#000;
	padding:0;
	height:39px;
	vertical-align:top;
	width:897px;
}
.search {
	float:right;
}

.controlpanel {
	clear:both;
	margin:0 auto;
	background-color:transparent;
	padding:0;
	border:0px;	
}
.controlpanel .SubHead{
display:inline;
color:#fff;
font-size:12px;
border-bottom:none;
}

/*CommandButton img property ::: doesnt do anything for ie*/
a.CommandButton > img{
background:#fff;
display:block;
padding:3px;
margin:0;
border:1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.controlpanel a.CommandButton, .controlpanel a:link.CommandButton, .controlpanel a:visited.CommandButton{
color:#fff;
text-decoration:none;
font-family:arial;
font-size:11px;
}
.controlpanel a:hover.CommandButton{
text-decoration:underline;
}

/*styles for rounded borders*/
.w9{width:9px;}
.bg_white{background-color:#fff;}
.bg_blue{background-color:#0074c1;}
.tr_white{background:url(images/tr_white.png) no-repeat top right;}
.tl_white{background:url(images/tl_white.png) no-repeat top left;}
.br_white{background:url(images/br_white.png) no-repeat bottom right;}
.bl_white{background:url(images/bl_white.png) no-repeat bottom left;}

.tr_blue{background:url(images/tr_blue.png) no-repeat top right;}
.tl_blue{background:url(images/tl_blue.png) no-repeat top left;}
.br_blue{background:url(images/br_blue.png) no-repeat bottom right;}
.bl_blue{background:url(images/bl_blue.png) no-repeat bottom left;}

.tr_white, .tl_white, .tr_blue, .tl_blue{vertical-align:top;
width:9px;
height:9px;}
.br_white, .bl_white, .br_blue, .bl_white{vertical-align:bottom;
width:9px;
height:9px;}
.menu_right{background:url(images/menu_right.jpg) no-repeat top left #fff;
width:9px;
padding:0; margin:0;}
.menu_left{background:url(images/menu_left.jpg) no-repeat top right #fff;
width:9px;
padding:0; margin:0;}

.table{/*====table style for content panes====*/
width:100%;
height:100%;
margin:0 auto;
text-align:left;
vertical-align:top;
background-color:#fff;
clear:both;
float:left;
padding-top:10px;
}

.pane{/*====style for panes====*/
/*padding:3px 10px;*/
text-align:left;
vertical-align:top;
background:#fff;
font-size:12px;
clear:both;}

.pane .SubHead{color:#999;
font-size:12px;
font-weight:bold;}
.pane p{margin:3px 10px;
padding:5px;}

.pane_table{
width:100%;}
.pane_table td{
vertical-align:top;
}



table.ControlPanel{
border-bottom:1px dotted #ccc;
}

.bottompane {
	clear:both;
	background-color: transparent;
}



.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}


/*
=======================
 FOOTER MENU
=======================
*/
.table2{margin-top:5px;
width:100%;
 color:#fff;}
.footer{margin:0;
	padding:0;
	text-align:center;
	color:#57a3d6;
	background-color:#0074c1;
	}
.footer ul{margin:0; padding:0;}
.footer li{
	float:left;
	list-style-type:none;
	padding:0 5px;
	border-right:1px solid #000;}
.footer li.endli
	{border-right:0px;}

.footertext{
	background-color:#0074c1;
	clear:both;
	text-align:center;
	font-size:10px;
	margin:0;
	padding:0;
}

/*heading styles*/
h1,h2{color:#0282cb;
font-size:20px;
font-weight:bold;
line-height:1;
padding:5px;
margin:0px;}
h2{color:#666;
font-weight:normal;}
h3, h4{color:#000;
font-size:16px;
font-weight:bold;
padding:5px;
margin:0px;}
h4{color:#fff;}

h2,h3,h4,h5,h6{font-family:arial;}

.Head, .GrayTitleTitle{
font-family:arial;
color:#ccc;
font-size:24px;
font-weight:bold;
}

.SubHead{font-family:arial;
font-size:18px;
color:#0281c6;}

/*list styles*/
.Normal ul{list-style-type:disc;
list-style-image:none;
margin:0px;
padding-left:30px;}
.Normal li{list-style-type:disc;
list-style-image:none;}

/*link properties*/

a, a:link, a:visited, a:hover{
color:#0085ca;
text-decoration:none;
}

a:hover{
color:#0085ca;
text-decoration:underline;
}
a img, a:visited img, a:hover img{border:0px;}

.header a, .header a:visited, .header a:hover{color:#000;}

.footer a, .footer a:link, .footer a:visited, .footertext a, .footertext a:link, .footertext a:visited{
color:#fff; 
font-size:11px; 
font-family:arial; 
text-decoration:none;
}
.footer a:hover, .footertext a:hover{
color:#fff; 
text-decoration:underline;}



