/* ================================
    CSS STYLES FOR Module SellerForm
   ================================
*/

table
{
	text-align:left;
}

.formHeader
{
	font-size: 1.1em;
	font-weight: bold;
}

.checkBoxList
{
	text-indent: 20px;
}

.smallText
{
	font-family:Arial;
	color:#808080;
	font-size:smaller;
}

.bodyText
{
	font-family:Arial;
	color:#000000;
	font-size:11pt;
}

.bodyText table
{
	font-family:Arial;
	color:#000000;
	font-size:10pt;	
}
.bodyText input
{
	font-family:Arial;
	color:#000000;
	font-size:10pt;	
}
.bodyText option
{
	font-family:Arial;
	color:#000000;
	font-size:10pt;	
}
.bodyText textarea
{
	font-family:Arial;
	color:#000000;
	font-size:10pt;	
}

.bodyTextBold
{
	font-family:Arial;
	color: #808080;
	font-size:small;
	font-weight:bold;
}

.titleText
{
	font-family:Arial;
	color:#027269;
	font-size:16px;
	margin-bottom:10px;
	font-weight:bold;
}


.titleTextItal
{
	font-family:Arial;
	color:#027269;
	font-size:large;
	font-style:italic;
}

.fieldNames table
{
	font-family:Arial;
	color:#027269;
	font-size:small;	
}
.fieldNames input
{
	font-family:Arial;
	color:#027269;
	font-size:small;	
}
.fieldNames option
{
	font-family:Arial;
	color:#027269;
	font-size:small;	
}
.fieldNames textarea
{
	font-family:Arial;
	color:#027269;
	font-size:small;	
}
.fieldNames
{
	font-family:Arial;
	color:#027269;
	font-size:small;	
}

.GridHeader, .GridHeader nobr , .GridGroupByRow
{ 
            border-top: silver 0px none; 
            font-weight: bold; 
            font-size: 8pt; 
            margin-left: 10px; 
            vertical-align: top; 
            border-left: silver 0px none; 
            cursor: hand; 
            color: white; 
            font-family: verdana; 
            height: 22px; 
            background-color: #027269; 
            text-align: left; 
} 

.GridRow 
{ 
            border-right: silver 1px solid; 
            border-top: silver 0px none; 
            font-weight: normal; 
            font-size: 8pt; 
            padding-left: 3px; 
            border-left: silver 0px none; 
            color: #808080;
            border-bottom: silver 1px solid; 
            font-family: verdana; 
            background-color: #fafafa; 
            text-align: left;
            height: 25px; 
            margin-left:10px;           
} 
  
.GridAlternateRow 
{ 
            border-right: silver 1px solid; 
            border-top: silver 0px none; 
            font-weight: normal; 
            font-size: 8pt; 
            padding-left: 3px; 
            border-left: silver 0px none; 
            color: black; 
            border-bottom: silver 1px solid; 
            font-family: verdana; 
            background-color: #f2f2f2; 
            text-align: left; 
} 
.GridRowGreen
{ 
            border-right: silver 1px solid; 
            border-top: silver 0px none; 
            font-weight: normal; 
            font-size: 8pt; 
            padding-left: 3px; 
            border-left: silver 0px none; 
            color: black; 
            border-bottom: silver 1px solid; 
            font-family: verdana; 
            background-color: #CCFFCC; 
            text-align: left; 
}
.GridRowRed 
{ 
            border-right: silver 1px solid; 
            border-top: silver 0px none; 
            font-weight: normal; 
            font-size: 8pt; 
            padding-left: 3px; 
            border-left: silver 0px none; 
            color: black; 
            border-bottom: silver 1px solid; 
            font-family: verdana; 
            background-color: #FF99CC; 
            text-align: left; 
} 

.GridRowYellow 
{ 
            border-right: silver 1px solid; 
            border-top: silver 0px none; 
            font-weight: normal; 
            font-size: 8pt; 
            padding-left: 3px; 
            border-left: silver 0px none; 
            color: black; 
            border-bottom: silver 1px solid; 
            font-family: verdana; 
            background-color: #FFFF99; 
            text-align: left; 
}
 .GridRowBlue 
{ 
            border-right: silver 1px solid; 
            border-top: silver 0px none; 
            font-weight: normal; 
            font-size: 8pt; 
            padding-left: 3px; 
            border-left: silver 0px none; 
            color: black; 
            border-bottom: silver 1px solid; 
            font-family: verdana; 
            background-color: #c8dbf8; 
            text-align: left; 
}

.tableSettings
{
	BORDER-RIGHT: #007169 1px solid; 
	BORDER-TOP: #007169 1px solid; 
	BORDER-LEFT: #007169 1px solid; 
	BORDER-BOTTOM: #007169 1px solid; 
	BACKGROUND-COLOR: #bad8d6;
	}
.floatLeft
{
	float:left;
}

.logout
{
	border-right: #007169 1px solid; 
	border-top: #007169 1px solid;
    border-left: #007169 1px solid; 
    border-bottom: #007169 1px solid; 
    background-color: #bad8d6;
    width:780px;
    text-align:right;
    margin-right:auto;
    padding:10px;
    margin-left:auto;
	}
	
.addLink
{
	font-family:Arial;
	color: #027269;
	font-weight:bold;
	width:800px;
	text-align:left;
	display:block;
	font-size:10pt;
	margin-bottom:5px;
	}

.defaultTable
{
	
	}