@charset "windows-1251";
/* DigSys CSS Document - main body */

/* Begin main body 
=====================================*/

#main_body {
	float:left;
	width:769px;
	margin-top:-66px;
	background-color:#FFF;
	min-height:581px;
	}
/* END main_body */	


/* Begin main body header
=============================================*/

.main_body_header {
	padding-bottom:7px;
	background-color:#DEDEDE;
	}
	
.main_body_header h3 {
	font-size:18px;
	font-weight:200;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:30px;
	}
.main_body_header p {
	font-size:12px;
	background-image:url(/images/components/bkg_white_transparent.png);
	margin-left:7px;
	margin-right:7px;
	padding:15px;
	border:solid #C3C3C3 1px;
	}

	
.root_link {
	color:#333;
	font-size:12px;
	width: 95%;
	margin-left: 15px;
	padding-top: 10px;
	line-height: 22px;
	}
	
.root_link a {
	color:#333;
	padding-left: 5px;
	padding-right: 5px;
}


/* END header of main body */







/* Begin main body content
=============================================*/
.main_body_content {
	padding:10px;
	}

.main_body_content table {
	width:100%;
	border-collapse:collapse;
}

.main_body_content table td {
	border:thin solid #666;
	padding:3px;
	padding-left:10px;
	font-size:11px;
}


tr.standard_table_heading td {
	padding:3px;
	padding-left:10px;
	font-weight:bold;
	background-color:#999;
}
	
.main_body_content h1 {
	font-size:16px;
	font-weight:normal;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	color:#039;
}

.main_body_content h1 a {
	font-size:16px;
	font-weight:normal;
	color:#039;
	text-decoration:underline;
}

tr.table_alt_roll {
	background-color:#CCC;
}

.main_body_content h2 { /* used for the date in the digsys - history and news sections */
	font-size:12px;
	font-weight:bold;
	color:#999;
	}
	
.main_body_content h3 {
	padding-left:10px;
	padding-bottom: 5px;
	font-size:12px;
	color:#039;
	}

.main_body_content h4 {
	padding-left:10px;
	font-size:12px;
	color:#000;
	}

.main_body_content h4 span {
	color:#F00;
}


.main_body_content ul {
	list-style:circle outside url(/images/components/bullet_standard.png);
	padding-left:30px;
	padding-bottom:20px;
	}
.main_body_content ul li {
	padding-top:7px;
	font-size:12px;
	}

.main_body_content ul li strong {
	font-size:12px;
	font-weight:bold;
	color: #000;
}


.main_body_content p {
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}

.main_body_content p strong {
	font-weight:bold;
	color: #000;
}

.main_body_content p strong a {
	font-size:12px;
	font-weight:bold;
}

.main_body_content li strong {
	font-size:12px;
	font-weight:bold;
	color:#C00;
}


.main_body_content a {
	font-size:12px;
	font-weight:normal;
	}
	
/* END main body content*/







/*Begin default styling for image border  
============================================================*/
.content_border {
	text-align:left;
	margin:5px;
	margin-top:10px;
	border:solid medium #CCC;
	}
	
.content_border h1, h2, h3, p, ul, li, a {
	padding-top:0px;
	text-align:left;
}

/*END  default styling for image border  */






/* Beginning log-in/log-out heading box 
============================================================*/



.login_box{
	position:absolute;
	left:730px;
	top:38px;
	width:200px;
	text-align:left;
	font-size:11px;
	z-index:30;
	}
.login_box input{
	float:right;
	clear:both;
	margin:5px 0 0 5px;
}
	
.login_box strong {
	color:#F00;
}

/* END log-in/log-out heading box  */



/*Begin log in boxes 
============================================================*/


.login_form {
	margin:0 0 10px 0;
	padding:0px;
	padding-top:10px;
}

.login_form h1 {
	padding:0px;
	font-size:14px;
}


.login_form p {
	padding:0px;
	padding-top:5px;
	vertical-align:top;
}


.login_form_box input,  .login_form img {
	float:right;
	clear:both;
	margin-bottom:5px;
}
.login_form img {
	margin-bottom:-10px;
}


.login_form_box {
	margin-top:30px;
	margin-bottom:20px;
	width:300px !important;
}

table.login_form_box td {
border:none !important;
vertical-align:top;
}

.login_form_box h3 {
	font-size:12px;
	font-weight:bold;
	letter-spacing:normal;
	color:#000;
	clear:both;
}

/* END log in boxes */


/* Begin Payment Table styling
=========================================================*/


.payment_table {
	width:702px;
	font-size:11px;
	border-collapse:collapse;
	text-align:left;
	}
	
.payment_table td{
	border:thin solid #666;
	}

tr.payment_tbl_heading td {
	background-color:#CCC;
	font-weight:bold;
	vertical-align:top;
}


	
.pmnt_tbl_pay {
	background-color:#F90;
}

.pmnt_tbl_standard {
	background-color:#FFF;
	}
	
#payment_info {
	width:700px;
	}

#final_sum_title {
	float:right;	
	margin-right:60px;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

#total_amount {
	background-color:#F90;
	width:60px;
	text-align:right;
	font-size:12px;
}

