﻿/*********************************************************
*			CODOR MED	Defaults							 *
**********************************************************/
body
{
background-color: #C1C1C1;
text-align: center !important; /*needed to center container on page for ie 5*/;
padding: 0px;
margin: 0px;
}
th
{
	font-family:Arial;
	font-size:.75em;
	color:White;
}

table
{
margin: 0px;
padding: 0px;
text-align: left;
border-collapse: collapse;
width: 100%;
}
td
{
font-family: Arial, Verdana, sans-serif;
font-size: .9em;
padding: 0px;
margin: 0px;
}
a
{
color: #376091;
font-weight: bold;
text-decoration: none;
}
a:hover
{
color: #990000;
text-decoration: underline;
}
ol li
{
list-style: decimal outside none;
padding: 0px 0px 12px 0px;
}
ul li
{
padding: 0px 0px 12px 6px;
}
.upper
{
text-transform: uppercase;
}
/***************************************
*         Container Styles             *
****************************************/
table.layout
{
  width: 760px;
  height: 500px;
  padding: 0px;
  margin-left: auto; /*centers container for non-ie*/
  margin-right: auto;
  background-color: #FFFFFF;
}
/***************************************/
/*        Banner Styles                */
/***************************************/
td.banner
{
  vertical-align: top;
  height: 148px;
  width: 941px;
  background-image: url('../images/co_dor__dept.png');
  background-repeat:no-repeat;
}

table.banner
{
}
/***************************************
*         Left Column Styles           *
****************************************/
td.left /*Container*/
{
  display:none;
  vertical-align: top;
  padding-top: 15px;
  padding-left: 3px;
}
table.left /*Content*/
{
  width: 174px;
  background-color: #F2F2F5;
  border-right: 1px solid #C1C1C1;
}
td.sectiontitle
{
  background-color: #366092;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0px 15px;
}
td.left a
{
  font-size: 12px;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #C1C1C1;
  border-top: 1px solid #FDFDFD;
  color: #333333;
  padding: 0.4em 0pt 0.4em 0.7em;
  text-decoration: none;
}
td.left a:link, td.left a:visited
{
  font-weight: normal;
}
td.left a:hover
{
  font-weight: normal;
  background-color: #CEDBEC;
  color: #333333;
  text-decoration: none;
}
/***************************************
*         Error Message Styles         *
*     font color is hard coded red     *
****************************************/
td.error /*container*/
{

}
table.error /*content*/
{
  background-color: #FFFFFF;
}
table.error td
{
  font-weight: bold;
  font-size: .8em;
}
/***************************************/
/*        Footer Styles                */
/***************************************/
td.footer /*container*/
{
  height: 40px;
  background-image: url('../images/footer.png');
  background-repeat: no-repeat;

}
table.footer /*content*/
{
  color: #FFFFFF;
  margin-top: 12px;
}
td.footer a
{
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
  padding: 12px;
}
td.footer a:hover
{
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: normal;
}
/***************************************/
/*        Center Column Styles         */
/*
        (main content area)          */
/***************************************/
td.center /*container*/
{
  vertical-align: top;
  height: 575px;
  padding: 15px;
  width: 100%;
}
table.center /*content*/
{
  background-color: #FFFFFF;
}
td.pagetitle
{
  color: #990000;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 1.2em;
  padding: 0.5em 20px 3pt;
  border-bottom: 1px solid #B4C4D3;
}
td.instructions
{
  padding: 12px 3px 15px 3px;
}
td.groupTitle
{
  color: #990000;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: .8em;
  padding: 0.5em 20px 3pt;
  border-bottom: 1px solid #B4C4D3;
}
h1
{
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: .9em;
  padding-top: 12px;
  color: #17365D;
  border-bottom: 1px solid #548dd4;
}
/* Repeater List Styles */
.llheader
{
  font-size: 12px;
  font-weight: bold;
  background-color: #5B81BF;
  color: #FFFFFF;
  padding: 4px 0px 4px 4px;
}
.llheader a
{
  color: #FFFFFF;
  padding: 0px 0px 0px 50px;
  font-size: .9em;
  text-decoration: underline;
}
.glabel
{
  font-size: .8em;
  color: #647A90;
  padding: 0px 0px 0px 2px;
}
.gdata
{
  font-size: 0.8em;
}
.radio
{
	padding-right: 6px;
}
/* Data Grid Header/Footer/Item/Alternating Styles */
.gheader td
{
  padding: 4px 0px 4px 0px;
  text-align: center;
  background-color: #84A1CF;
  color: #F2F2F5;
  font-size: 11px;
  font-weight: bold;
}
.gfooter td
{
  font-size: 11px;
}
.gdetail td
{
  text-align: center;
  font-size: 11px;
}
.galt td
{
  text-align: center;
  background-color: #F2F2F5;
  font-size: 11px;
}
/* Form Styles */
td.label
{
  width: 20%;
  text-align: right;
  font-size: .7em;
  font-weight: bold;
  padding: 0px 6px 0px 0px;
}
td.label1
{
  width: 30%;
  font-weight: bold;
  text-align: right;
  font-size: .7em;
  padding: 9px 6px 0px 0px;
}
td.example
{
  font-size: .7em;
  text-align: left;
  color: #17365d;
  vertical-align: top;
  padding: 0px 0px 0px 6px;
}
td.textbox
{
  padding: 6px 3px 0px 0px;
}
input.textbox
{

}
td.button /*container*/
{
  padding-top: 24px;
}
input.button /*content*/
{
  width: 120px;
  background-color: #f4f4f4;
  text-align: center;
  font-weight: bold;
  font-size: 8pt !important;
  padding: 2px;
  color: #366092;
}
.button a, .button a:hover
{
  width: 120px;
  border: 2px solid #4B7CB5;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-size: 8pt !important;
  padding: 2px;
  text-decoration: none;
}
select
{
width:155px;
}
legend
{
	font-family:georgia, arial, helvetica, serif;
	font-size:.9em;
	color: #900000;
}
fieldset
{
border: 1px solid #548dd4;
}
td.ccradio
{
  background-color: #5B81BF;
  color: #FFFFFF;
  width: 5%;
}
td.repeater table
{
  border: none;
  table-layout: auto;
}
td.rlabel
{
  text-align: right;
  font-size: .8em;
  font-weight: bold;
  padding: 3px 6px 6px 0px;
  width: 25%;
}
td.rdata
{
  text-align: left;
  padding: 3px 0px 6px 0px;
  width: 75%;
}
/* Styles Not For Printing */
@media print
{
td.banner {display: none;}
td.left   {display: none;}
td.footer {display: none;}
.button   {display: none;}
}
