body {
	margin:0px;
	background: url(../images/rootback.jpg) #575757 repeat-x;
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
	width:100%;
	height:100%;
	text-align:center;
}

table, td, div, span, label
{
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
}

.ginput
{
font-family:Verdana;
font-size:11px;
color:black;
height:16px;
border:1px solid #000000;
background-color:#CDCDCD;
}

.gselect
{
font-family:Verdana;
font-size:11px;
color:black;
background-color:#CDCDCD;
}

.ghata
 {
 font-family:Verdana;
 font-size:11px;
 color:red;
}

.gbaslik
{
font-family:Verdana;
font-size:11px;
color:white;
font-weight:bold;
}

.gduz
{
font-family:Verdana;
font-size:11px;
color:white;
}

.gduz a:link
{
color:#d67329;
}

.gduz a:active
{
color:#d67329;
}

.gduz a:visited
{
color:#d67329;
}

.cl1
{
background-color:;
}
.cl2
{
background-color:#f97613;
}

a:link
{
font-family:Verdana;
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}
a:active
{
font-family:Verdana;
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}
a:visited
{
font-family:Verdana;
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}
a:hover
{
font-family:Verdana;
font-size:11px;
color:#999999;
text-decoration:none;
}

/* the div that holds the date picker calendar */
.dpDiv {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #000000;

	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #000000;
	background-color: #424241;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	font-size: 11px;
	text-align: center;
	color: #000000;
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	font-size: 11px;
	text-align: center;
	color: #000000;
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	font-size: 11px;
	text-align: center;
	color: #000000;
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	font-size: 11px;
	text-align: center;
	color: #000000;
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	font-size: 11px;
	text-align: center;
	color: #000000;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #424241;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 11px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
