/* ==[ Defaults ]================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
/*background: transparent;*/
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}



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

div#nyroModalFull {
	font-size: 12px;
	color: #777777;
	font-family: Verdana;
}
div#nyroModalFull div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url('/templates/default/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('/templates/default/gfx/nyroModal/close.gif') no-repeat;
	outline: 0;
}
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;
	background-color: #777777;
}
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);
*/
	display: none;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a {
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalPrev {
	left: 0;
	width: 40%;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalPrev:hover {
	background: url('/templates/default/gfx/nyroModal/prev.gif') left 20% no-repeat;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalNext {
	right: 0;
	width: 40%;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalNext:hover {
	background: url('/templates/default/gfx/nyroModal/next.gif') right 20% no-repeat;
}

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


/* ==[ Main styles ]================================== */

BODY
{
	background-color: #FFFFFF;
	font: normal 12px verdana;
	color: #5F6563;
}


BODY, TABLE TR TD 
{
	
}


HTML, BODY
{
	height: 100%;
}

A
{
	text-decoration: none;
	color: #8181BF;
}

.asd TD
{
	border: solid 1px gray;
}

TEXTAREA
{
	font: normal 12px verdana;
}

/* ===[ Footer style ]================================= */

/*  
	* {margin: 0px; padding: 0px;}
	html { height: 100%;}
	body {height: 100%;}
*/


#nonFooter
{
	position: relative;
	min-height: 100%;
	
	width: 950px;
	margin: auto;

	background-image: url("./gfx/ruler_v.gif");
	background-repeat: repeat-y;
	background-position: 699px 0px;
}

* html #nonFooter
{
	height: 100%;
}

#content
{
	padding-bottom: 120px;
}

#footer
{
	position: relative;
	margin-top: -120px;
	height: 120px;

	width: 950px;

	margin-left: auto;
	margin-right: auto;
}

/* ===[ Common styles ]================================= */

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

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

A.ulink
{
	text-decoration: underline;
}

DIV.clear_general
{
	clear: both;

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

DIV.size /* use with DIV.clear_general */
{
	font-size: 1px;
	line-height: 1px;
}

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.png");
	background-repeat: repeat-x;

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

DIV.ruler_dot_thin
{
	margin: 3px 0px 3px 0px;
}

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

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

/* ===[ Project styles ]================================= */

BODY
{
	background-color: #B3B6BB; /* dark - #8C9199 */

	background-image: url("./gfx/shadow.gif");
	background-repeat: repeat-y;
	background-position: center;
}

#nonFooter
{
	background-color: #FFFFFF;
}


#footer
{
	background-color: #838790;
	background-image: url("./gfx/footer_bg.gif");
	background-repeat: repeat-x;
}

/* ====================================================== */

DIV#header
{
	position: relative;
}

DIV#header DIV.friends_menu
{
	display: none;
}

DIV#header DIV.primary_menu
{
	position: absolute;
	color: #CBD0D3;

	left: 730px;
	top: 75px;
}

DIV#header DIV.primary_menu UL LI
{
	margin-bottom: 7px;
	padding-left: 8px;

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

DIV#header DIV.m1
{
	height: 58px;
	width: 950px;

	background-color: #494D58;

	background-image: url("./gfx/menu_bg.jpg");
	background-repeat: no-repeat;
	background-position: 100% 0px;
}

DIV#header DIV.m2
{
	height: 165px;
	width: 950px;

	background-color: #888c94;

	background-image: url("./gfx/header_bg.jpg");
	background-repeat: repeat-x;
}

DIV#header IMG.name
{
	position: absolute;
	left: 0px;
	top: 95px;
}

DIV#header IMG.pic
{
	position: absolute;
	left: 265px;
	top: 58px;
}

DIV#header DIV.subm_header
{
	position: absolute;
	left: 700px;
	top: 208px;

	background-color: #FFFFFF;
	width: 250px;
	height: 15px;
}



/* ====================================================== */

DIV#header DIV#h_menu
{
	position: absolute;
	left: 33px;
	top: 12px;

	height: 31px;
}

DIV#header DIV#h_menu IMG.ruler
{
	width: 2px;
	height: 31px;
	margin-right: 17px;
}

/* ====================================================== */

DIV#footer
{
	color: #CBD0D3;
}

DIV#footer DIV#footer_rel
{
	position: relative;
}

DIV#footer DIV#footer_rel IMG.footer_pic
{
	position: absolute;
	left: 815px;
	top: -42px;
}

DIV#footer DIV#footer_rel DIV.phone_num
{
	position: absolute;
	left: 43px;
	top: 14px;

	color: #CBD0D3;
	font-size: 18px;
	font-family: tahoma;
}

DIV#footer DIV#footer_rel IMG.phone_pic
{
	position: absolute;
	left: 9px;
	top: 62px;
}

DIV#footer DIV#footer_rel DIV.phone_num DIV.small
{
	font-size: 11px;
	margin: 5px 0px 5px 4px;
}

DIV#footer A
{
	color: #CBD0D3;
}

DIV#footer DIV.counter_1
{
	position: absolute;
	left: 750px;
	top: 85px;

	width: 200px;
	text-align: right;
}


/* ====================================================== */

DIV.memo
{
	float: left;
	width: 700px;

	font-size: 12px;
	line-height: 16px;
}

DIV.memo P
{
	margin: 0px 0px 10px 0px;
}

DIV.memo DIV.title
{
	background-color: #F4F4EC;
	height: 50px;
}


DIV.memo DIV.title H1
{
	color: #42454C;
	font: normal 19px verdana;

	padding: 12px 0px 0px 10px;
}

DIV.memo DIV.padd
{
	padding: 10px;
}

DIV.submenu
{
	float: left;
	width: 250px;

	position: relative;
	left: 0px;
	top: -10px;

	font-size: 11px;
	margin-bottom: 30px;

	overflow: hidden;
}

DIV.submenu H2
{
	color: #777C82;
	font: bold 12px verdana;

	background-color: #FFFFFF;
	padding: 0px 0px 5px 0px;
}

DIV.submenu DIV.padd
{
	padding: 0px 7px 0px 7px;
}

DIV.submenu DIV.lister A
{
	display: block;
	padding: 4px;
	color: #7576A2;
}

DIV.submenu DIV.lister A.selected
{
	background-color: #959BAA;
	color: #FFFFFF;
	font-weight: bold;

	/*
	background-color: #EBEBEB;
	color: #666666;

	#E78F7C
	*/

}

DIV.submenu P
{
	color: #7A7E87;
	margin: 0px 0px 10px 0px;
}


DIV.submenu DIV.nav
{
	font: normal 11px verdana;
	margin-bottom: 5px;
}

DIV.submenu DIV.nav A
{
	color: #B2B2B2; /* #7576A2 */
}


DIV.submenu DIV.nav DIV
{
	margin: 4px 0px 4px 0px;
}

DIV.submenu DIV.nav DIV IMG
{
	margin-bottom: 2px;
	border-left: 4px solid transparent;
}

/* ====================================================== */

DIV.photo_list
{
	
}

DIV.photo_list DIV.unit
{
	float: left;
	width: 164px;
	height: 189px;

	overflow: hidden;

	background-image: url('gfx/photo_bg.png');
	margin: 5px 6px 5px 0px;
}

DIV.photo_list DIV.unit IMG
{
	width: 150px;
	height: 150px;
	margin: 7px 0px 0px 7px;
}

DIV.photo_list DIV.unit DIV.text
{
	font: normal 10px tahoma;
	width: 150px;
	height: 24px;
	overflow: hidden;
	border-left: 7px solid transparent;

	text-align: center;

	display: table-cell;
	vertical-align: middle;

}

DIV.photo_list DIV.unit DIV.text A
{
	color: #8B8B8B;
}


/* ====================================================== */

DIV.pages
{
	margin-bottom: 5px;
	height: 25px;
}

DIV.pages A
{
	color: #5F6563;
	text-align: center;
	background-color: #F4F4EC;
	display: block;
	float: left;
	border: 1px solid #B5B7BB;
	width: 25px;
	margin-right: 5px;
	padding: 4px 0px 5px 0px;
}

DIV.pages A.selected
{
	background-color: #BEBDB6;
	color: #FFFFFF;
	font-weight: bold;
}

/* ====================================================== */

DIV.ymap
{
	border: 1px solid #BABABA;
	padding: 5px;
	background-color: #F4F4EC;
}

/* ====================================================== */

DIV#index_page
{
	
}

DIV#index_page P.title
{
	font: bold 13px tahoma;
	color: #C93C05;
	margin-bottom: 5px;

	padding: 0px 3px 0px 0px;
}

DIV#index_page DIV.left
{
	text-align: justify;

	float: left;
	width: 340px;
	border-right: 20px solid #FFFFFF;
}

DIV#index_page DIV.right
{
	text-align: justify;

	float: left;
	width: 320px;
}

DIV#index_page B
{
	font-weight: normal;
}

/* ====================================================== */

#player
{

}

/* ====================================================== */

H2
{
	font-size: 12px;
	margin-bottom: 7px;
}

/* ====================================================== */

P.fint
{
	color: #676767;
}

DIV.friends
{
	margin-top: 15px;
}

DIV.friends B
{
	display: block;
	margin-bottom: 5px;
	color: #777C82;
}

DIV.friends A
{
	display: block;
	margin-bottom: 5px;
}