html, body
{
	font-family:arial,helvetica,clean,sans-serif;
}

body
{
    /*margin: 0 30px;*/
    font-size: 12px;
}

strong
{
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
}

.hidden
{
	display: none !important;
}

div.container
{
	width: 100%;
}

div.container h2.header a
{
	/*text-decoration: none;
	display: block;
	padding-left: 17px;
	margin-left: -17px;*/
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}


.clear-right
{
	clear: right;
}

.clear-both
{
	clear: both;
}

.relative
{
	position: relative;
}

.relative .phone-type
{
	position: absolute;
	left: 105%;
	top: 0;
}

.absolute
{
	position: absolute;
}

.no-wrap, tr.no-wrap th
{
	white-space: nowrap;
}

.inline
{
	display: inline;
}

select.inline
{
	margin-bottom: 3px;
}

.width-auto
{
	width: auto !important;
}

.breads
{
	/*margin-bottom: 10px;*/
}

/* @group Page navigation */

.page-nav
{
	text-align: right;
	margin: 10px 0;
}

/* @end */



/* @group Table */

table.table
{
	width: 99%;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 30px;
}

table.table td
{
	vertical-align: top;
}

table.two-columns td
{
	width: 280px;
}

table.table-list
{
	margin-bottom: 20px;
}

table.table-list th
{
	text-align: left;
	border-bottom:1px solid #CCCCCC;

}

table.table-list .sort
{
	margin: 0 10px 0 5px;
}

#wrap table.table-list .sort a
{
	text-decoration: none;
}

table.table-list .checkbox
{
	margin: 0;
}

table.table-list th, table.table-list td
{
	padding: 5px;

}

table.table-list .odd, table.table-list .odd td
{
	background-color: #EEEEEE;
}

table.table-list .bold td
{
	font-weight: bold;
}

/* @end */



/* @group Form elements */
fieldset
{
	text-align: left;
}

label
{

}

label.comment
{
	font-size: 12px;
	margin-top: 4px;
	margin-left: 0;
	display: block;
}


li label
{
	/*margin: 0 0 0 3px;*/
}

/*label,*/ .checkbox input, .button input
{
	cursor: pointer;
}

button
{
	margin-top: 10px;
}

/* @group Errors */
label.error
{
	font-size: 12px;
	margin: 0;

	position: absolute;
	top: 100%;
	left: 0;
	margin-right: -10px;
	width: 100%;
}

fieldset label.error
{
	position: absolute;
	top: 7px;
	right: -100%;
	left: auto;
	margin-right: -10px;
	width: 100%;
}

#main .error_list li
{
	margin-bottom: 4px;
	color: red;
}
/* @end */

label.item-label
{
	/*width: 210px;*/
}



.item-label em
{
	margin-bottom: 5px;
	display: block;
}

.item-label label, .item-label
{
	font-size: 12px;
	font-weight: normal;
}

.item-label input
{
	display: block;
	clear: both;
	float: left;
}

.input span
{
	font-size: 0;
	line-height: 0;
	background-repeat: no-repeat;
	z-index: 100;
}

label.input span
{
	font-size: 12px;
	line-height: 12px;
}

.input, .checkbox{
/* 	position: relative; */
}

.radio-list
{
	width: 210px;
}

/* @group Input */


div.input
{
	/*margin-left: 3px;*/
}

label .input
{
	float: none;
	clear: none;
}


.input .comment
{
	/*float: right;*/
}

#wrap .input-short
{
	width: 130px;
}

#wrap .long-input
{
	width: 489px;

	width: 531px;
}

#wrap .from-to-input
{
	width: 70px;
	display: inline;
}

#wrap .from-to-input input
{
	width: 49px;
}

#wrap .from-to-input select { position: relative; /*top: -6px;*/ }

#wrap .date-time
{
	width: 129px;
	display: block;
}

#wrap .date-time input.input-date
{
	width: 80px;
	float: left;
	margin-right: 10px;
}

#wrap .date-time input.input-time
{
	width: 49px;
}

.input-long, label.input-long
{
	width: 500px;
}

.input .l, .input .r
{
	float: left;
	display: block;
	height: 26px;
	width: 3px;
	background: url(/images/buttons/input-side-sprites.gif) no-repeat left -58px;
	font-size: 0;
	line-height: 0;
	position: relative;
	z-index: 100;
}

.input .r
{
	background-position: -4px -58px;
}

.input input, input.input
{
	z-index: 10;
}

.input input, input.input, span.password
{	font-size: 14px; line-height: 14px; font-weight: normal; }

.input, input.input
{
	width: 180px;
}
/* @end */

/* @group Textarea */

.textarea
{
	width: 500px;
	max-width: 500px;
	padding: 4px;
	height: 100px;
	max-height: 300px;
	font-size: 14px;
}

div.textarea
{
	border: 0;
}

/* @end */

/* @group Button */
div.button
{
	height: 27px;
	line-height: 29px;
	display: block;
	text-align: center;
	display: inline;
}

div.button input
{
	border: 0;
	float: left;
	display: block;
	line-height: 24px;
	height: 27px;
	background: url(/images/buttons/input-sprites-bg.gif) repeat-x 0 -58px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
	margin: 0;
	padding: 0 0;	
}

.orange-button input
{
	background-position: left -58px;
	padding: 0 5px;
}


div.button a.button-field:hover
{
	color: white;
}

div.button span.l, div.button span.r
{
	float: left;
	display: block;
	width: 4px;
	height: 27px;
	background: url(/images/buttons/sprites-left-side.gif) no-repeat 0px -66px;
	margin: 0;	
}


