/* =========================================*/
/* =+======== Date Converter CSS ===========*/

#contr_top {
	background: url(images/contr_top.png) no-repeat;
	width: 650px;
	height: 39px;
}

#contr_top span{
	padding-right: 20px;
	float: right;
	color: #9999cc;
	font-family: Arial, sans-serif;
	font-size: 12px;
	position:relative;
	top:7px;
}

#contr_left {
	background: url(images/contr_left.png) no-repeat;
	width: 8px;
	height: 35px;
	float: left;
}

#contr_today {
	background: #ebebeb url(images/contr_today.png) no-repeat;
	width: 110px;
	height: 35px;
	float: left;
}

#contr_today span, #contr_butt span {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	position: relative;
	top: 12px;
}
#contr_today span {
    margin-left: -18px;
}

a  {
	text-decoration: none;
}

#contr_today span {
	text-align: left;
	padding-right: -30px;
}

#contr_arr_left {
	background: url(images/contr_arr_left.png) no-repeat;
	width: 35px;
	height: 35px;
	float: left;
}

#contr_today span, #contr_arr_left, #contr_arr_right {
	cursor: pointer;
}

#contr_arr_left:hover {
	background: url(images/contr_arr_left_h.png) no-repeat;
}

#contr_butt {
	background: url(images/contr_butt.png) no-repeat;
	width: 60px;
	height: 35px;
	float: left;
	text-align: center;
}

#contr_arr_right {
	background: url(images/contr_arr_right.png) no-repeat;
	width: 35px;
	height: 35px;
	float: left;
}

#contr_arr_right:hover {
	background: url(images/contr_arr_right_h.png) no-repeat;
}

#contr_right {
	background: url(images/contr_right.png) no-repeat;
	width: 12px;
	height: 35px;
	float: right;
}

#contr_bottom {
	background: url(images/contr_bottom.png) no-repeat;
	width: 650px;
	height: 24px;
	float:left;
}

#id_julc, #id_juld,
#id_hebr, #id_isl, #id_pers,
#id_kurd, #id_afg, #id_maya,
#id_baha, #id_indi, #id_frn,
#id_iso, #id_unix, #id_excl {
	display: none;
	width: 478px;
	height: 390px;
/*	float: left;*/
/*	padding: 30px 5px;*/
}

#id_greg {
	display: inline;
	width: 478px;
/*	float:left;*/
	height: 390px;
/*	padding: 30px 5px;*/
}

.descr {
	font-size: 10px;
	color: #999999;
	float: left;
	margin-top: 5px;
	padding: 2px 5px 2px 15px;
	text-align: left;
	width: 450px;
}

#conv_top {
	background: url(images/conv_top.png) no-repeat;
	height: 39px;
	width: 650px;
/*	float: left;*/
}

#conv_left {
	background: url(images/conv_left.png) no-repeat;
	height: 390px;
	width: 8px;
	float: left;
}

#conv_tabs {
	height: 390px;
	width: 143px;
	float: left;
	cursor: pointer;
}

#conv_tabs a{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
}

#conv_tabs a div {
	background: url(images/conv_tab.png) no-repeat;
	width: 143px;
	height: 26px;
	text-align: right;
}

#conv_tabs a div:hover {
	background: url(images/conv_tab_h.png) no-repeat;
	color: #6666ff;
}

#conv_tabs a div.tab_a {
	background: url(images/conv_tab_a.png) no-repeat;
}

#conv_tabs a div span{
	padding: 0 10px 0 0;
	position: relative;
	top: 5px;
	cursor: pointer;
}

#conv_center {
	background-color: #ffffff;
	width:478px;
	height:390px;
	float: left;
}

#conv_right {
	background: url(images/conv_right.png) no-repeat;
	height: 390px;
	width: 21px;
	float: right;
}

#conv_bottom {
	background: url(images/conv_bottom.png) no-repeat;
	height: 21px;
	width: 650px;
/*	float: left;*/
}

.calendar {
	text-align: left;
}

form div, form select, form input, form span {
	font-family:  Arial, sans-serif;
	font-size: 16px;
	color: #333333;
}

form div {
	clear:left;
/*	display: block;*/
	margin:0;
	padding:3px 3px;
/*	width:478px;*/
}

form div label {
/*	display: inline;*/
	float:left;
	margin:0 0 5px;
	padding:3px 5px 0 0;
	text-align:right;
	color: #666666;
	width:150px;
}

form span {
	font-weight: bold;
	padding-left: 40px;
	text-align: left;
}
