/* CSS Document */



body {
	margin: 0px;
	background-color: #225775;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797979;
	text-decoration: none
}



#logo {
	background-image: url(../Admin_images/vinex.gif);
	background-repeat: no-repeat;
	width: 520px;
	height: 125px;
	float: left
}

#head_wrapper {
	height: 125px;
	background-image: url(../Admin_images/head_bg.gif);
	background-repeat: repeat-x
}

#head_right {
	background-image: url(../Admin_images/head_right_image.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 125px;
	float: right
}

.text_head_title1 {
	font-family: tahoma;
	font-size: 13px;
	color: #E70607;
	font-weight: normal;
	font-weight: bold;
	letter-spacing: 1px
}



.return_back:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0B55C4;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal
}

.return_back:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #0B55C4;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal
}

.return_back:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0B55C4;
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal
}



.text_form {
	font-family: tahoma;
	color: #212121;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold
}

.form_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797979;
	text-decoration: none;
	height: 14px
}





.sign_up:link {
	font-family: tahoma;
	color: #E70607;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold
}

.sign_up:visited {
	font-family: tahoma;
	color: #E70607;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold
}

.sign_up:hover {
	font-family: tahoma;
	color: #E70607;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold
}

#lock {
	background-image: url(../Admin_images/lock.gif);
	background-repeat: no-repeat;
	width: 116px;
	height: 130px;
	float: left
}



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



#control_panel {
	background-image: url(../Admin_images/control_panel.gif);
	background-repeat: no-repeat;
	width: 500px;
	height: 125px;
	float: left
}



.head:link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #888888;
	text-decoration: none
}

.head:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #888888;
	text-decoration: none
}

.head:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #AEAEAE;
	text-decoration: none
}

.control_panel_right_border {
	border-right: #d4c9c9 2px dotted
}



input,
option {
	padding: 5px 7px;

}

select {
	padding: 0px 4px;
}

input,
select {

	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #999;
}

input:focus,
select:focus {
	border: 1px solid #006;
	background-color: #FF9;
}


.table {
	float: none;
	height: 100%;
	background-color: #F7F7F7;
}

.table th {
	background-color: #BABABA;
	vertical-align: top;
}

.table td {
	padding: 3px;
}
