
.baseErrMsg {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color : #ff2b2b;
	background-color : #000000;
}

.baseDlgFrame {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	background-color : #cccccc;
	border: 1px solid #000000;
}

.baseDlgTitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	height:18px;
	color : #ffffff;
	background-color : #0099ff;
	border-bottom: 1px solid #000000;
}

.baseDlgContent {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color : #000000;
	background-color : transparent;
}



.baseErrMsg {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color : #ff2b2b;
	background-color : #000000;
}

.baseInput {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : #ffffff;
	border: 1px solid #000000;
}

.baseFile {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : #ffffff;
	border: 1px solid #000000;
}


.baseSelect {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : #ffffff;
	border: 1px solid #000000;
}

.baseSubmit 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	//border: 1px solid #000000;
}

.baseReset 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	//border: 1px solid #000000;
}

.baseTextArea {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : #ffffff;
	border: 1px solid #000000;
}

.baseCheckBox {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : #ffffff;
	border: 1px solid #000000;
}


/* List */


.BaseListInfo  {
		background-color: #1D459C; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #ffffff; 
		font-weight: normal;
		text-decoration : none;
}


.BaseListNavigation {
		background-color: #1D459C; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #ffffff; 
		font-weight: normal;
		text-decoration : none;
		border: 1px solid #000000;
}


.BaseListMessage {
		background-color: #1D459C; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		color: #ffffff; 
		font-weight: normal;
		text-decoration : none;
}


.BaseListHeadRow  {
		background-color: #1D459C; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #FFFFFF; 
		font-weight: normal;
		text-decoration : none;
}



.BaseListHead	{
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #ffffff;
}


.BaseListHead:hover	{
	text-decoration: underline;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size : 11px;
	color : #ffffff;
}


td.BaseListButton {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	background-color : #D4D4D4;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	width: 50px;
	height: 15px;
	
}

a.BaseListButton {
		font-family : Arial, Helvetica, sans-serif;
    	font-size : 11px;
    	font-weight : normal;
    	color : #000000;
    	text-decoration : none;
}


a.BaseListButton:hover {
		font-family : Arial, Helvetica, sans-serif;
    	font-size : 11px;
    	font-weight : normal;
    	color : #cc0000;
    	text-decoration : none;
}


.BaseListRowEven   {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : black;
	background-color: #C0C0C0; 
}


.BaseListRowOdd  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : black;
	background-color: #ABABAB;  
}


