/* 
 * ========================================
 * global element styles 
 * ========================================
 */

html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body{ 
	background: #e5e5e5;
	color: #222;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
	line-height: 135%;
	margin: 0px;
	padding: 0px; /* required for Opera to have 0 margin */
	text-align: center; /* centers board in MSIE */
}


img{
	border: 0; /* makes sure linked images do not have a border */
	vertical-align: middle;
}

form{
	display: inline;
	margin: 0; /* removes mystery form tag gapping */
	padding: 0; /* removes mystery form tag gapping */
}

input{
	background: #ececec;
	border: 1px solid #8f8d8e;
	color: #414141;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
	padding: 2px;
	vertical-align: middle;
}


.button{
	background: #d6d6d6 url(http://homelab.ru/styles/1/button.gif);
	margin: 0;
}


/* 
 * ========================================
 * global hyperlink styles 
 * ========================================
 */

a:link,
a:visited,
a:active{
	background: transparent;
	color: #222;
	text-decoration: underline;
}

a:hover{
	background: transparent;
	color: #616161;
}

/* 
 * ========================================
 * Main wrapper, this controls the overall width of the board in you browser view window. 
 * ========================================
 */

#ipbwrapper{ 
	margin: 20px auto 20px auto; /* centers the box, no matter the overall width, also applies a 20px gap at the top and bottom of the board */
	text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */
	/* EDIT THIS TO CHANGE THE WIDTH OF THE BOARD -> 750px is a common fixed resolution size */
	width: 98%;
}


.row2{ 
	background: #ececec
}

/* 
 * ========================================
 * All New Styles 
 * ========================================
 */

.borderwrap{ /* this will affect the outlining border of all the tables and boxes through-out the skin. */
	background: #bebebe; 
	border: 1px solid #e5e5e5;
	padding: 0px; 
	margin: 0px; 
}


.maintitle{
	color: #686868; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0px;
	padding: 0px;
}

.maintitle td {
	color: #686868; 
	font-size: 12px;
	font-weight: bold;

}

.maintitle p{
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.maintitle p.expand,
.maintitle p.goto{
	float: right;
	width: auto !important;
}

.maintitle a:link, 
.maintitle a:visited{ 
	background: transparent;
	color: #686868;
	text-decoration: none; 
}

.maintitle a:hover, 
.maintitle a:active{ 
	background: transparent;
	color: #686868;
}


.catend{
	background: transparent url(1/catend.gif);
	color: #000;
	font-size: 1px;
	height: 5px;
}


#gfooter{
	background: #c2c2c2;
	margin: 5px 0 5px 0;
	padding: 0;
	width: 100%;
}

#gfooter td{
	color: #818181;
	font-size: 10px;
	padding: 4px;
}

#gfooter a:link,
#gfooter a:visited{
	color: #818181;
	text-decoration:none;
}

#logostrip{ 
	background: transparent url(1/tile_back.gif);
	border: 1px solid #989898;
	height: 120px;
	margin: 0;
	padding: 0;
}

#logographic{
	background: transparent url(1/logo4.jpg) no-repeat left;
	height: 120px;
	margin: 0;
	padding: 0;
}

#submenu{ 
	background: transparent url(1/poloska.jpg);
	border: 1px solid #989898;
	border-top: 0;
	color: #4a4a4a; 
	margin: 0; 
}

#userlinks,
#userlinksguest{ 
	background: transparent url(1/linkguest.gif);
	border: 1px solid #989898;
	margin: 5px 0 5px 0;
	padding: 0 5px 0 5px;
}

#userlinksguest{ 
	background: transparent url(1/linkguest.gif);
	border: 1px solid #989898;
}

#submenu p,
#userlinks p,
#userlinksguest p{
	background: transparent !important;
	border: 0 !important;
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0 !important;
	padding: 7px 0 7px 0; 
	text-align: right;
}

#userlinks p,
#userlinksguest p{
	font-weight: normal;
	letter-spacing: 0;
}

#submenu p.home,
#userlinks p.home,
#userlinksguest p.home{
	float: left;
}

#userlinksguest p.pcen{
	text-align: center;
}

#submenu a:link, 
#submenu  a:visited{ 
	background: transparent; 
	color: #616161; 
	padding: 0 6px 0 6px;
	text-decoration: none;
}

#submenu a:hover, 
#submenu a:active{
	background: transparent; 
	color: #fff; 
}

.panelBar {padding: 0px 0px 0px 11px; background: url('http://src.ucoz.ru/img/wd/3/a1.gif') no-repeat 0px 3px;}
.topBlock {padding:3px 3px 3px 3px; background:#E1E2E3 url(http://src.ucoz.ru/img/wd/3/cmp-bg.gif) repeat-x 0 0;}

