﻿/*	Global classes	*/
.DDMainHeader
{
	
	color:#888;
	padding-bottom: 12px;
    border-bottom: 1px dotted #bbbbbb;
    
}

.DDSubHeader
{
	margin-bottom: 10px;
    font:1.2em Trebuchet MS, Arial, sans-serif;
    color: #888;
}

.DD 
{
	padding: 0px 8px;
    
    color: #666;
}

.DDLightHeader
{
	font-weight: bold;
	background-color: #F7F7FF;
} 

.DDTextBox, .DDDropDown
{
	color: #666;
	
	border: solid 1px #dcdcdc;
	background-color: #FEFEFE;
}

.DDDropDown
{
	padding:2px;
}

.DDFilter
{
	
	color:#666;
}

.DDControl
{
    padding: 0px;
    
    color: #666;
}

.DDFloatLeft
{
	float:left;
}

.DDFloatRight
{
	float:right;
}

.DDFooter
{
	background-color: #dbddff;
}

.DDSelected
{
	background-color: #fdffb8;
}

div.DDNoItem
{
	color:Red;
	font-family:Trebuchet MS, Arial, sans-serif;
}

.DDValidator
{
	color:Red;
	font-family:Trebuchet MS, Arial, sans-serif;
}


/*	Navigation	*/

div.DDNavigation
{
	
	position: relative;
    top: -28px;
    margin-bottom: -10px;
    padding: 0px 5px;
}

div.DDNavigation img
{
    position: relative;
    margin-top: 0em;
    padding: 0px 8px;
    border: none;
    background-color: #fff;
}
div.DDNavigation a
{
    color: #839ce7;
    text-decoration: none;
    background-color: #fff;
    padding-right: 8px;
    top: -.2em;
    left: .25em;
}
div.DDNavigation a:hover
{
    color: #000099;
    text-decoration: underline !important;
}


/*	Details VIEW/EDIT	*/
table.DDDetailsTable
{
	color: #666;
	background-color: #FCFDFE;
	border: 1px solid #dbddff;
	border-bottom-width: 3px;
}

table.DDDetailsTable a
{
	color:#718ABE;
	text-decoration: none;
	padding-right: 6px;
}

table.DDDetailsTable a:hover
{
    color: #000099;
    text-decoration: underline !important;
}

table.DDDetailsTable .td
{
	padding: 3px 6px;
	border: 1px solid #dbddff;
	border-bottom-style: dotted;
	font-size: .7em;
	font-family:Tahoma, Arial, Sans-Serif;
}


/*	DDGridView/DDListView	*/


table.DDGridView .th a, table.DDListView .th a
{
	color: #666;
	text-decoration: none;
	text-align: left;
 font-size: x-small;
}

table.DDGridView .td, table.DDListView .td
{
	border: dotted 1px #dbddff;
	border-left-width:0px;
	border-right-width:0px;
	padding: 6px;
	text-align: left;
	font-size: x-small;
}

table.DDGridView .td a, table.DDListView .td a
{
	color: #718ABE;
    text-decoration: none;
    margin-right: 6px;
	font-size: x-small;
}

table.DDGridView .DDSelected a, table.DDListView .DDSelected a
{
	color: #718ABE;
    text-decoration: none;
    margin-right: 6px;
	font-size: x-small;
}

table.DDGridView .DDSelected a:hover, table.DDListView .DDSelected a:hover
{
	color: #000099;
	text-decoration: underline;
}
table.DDGridView .DDAlt 
{
	/*-- color: #839ce7; */
	color: #002e68;
	background-color: #ddebf1;
	font-size: x-small;
}

table.DDGridView .td a:hover, table.DDListView .td a:hover
{
	color: #000099;
	text-decoration: underline;
	font-size: x-small;
}

/*	DataPager	*/
div.DDPager
{
    padding: 0px 6px;
}


/* Bottom hyperlink design*/
div.DDBottomHyperLink
{	
    font: .75em Tahoma, Arial, Sans-Serif;
}
div.DDBottomHyperLink a
{
    color: #839ce7;
    text-decoration: none;
}
div.DDBottomHyperLink a:hover
{
    color: #000099;
    text-decoration: underline !important;
}
div.DDBottomHyperLink img
{
    padding-right: 5px;
    border: none;
}



/*	DDGridView/DDListView	This affects the gridview display style*/


table.DDGridView {
	width : 100%;
}

table.DDGridView, td, tr, th {
	padding : 0;
	margin : 0;
	border-collapse: collapse;
	text-align : center;
}

table.DDGridView thead tr th, table.DDGridView tfoot tr th {
	color : #002e68;
}

table.DDGridView th {
	
	background: url(images/table-thead.gif) repeat-x;
	border : 1px solid #d2dce9;
	border-right : none;
	text-align : center;
	font:Trebuchet MS, Arial, sans-serif;
}

table.DDGridView thead tr th{
	border : 1px solid #d2dce9;
	padding : 5px 8px;
	line-height : 19px;
}

table.DDGridView thead tr th.header {
	border : 1px solid #d2dce9;
	background-color : transparent
}

table.DDGridView tbody td {
	border : 1px solid #d2dce9;
	padding : 5px 8px;
	line-height : 19px;
}

table.DDGridView tbody tr.odd td {
	background-color:#f9f9f9;
}

table.DDGridView thead tr .headerSortUp {
	background : url(images/table-asc-arrow.gif) no-repeat right center;
	
}

table.DDGridView thead tr .headerSortDown {
	background : url(images/table-desc-arrow.gif) no-repeat right center;
}

table.DDGridView td:first-child{
    width: 13px;
}

table.DDGridView td:first-child + td + td + td + td + td {
    text-align: center;
    padding: 0;
    line-height: 0;
    width: 65px;
}

.pager {
	display : inline-block;
	width : 100%;
}

.pager .sb-overlay {
	float : none;
	margin : 0;
}

.pager .sb-custom {
	width : 59px;
	height : 23px;
}

.pager input.sb-select {
	background : url(images/table-rows.gif) no-repeat right top transparent;
	
	padding : 5px 23px 6px 0;
	color : #5a5a5a;
	font-weight : bold;
	font-size : 11px;
	line-height : 1.2em;
	line-height : 1.1em;
	width : 37px;
	height : 12px;
}

.pager ul.sb-dropdown {
	position : relative;
	top : 21px;
	top : -2px;
	left : -55px;
	left : 5px;
	width : 47px;
}

/* Opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
	head~body .pager ul.sb-dropdown { top : -2px; left : 5px; }
}

.pager ul.sb-dropdown a, .pager ul.sb-dropdown a:link, .pager ul.sb-dropdown a:active, .pager ul.sb-dropdown a:visited {
	padding : 2px 5px;
	font-size : 11px;
	line-height : 17px;
}

.pager div {
	float : right;
	margin : -31px 0 0;
	padding : 8px 0 0;
}

.pager input {
	float : left;
	background : transparent;
	padding : 0;
	overflow : hidden;
	border : 0;
	outline : 0;
	text-align : center;
	line-height : 21px;
	font-size : 12px;
	color : #5a5a5a;
	width : 30px;
	height : 21px;
}

table.DDGridView.sorter th:first-child input,
table.DDGridView.sorter td:first-child input {
	width : auto;
}

.pager img {
	float : left;
	margin : 0 0 0 3px;
	cursor : pointer;
	height : 23px;
}