div.button span.r
{
	background-position: -9px -87px;
}

#header div.split-button input
{
	width: 130px;
}


div.split-button span.split-selector, .split-button span.split-selector-hover
{
	background: transparent url("/images/buttons/split-button-selector.gif") no-repeat left top;
	width: 17px;
	height: 27px;
	cursor: pointer;
}

div.split-button span.split-selector-hover, #wrap div.split-button span.split-selector-hover
{
	background: transparent url("/images/buttons/split-button-selector-hover.gif") no-repeat left top;
	width: 17px;
}

/* @end */

/* @group Split Button */
ul.split-button-container, .auth .registration-options
{ display: none; }
.split-button-container
{
	position: absolute;
	left: 0;
	top: 27px;
	background-color: #f2f2f2;
	z-index: 1000;
	color: black;
	width: 133px;
	border: 1px solid #b1b1b1;
	overflow: hidden;
	margin: 0;
}

.split-button-container li
{
	position: relative;
	color: #383838;
	display: block;
	margin: 0;
	padding: 1px 13px;
	line-height: 25px;
	cursor: pointer;
	height: 25px;
	z-index: 1000;
	font-size: 13px;
}

.split-button-container li a { color: #383838; text-decoration: none; }


.split-button-container li.hover
{
	background-color: #ccd4f5;
	border-top: 1px dotted #7a7f93;
	border-bottom: 1px dotted #7a7f93;	
	padding-top: 0;
	padding-bottom: 0;	
}

.university #header div.split-button span.l, .university div.split-button input { background-position: left -120px; }
.university #header div.split-button span, .university div.split-button input { margin: 0; bottom: 0; height: 21px;}

.university #header form { position: absolute; left: 250px; top: 5px;}
.university #header form fieldset { float: left; }
/* @end */

/* @group Select */

.select
{
	width: 218px;
	height: 21px;
	background-image: none;
	/*border: 1px solid #d8d8d8;*/
	/*display: block;*/
	font-size: 12px;
	/*margin-bottom: 5px;*/
}

.select-multiple { height: auto; width: 170px; border: 0; }

#wrap #main .short-select .select
{
	width: 170px !important;
}

#wrap #main select.short
{
	width: 105px !important;
}

#wrap #main select.long
{
	width: 100%;
}

select.auto
{
	width: auto;
}

select.phone
{
	margin-left: 15px;
}

select.chained-select
{
	display: inline;
	width: auto;
	margin-right: 10px;
}
/* @end */

#wrap #main .radio li, #wrap #main .checkbox li
{
	margin-bottom: 4px;
}

/* @group Checkbox */
#main li.checkbox 
{ 
	width: auto;
}

.input .checkbox input
{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.checkbox, .input .checkbox
{
	margin: 4px 15px 0 0px;
	padding: 0;
	/*font-size: 12px;*/
}

.checkbox input
{
	margin: 0 5px 0 0;
	padding: 0;
}

.checkbox label
{
/* 	position: relative; */

}

.checkbox label input
{
	position: relative;
}
/* @end */

/* @group Radio */

.radio
{
	margin-top: 5px;
}

.radio input
{
	margin: 0 5px 0 0;
}

.radio li
{
	margin-bottom: 7px;
}

.radio li label
{

}

/* @end */

/*.input, .select { padding: 4px 4px 3px; }*/

/* @end */

/* @group Corners */
.corner
{
	font-size: 0;
	line-height: 0;
	background-image: url(/images/corner-sprites.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	display: block;
	padding: 0;
	z-index: 100;
}


.outside
{
	background-image: url(/images/corner-sprites-outside.gif);
	background-repeat: no-repeat;
	margin: 0 -12px 0 -6px;
}

.lt
{
	left: 0;
	top: 0;
	background-position: left top;
}

.rt
{

	left: 100%;
	margin-left: -6px;
	top: 0;
	background-position: -6px top;
	width: 10px;
}

.rb, .rb-out
{
	left: 100%;
	margin-left: -6px;
	left: -6px;
	margin-left: 100%;
	bottom: 0;
	background-position: -6px bottom;
	width: 9px;
}

.rb-out
{
	left: 100%;
	margin-left: -.4%;
	margin-left: 0;
	left: 0;
	margin-left: 100%;

}



.lb-out
{
	left: 0;
	bottom: 0;
	background-position: 0 -6px;
}

.lb
{
	left: 0;
	bottom: 0;
	/*margin-top: 100%;*/
	background-position: left bottom;
}
/* @end */

/* @group ICONS */
.icon
{
	/*padding-left: 20px;*/
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
/* 	position: relative; */
}

.icon img { vertical-align: text-bottom; margin-right: 5px;}
.icon .no-text { }
.icon .no-text img { margin: 0; }
.icon-tooltip
{
	background-position: right top;
	padding: 2px 18px 0 0;
}


.icon-email
{
	background-image: url("/img/icons/email.png");
}

.icon-send-document
{
	background-image: url("/img/icons/report_user.png");
}

.icon-send-answer
{
	background-image: url("/img/icons/user_comment.png");
}

.icon-rate-up
{
	background-image: url("/img/icons/thumb_up.png");
}

.icon-rate-down
{
	background-image: url("/img/icons/thumb_down.png");
}

.icon-help, .icon-tooltip
{
	background-image: url("/img/icons/help.png");
}
/* @end */

#wrap #main .multiselect-selection-container * { font-size: 12px; }

#errorInformer { background-color: #FAFAFA; border-left: 5px solid red; padding: 6px 12px; font-size: 13px;}




