
/*

	CSS definition
	---------------

	@file 		domains.css
	@version 	1.0.0b
	@date 		2010-02-02 17:14:17 +0100 (Tue, 2 Feb 2010)
	@author 	Aleksandar Markovic <mikikg@gmail.com>

	Copyright (c) 2010 Netsector <http://www.netsector.biz>

*/

.tbl_table {
	border-collapse:separate;
	border-spacing:0;
	clear:both;
}

.tbl_td {
	border-bottom:1px solid #D5D5D5;
	/* color:#999; */
	padding:2px 5px;
}

.t_th {
/*	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#999 url(../../images/skin1/thead.gif) repeat-x scroll 0 0;
	border-left:1px solid #F2F2F2;
	border-right:1px solid #D5D5D5;*/
	border-bottom:1px solid #D5D5D5;
	/* color:#999; */
	padding:5px;
}

.t_th img {
	margin-right:5px;
}

.t_th a:hover {
	color:#FF6603;
}

.trow_odd {
	/*background-color:#F6F6F6;*/
}

.trow_even {
	/*background-color:#F0F0F0;*/
}

.trow_odd td, .trow_even td {
	border-bottom:1px solid #ddd;
	/* color:#999; */
	padding:3px 5px;
}

.tbl_table tfoot th {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#DDDDDD url(../../images/skin1/tfoot.gif) repeat-x scroll 0 0;
	color:#111111;
	padding:5px 5px 5px 10px;
	text-align:left;
}

.tbl_table tfoot th a, .tbl_table thead th a {
	display:block;
}

.tbl_table tfoot th a:hover {
	color:#FF6603;
}

.t_act_lnk:link, .t_act_lnk:active, .t_act_lnk:visited {
	color:#111111;
	font-weight:bold;
}

.t_act_lnk:hover {
	color:#FF6603;
}

.tblhover tbody tr:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFCC99 none repeat scroll 0 0;
	cursor:pointer;
}

.tbl_navigator {
	background-color:navy;
}


/* check results */
.status_slobodan {
	color:green;
}

.status_zauzet {
	color:red;
}

.status_greska {
	color:red;
}

/* results links */
.domain_chk_link {
	background-image:url(../../images/skin2/arrow.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:16px;
	font-weight: bold;
}

domain_chk_link:hover {

}

/* check form */
.chkinfld {
	background:transparent none repeat scroll 0 0;
	border:1px solid gray;
	height:16px;
	padding:5px;
	width:300px;
}

.chkbutton {
	background:transparent none repeat scroll 0 0;
	border:1px solid gray;
	padding:5px;
}

.input_chk {
	/*border:medium none;*/
	float:left;
	/* margin:3px 0 0 10px; */
	padding-left:3px;
	width:183px;
	color:black;
	border:1px solid #CCCCCC;
	height:23px;
}

.button_chk {
	background-color:#FF7E00;
	color:#FFFFFF;
	border:medium none;
	cursor:pointer;
	float:right;
	font-size:12px;
	height:23px;
	width:85px;
}


.chk_form {
	/* background-color:#333333; */
	float:left;
	height:23px;
	margin-bottom:18px;
	width:288px;
}

.chk_error_title {
	clear:both;
	color: red;
	margin-bottom:12px;
}

.chk_error_text p {
	color: green;
}

#reg_form span{
	color:#a0a0a0;
}
#reg_form .btn{
	border:none;
	background-color:#FF7E00;
	color:#000;
}
#reg_form .btn:hover{
	border:none;
	background-color:#c9e6f2;
	color:#000;
}
#reg_form textarea, #reg_form input{
	border:1px solid #333;
	background-color:#181818;
	color:#eee;
}
#reg_form textarea:focus, #reg_form input:focus{
	border:1px solid #313131;
}

#reg_alert p{
	color:#FF7E00;
}

#reg_form{
	float:left;
	margin-bottom:30px;
	/*padding-top:10px;*/
}
	#reg_form form{
		/*padding-top:10px;*/
	}
	#reg_form span{
		display:block;
		margin-top:3px;
		font-size:10px;
	}
	#reg_form .btn{
		padding:4px 20px; 
		width:auto; 
		font-size:12px; 
		cursor:pointer;
		float:right;
	}
	#reg_form textarea{
		float:right; 
		margin-bottom:10px; 
		padding:4px 5px 4px 5px; 
		width:458px; 
		height:130px; 
		font:normal 13px/18px "Helvetica", arial, verdana, sans-serif; 
		overflow:hidden;
		color: black;
		background-color: white;
	}
	#reg_form input[type="text"]{
		float:right;
		margin-bottom:10px;
		padding:4px 5px 4px 5px;
		width:458px; 
		font-size:13px;
		line-height:18px;
		color: black;
		background-color: white;
	}
	#reg_form .fld_label{
		float:left;
		margin-top:2px;
		width:120px;
		font-size:13px;
		color:black;
	}
	#reg_form fieldset{
		margin:0px;
		padding:0px;
		border:none;
	}

#reg_form input[type="radio"]{
	margin: 5px 10px  0 0px;
}

.servis_label {
	color: #333;
}

#reg_form h3 {
	color: #FF7E00;
	font-weight: normal;
}

.fld_err {
	border-color: #700;
}


/* domains - side cell */

.domeni_side_cell {

}

.ne {
	background-image:url(../../images/skin1/ne.png);
	background-repeat:no-repeat;
	height:16px;
	width:16px;
}

.da {
	background-image:url(../../images/skin1/da.png);
	background-repeat:no-repeat;
	height:16px;
	width:16px;
}

.input_chk_home {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border:medium none;
	float:left;
	margin:3px 10px 0 10px;
	width:183px;
}
.button_chk_home {
	background-color:#FFCC00;
	color:#0E171F;
	border:medium none;
	cursor:pointer;
	float:left;
	font-size:12px;
	height:23px;
	padding-bottom:1px;
	width:85px;
}
.lbl_form_home {
	color:#565656;
	font-size:14px;
	font-weight:bold;
}
.chk_form_home {
	border:1px solid #E6E6E6;
}
.button_chk_home:hover, .button_chk_home:focus{
	color:#f3f2ef;
	background-color:#0e171f;
	
}
.dh5{
	color:#565656;
	float:left;
	margin-right:11px;
	margin-top:22px;
}

.chk_form_page {
	border:1px solid #E6E6E6;
	float:left;
	height:23px;
	margin-bottom:10px;
}