h1.payment_method_select {
	padding-top:5px;
	}

h4.payment_method_select {
	height:30px;
	}

h4.payment_method_select input, img {
	vertical-align:top;
}

p.confirmation {
	padding-top:5px;
	font-size:11px;
	}
p.confirmation strong {
	font-size:14px;
	}


/* END Payment Table styling */

/*Begin bank selection styling
========================================*/
#bank_selection {
	font-size:12px;
	margin-left:30px;
	padding-bottom:10px;
}

#bank_selection input {
	margin:4px 3px 4px 0;
}



/*END bank selection styling
========================================*/


/*Begin pay_button styling ======================*/
.pay_button {
	position:relative;
	float:left;
	margin-left:20px;
}
/*End pay_button styling ======================*/

/* Begin Support specific
==================================================================*/

p.qna_answer {
	background-image:url(/images/components/devider_grey_faded_edge.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:20px;
	margin-bottom:0px;
}

ul.qna_list li {
	list-style-image:url(/images/components/bullet_green_triangle.jpg);
}

ul.qna_list li a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	font-weight:normal;
	}
	
/* END Support specific */






/* Begin styling specific for email service administration in Support section
===================================================================*/

#support_email_service img {
	float:left;
	margin-right: 10px;
	}

/* END specific for email service administration in Support section*/

/*Begin styles for contacts table
===================================================================*/


.contactstable table,.contactstable tbody,.contactstable tr,.contactstable th,.contactstable td {
	border:1px solid #222 !important;
	border-collapse:collapse;
	font-size:11px;
	padding:5px;
	background-color:#fff;
	}
.contactstable table {
	width:100%;
	color:#111;
}

.contactstable table a {
	font-size:11px;
	color:#111;
	}

.contactstable table th {
	text-align:left;
	background-color:#444;
	color:#FFF;}
	
.contactstable table tr:nth-of-type(odd) td {
background-color:#DDD;
}
	
	

/*End styles for contacts table */

/*Begin styles for bottom contacts bar
===================================================================*/

#bottom_contacts{
	margin-bottom:30px;
	margin-top:15px;
	}

#bottom_contacts_container {
	display:inline-block;
	margin:auto;
	text-align:center;
	}
	
#bottom_contacts span {
	font-size:14px;
	margin-bottom:5px;
	padding-top:5px;
	float:left;
	}
#bottom_contacts a{
	font-size:14px;
	margin-left:10px;
	display:block;
	/*height:42px;*/
	padding-top:5px;
	float:left;
	}
/*#basecontacts_mail {
	background:url(../../../images/icons/no_text/f6email_email_s.png) no-repeat left top;
	color:#6699cc;
}
#basecontacts_office {
	background:url(../../../images/icons/no_text/f5e2offices_office_s.png) no-repeat left top;
	color:#3366cc;
}*/
/*END styles for bottom contacts bar */

#nav-back {
	display:block;
	float:left;
	padding-left:20px;
	margin-bottom:15px;
	background:url(/images/icons/no_text/arrow-back.png) center left no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#222;
	text-decoration:none;}
	
#nav-back:hover {
	background:url(/images/icons/no_text/arrow-back-hover.png) center left no-repeat;
	text-decoration:underline;
	}

#themes_table tr:first-child{
	background-color:#444;
	color:#FFF;
	font-weight:bold;}
	
.table-themes-categories {
	margin-left:-3px;}
	
.table-themes-categories tr td {
	background-color:#FFF;
	color:#111;
	border:none;
	font-weight:normal;
	}

.table-themes-categories tr {
	border-bottom:1px solid #555;
	}
	
.table-themes-categories tr:last-child {
	border-bottom:none;}

/*Begin standard button style*/
input[type="submit"], input[type="button"]{
	height:22px;
	background:url(/images/components/bkg_button_standart.jpg) center repeat-x;
	border:1px solid #777;
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-shadow:0px 0px 2px #AAA;
	-moz-box-shadow:0px 0px 2px #AAA;
	padding:2px 8px 3px 8px;
	margin-right:10px;
	}

input[type="submit"]:hover, input[type="button"]:hover{
	border:1px solid #5CA4FF;
	box-shadow:0px 0px 2px #B4ECFF inset, 0px 0px 2px #5CA4FF;
	-moz-box-shadow:0px 0px 2px #B4ECFF inset, 0px 0px 2px #5CA4FF;
	}

input[type="text"], input[type="password"], form select {
color:#006;
height:22px;
padding:1px 3px 0px 3px;
border:solid 1px #AAA;
box-shadow:0px 0px 2px #BBB inset;
-moz-box-shadow:0px 0px 2px #BBB inset;
}

input[type="text"]:focus, input[type="password"]:focus,  form select:focus  {
border:1px solid #5CA4FF;
box-shadow:0px 0px 2px #BBB inset, 0px 0px 2px #5CA4FF;
-moz-box-shadow:0px 0px 2px #BBB inset, 0px 0px 2px #5CA4FF;
}

/*END standard button style*/

hr.devider {
display:block;
border:none;
width:100%;
height:12px;
background: url(/images/components/devider_grey_faded_edge.png) center no-repeat;
margin-top:10px;
margin-bottom:10px;
}