﻿div.memberssearch
{
	font-size: 12px;
}

.label
{
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    white-space: nowrap;
    padding-right: 5px;
    padding-bottom: 10px;
}

.field
{
    font-size: 12px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.submit
{
	font-size: 12px;
    padding-right: 5px;
    padding-bottom: 10px;
}

div.memberssearch div.resultgrid
{
	
}

div.memberssearch div.cl
{
	clear: both;
}

div.memberssearch div.resultgrid div.result
{
	float: left;
	width: 380px;
	height: 110px;
	white-space: nowrap;
	margin: 5px;
	margin-left: 20px;
}

div.memberssearch div.resultgrid h2,
h1.title
{
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	border-bottom: solid 2px #000000;
}

div.memberssearch div.resultgrid h3
{
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	display: block;
	clear: both;
	color: #630E0B;
}

div.memberssearch div.resultgrid h4
{
	font-weight: bold;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	display: block;
}


















/* ManageOverlays page */
span.smisep
{
	padding-left: 6px;
	padding-right: 6px;	
}

div.modbody
{
	
}

div.modbody, 
table.gridview, 
table.gridviewnb, 
table.dataform, 
table.options 
{	
	font-family: sans-serif;
	font-size: 11px !important;
	color: #000000;	
	text-align: left;
}

table.gridview, table.gridviewnb
{
	border-collapse: collapse;
}

table.gridview tr th
{
	padding-right: 10px;
    padding-left: 10px;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: solid 2px #000000;
    vertical-align: bottom;
    white-space: nowrap;
    text-align: left;
    border-right: solid 1px #666666;
    color: #000000;	
}

table.gridview tr td
{
	padding-bottom: 3px;
	padding-top: 3px;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
	text-align: left;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #000000;
}

table.gridviewnb tr td
{
	padding-bottom: 0px;
	padding-top: 0px;	
    padding-right: 0px;
    padding-left: 0px;
    vertical-align: top;
    white-space: nowrap;
    text-align: left;
    border: none;
}

table.pages tr td
{
	vertical-align: middle !important;
}

table.gridview tr a:link, 
table.gridview tr a:visited,
table.gridview tr a:active,
a.commandlink:link,
a.commandlink:visited,
a.commandlink:active
{
	text-decoration: none;
	/*color: #FF6600;*/
	font-weight: bold;
}

table.gridview tr a:hover, 
a.commandlink:hover
{
	text-decoration: underline;
	/*color: #FF9933;*/
}

table.gridview tr.selectedrow td
{
	background-color: #CCCCCC;
}

tr.pager td
{
	border-right: none !important;	
}



/* odd rows in the table */
table.gridview tr.odd td,
table.gridview tr.odd td *
{ 
	background-color: #DFDFDF;
}

/* last row in the table */
table.gridview tr.last td
{
	border-bottom: solid 2px #000000;
}

/* last cell in the header row of the table */
table.gridview tr th.last
{
	border-right: none;
}

/* last cell in each row of the table */
table.gridview tr td.last
{
	border-right: none;
}

/* empty data row */
table.gridview tr.empty td
{
	border-right: none;
	border-bottom: none;
	padding: 0px;
	vertical-align: middle;
}

table.gridview tr td.centercolumn
{
	text-align: center;
}


#messagetable .messagetd
{
	font-size: 11px !important;
	font-weight: bold;
}


div.urloption div.urlfield
{
	padding-left: 30px;	
}

div.urloption div.urllabel
{
	padding-bottom: 3px;	
}




/* Form Elements */
.button
{
	color: #FFFFFF;
	border: 1px solid #666666;
	background-color: #808080;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	vertical-align: middle;
	font-size: 11px;
}

.button:hover
{
    color: #FFFFFF;
    background-color: #666666;
    cursor: pointer;
    border: #808080 1px solid;
    font-size: 11px;
}

.inputlist input
{
    margin-right: 3px;
}

.inputlist label
{
    margin-right: 10px;
}

.textbox
{
	background-color: #FFFFFF !important;
    border: solid 1px #666666;
    font-size: 11px;
    vertical-align: middle;
}

.dropdown
{
    border: solid 1px #666666;
    font-size: 11px;
    vertical-align: middle;
}

.req
{
    font-size: 9px;
    color: #CC0000;
}




table.dataform td.datalabel
{
	text-align: right;
	padding-bottom: 3px;
	padding-top: 3px;
	vertical-align: top;
    padding-right: 3px;
    white-space: nowrap !important;
    font-weight: bold !important;
}

table.dataform td.datafield
{
	text-align: left;
	padding-bottom: 3px;
	padding-top: 3px;
	vertical-align: top;
    padding-left: 3px;
}

table.dataform div.dataformsubheader
{
	font-size: 14px;
	font-weight: bold;	
	border-bottom: solid 1px #666666;
	padding-bottom: 2px;
	padding-top: 10px;
}

