/* CSS Document */

THEAD{
	cursor:default;
}

TD {
	vertical-align:top;
	padding: 1px 0 1px 0;
}
TR{
	width:auto;
}

#table {
	width:598px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	padding0;
}

#table a{
	color:#000000;
}

#table input[type="text"], #table textarea {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:4px;
	margin-bottom:1px;
	border: solid 1px #85b1de;
	background-color: #edf2f6;
}

#appForm
{
	width:598px;
	font: 14px Myriad Pro, Arial;
    background-color: #E7E8E9;
    padding-bottom: 15px;
}

#appForm input[type="text"], #appForm textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 4px;
    border: solid 1px #85b1de;
    width: 300px;
	background-color: #edf2f6;
}


#appForm input[type="text"]:focus, #appForm textarea:focus
{
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #33677F;
}

#table input[type="text"]:focus, #table textarea:focus
{
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #33677F;
}

#table select, #appForm select{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:3px;
	border:solid 1px #85b1de;
	background-color:#f3f6f9;
}

#table select:focus, #appForm select:focus{
	background-image:none;
	background-color:#ffffff;
	border: solid 1px #33677f;
}
	
tr.section_head {
	background-color:#ddf2f7;
	color:#000000;
	text-align:center;
	width:100%;
}

tr.odd {
	background-color:#E5E5E5;
}

tr.even {
	background-color:#E5E5E5;
}

td.cell_head {
	width:598px;
	text-align:center;
	font-size:16px;
}

td.cell_title{
	width:194px;
	text-align:left;
	padding:1px 2px 1px 4px
}

td.cell_data{
	max-width:398px;
	padding:1px 0px 1px 0px;
}

td.button_small{
	width:20px;
	text-align:center;
}

tr #dyn_area1 td ul{
}

#table ul li.no_bullet{
	list-style-image:none;
	list-style:none;
}

hr.divider {
	width:589px;
	margin-left:2px;
}

.tab2{
	font-size:14px;
}