/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 12px;
	margin: 1px;
	word-spacing: normal;
	text-transform: none; 
	color: #000000;
	font-family: Verdana;
}

A
{
	color: #000000;
}

H1
{
	font-weight: bold;
	font-size: 16pt;
	color: #007bc6;
}

TABLE.Kader
{
	
	border-right: #E4E4E5 1px solid;
	padding-right: 5px;
	border-top: #E4E4E5 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #E4E4E5 1px solid;
	padding-top: 5px;
	border-bottom: #E4E4E5 1px solid;
}

TABLE.KaderNoMargin
{
	border-right: #E4E4E5 1px solid;
	padding-right: 0px;
	border-top: #E4E4E5 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	border-left: #E4E4E5 1px solid;
	padding-top: 0px;
	border-bottom: #E4E4E5 1px solid;
}

TH
{
	color: #ffffff;
	background-color: #007bc6;
	height: 5px;
}

TD
{
	FONT-SIZE: 12px;
}

input, select 
{
	font-family: Verdana;
	FONT-SIZE: 12px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
}

textarea 
{
	font-family: Verdana
	FONT-SIZE: 12px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	width: 90%;
}

.DataGridHeaderStyle
{
	color: #ffffff;
	background-color:#303031;
	font-weight:bold;
	text-align: center;
}


.DataGridHeaderStyleColumn1
{
	width: 10pc;
	color: #ffffff;
	font-weight:bold;
	background-color: #303031;
	text-align: left;
}

.DataGridHeaderStyleColumn2
{
	width: 30pc;
	color: #ffffff;
	font-weight:bold;
	background-color: #303031;
	text-align: left;
}

.DataGridHeaderStyleColumn3
{
	width: 25pc;
	color: #ffffff;
	font-weight:bold;
	background-color: #303031;
	text-align: left;
}

.DataGridHeaderStyleColumn4
{
	width: 20pc;
	color: #ffffff;
	font-weight:bold;
	background-color: #303031;
	text-align: left;
}

.DataGridHeaderStyleColumn5
{
	width: 10pc;
	color: #ffffff;
	font-weight:bold;
	background-color: #303031;
	text-align: left;
}

.DataGridHeaderStyle A
{
	color: #ffffff;
}

.DataGridHeaderStyle A:Hover
{
	text-decoration: none;
}

.DataGridItem
{

}

.DataGridAlternatingItem
{
	background-color: #F1F1F1;
}

.DataGridItem A:Hover
{
	text-decoration: none;
}

.btn
{
	font-weight: bold;
	FONT-SIZE: 10px;
	color: #ffffff;
	font-family: 'Verdana';
	height: 20px;
	background-color: #007bc6;
}

.txt250
{
	width: 250px;
}

.txt125
{
	width: 125px;
}

.txt300
{
	width: 300px;
}

.drn150
{
	width: 150px;
}

.drn250
{
	width: 250px;
}

.drn300
{
	width: 300px;
}

.PopUp
{
	position: absolute;
	z-index: 1;
	left: 120px;
	width: 500px;
	top: 30px;
	height: 200px;
	border: 1px solid #CCCCCC;
	background-color: #ffffe2;
	vertical-align : top;
}
