/* ###################################################################### */

/* Default Styles */

TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}

HTML, BODY
{
	height: 100%;
	padding: 0px;
	margin: 0px;
}

BODY
{
	font: normal 15px verdana;
	line-height: 25px;
}

P
{
	margin: 0px 0px 10px 0px;
}

IMG
{
	border: 0px;
}

A
{
	text-decoration: none;
	color: #428BB7;
}

/* ###################################################################### */

/* Common Styles */

A.xlink, SPAN.xlink
{
	border-bottom: 1px dotted #6A78B9;
	color: #6A78B9;
}

SPAN.xlink
{
	cursor: hand;
	cursor: pointer;
}

A.ulink
{
	text-decoration: underline;
}

A.slink
{
	border-bottom: 1px solid #6A78B9;
	color: #6A78B9;
}

DIV.clear_general
{
	clear: both;

	font-size: 0px;
	line-height: 0px;
	color: #FFFFFF;
}

DIV.ruler
{
	font-size: 0px;
	line-height: 0px;
	color: #FFFFFF;

	border-bottom: 1px solid #E1E0DF;

	margin: 7px 0px 7px 0px;
}

DIV.ruler_dot
{
	font-size: 1px;
	line-height: 1px;
	color: #FFFFFF;

	height: 1px;

	background-image: url("./gfx/ruler_dot.gif");
	background-repeat: repeat-x;

	margin: 7px 0px 7px 0px;
}


UL.std_list
{
	padding: 0px;
	margin: 0px;
}

UL.std_list LI
{
	padding-left: 10px;
	margin-top: 3px;
	list-style: none;

	background-image: url("./gfx/bullet.png");
	background-repeat: no-repeat;
	background-position: 0px 12px;
}

UL.std_list_fix1 LI
{
	background-position: 0px 9px;
}

DIV#debug
{
	background-color: #F8F8F8;
	border: 1px solid #BBBBBB;
	padding: 10px;
	margin: 10px;
	display: none;
}

/* ###################################################################### */

div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalFull div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(./gfx/nyroModal/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalFull div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalFull div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
div#nyroModalFull div#nyroModalWrapper a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(./gfx/nyroModal/close.gif) no-repeat;
	outline: 0;
}
div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {
	padding: 5px;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img {
	vertical-align: baseline;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev {
	left: 0;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover {
	background: url(./gfx/nyroModal/prev.gif) left 20% no-repeat;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext {
	right: 0;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover {
	background: url(./gfx/nyroModal/next.gif) right 20% no-repeat;
}

/* ###################################################################### */

DIV#t_menu
{
	border: 1px solid #BCBCBC;
	background-color: #F4F4F4;
	padding: 5px 10px 5px 10px;
}

/* ###################################################################### */

BODY
{
	background-image: url('./gfx/trucks_bg.gif');
	background-repeat: no-repeat;
}

#login_form_layer
{
	display: none;
	height: 230px;
	width: 400px;
}

DIV.login_form
{
	
}

DIV.login_form DIV.error_msg
{
	display: none;
}

DIV.login_form B
{
	display: block;
	font: bold 13px verdana;
	color: #8C8C8C;
	margin-bottom: 4px;
}

DIV.login_form INPUT.field
{
	width: 395px;
	margin-bottom: 10px;
}

DIV.login_form DIV.cb
{
	margin-bottom: 10px;
}

DIV.login_form DIV.error_msg
{
	line-height: 14px;
	padding: 4px;
	margin-bottom: 10px;
	border: 1px solid #E895A4;
	background-color: #FADCDD;
}

DIV.login_form DIV.recovery
{
	font-size: 11px;
	margin-top: 5px;
}

DIV.login_form DIV.recovery A
{
	text-decoration: underline;
}

/* ###################################################################### */

DIV.memo
{
	padding: 10px;
}

H1
{
	font: normal 24px verdana;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #6393B6;
}

/* ###################################################################### */

DIV.form
{
	border: 1px solid #B0B0B0;
	padding: 10px;
	background-color: #F5F5F5;

	margin-top: 20px;

	width: 470px;
	margin: auto;
}

DIV.form DIV.field
{
	clear: both;
	margin: 0px 0px 20px 0px;
}

DIV.form DIV.field LABEL
{
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}

DIV.form DIV.field INPUT.fld
{
	width: 300px;
}


DIV.form DIV.field DIV.err
{
	float: right;
	position: relative;

	display: none;
}

DIV.form DIV.field DIV.err DIV
{
	position: absolute;
	left: 6px;
	top: 0px;

	width: 300px;

	background-color: #F3EAE0;
	border: 1px solid #7E564B;

	font-size: 11px;
	font-family: tahoma;
	line-height: 10px;
	padding: 5px;
}

DIV.form DIV.field DIV.err IMG.arrow
{
	width: 7px;
	height: 13px;

	position: absolute;
	left: 0px;
	top: 4px;

	z-index: 5;

}

/* ###################################################################### */

DIV.error_block
{
	border: 1px solid #FC8787;
	background-color: #F4C4C4;
	padding: 10px;
	margin: 10px;
}

/* ###################################################################### */

DIV.cabinet_menu
{
	border-bottom: 1px solid silver;
	padding: 5px 0px 5px 0px;
	margin-bottom: 10px;
}

DIV.cabinet_menu A
{
	font-size: 11px;
	color: #6A78B9;

	border: 1px solid #BBBCC8;
	padding: 5px;
	background-color: #F4F4F7;
}

DIV.msg_common
{
	border: 1px solid #BBBCC8;
	padding: 5px;
	background-color: #F4F4F7;
	width: 500px;

	margin: 10px 0px 10px 0px;
}

DIV.msg
{
	border: 1px solid #BBBCC8;
	padding: 5px;
	background-color: #F4F4F7;
	width: 500px;

	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

DIV.hx
{
	height: 100px;
	position: relative;
}

DIV.hx IMG.imx
{
	position: absolute;
	left: 0px;
	top: 0px;

	width: 500px;
	height: 80px;
}


DIV.hx DIV.z
{
	padding: 25px 0px 0px 200px;
	color: white;
}

DIV.hx DIV.z A
{
	color: white;
}

/*************************************/

DIV.xcontacts DIV
{
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

	line-height: 15px;
	font-size: 12px;

	border: 1px solid #C8C8C8;
	background-color: #F8F8F8;
}

/*************************************/