/*  
	phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		DAJ Glass
	Author:	Dustin Baccetti ( http://www.murnulogs.com/ )
	
	Copyright Murnulogs, 2011
    --------------------------------------------------------------
*/

/* All body layout elements, table, tr, td ect. */
/* BEGIN @include body.css */ 
 /*-------------------------------------------------------*/
/* Reset browsers default margin, padding and font sizes */
/*-------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	color: #4B4B4B;
}
html {
	font-size: 100%;
}

body.body {
	background: url('styles/DAJ_Glass_2/theme/images/stars_back.png') repeat scroll 0 0 #000000;
	font-size: 12px;
	line-height: 1.5;
}
.simple-header {
	margin: -15px;
	padding: 15px;
	background-color: #FFFFFF;
	border: 0px solid #233741;
	width: 100%;
}

.g_back {
	/*background: url('styles/DAJ_Glass_2/theme/images/planets_back.png') repeat-y scroll center top transparent;*/
	background: url('styles/DAJ_Glass_2/theme/images/planets_back.png') repeat-y scroll center top transparent;
    margin: 0;
    padding: 0;
}
/*-------------------------------------------------------*/
/* Tables												 */
/*-------------------------------------------------------*/
.board-table {

	min-width: 780px;
	width: 985px;
	margin: 0 auto;
        background: #FFF;
	border-bottom:solid #ccc 3px; 
}

.board-table-footer {

	min-width: 780px;
	width: 985px;
	margin: 0 auto;
	background: url('styles/DAJ_Glass_2/theme/images/astro_podval2.png') no-repeat left top;
}


.gen-table {
	background-color: #F3F5F7;
	background-image: url('styles/DAJ_Glass_2/theme/images/cellpic-3.gif');
	border: 1px solid #CCDAE0;
	padding: 8px;
}
.forum-table {
	border: 1px solid #AFC8D2;

}
.folder-table {
	background-color: #F3F5F7;
	background-image: url('styles/DAJ_Glass_2/theme/images/cellpic-4.gif');
	border: 1px solid #F5D296;
	padding: 8px;
}
/*-------------------------------------------------------*/
/* Information tables									 */
/*-------------------------------------------------------*/
.rules-box {
	background-color: #FFEBF5;
	width: 100%;
	height: 1%;
}
.blue-box {
	background-color: #F3F5F7;
	background-image: url('styles/DAJ_Glass_2/theme/images/cellpic-3.gif');
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
}
.orange-box {
	background-color: #F3F5F7;
	background-image: url('styles/DAJ_Glass_2/theme/images/cellpic-4.gif');
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
}
	
/* Pretty rounded edges */
.ct-left {
	background-image: url('styles/DAJ_Glass_2/theme/images/table-t-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
.ct-right {
	background-image: url('styles/DAJ_Glass_2/theme/images/table-t-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
.cb-left {
	background-image: url('styles/DAJ_Glass_2/theme/images/table-b-left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}
.cb-right {
	background-image: url('styles/DAJ_Glass_2/theme/images/table-b-right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 8px;
}
/*-------------------------------------------------------*/
/* Body TD's											 */
/*-------------------------------------------------------*/
.body-t-left {
	/*background-image: url('styles/DAJ_Glass_2/theme/images/body-t-left.gif');*/
	height: 17px;
	padding-left: 22px;	
}
.body-t-center {
	/*background-image: url('styles/DAJ_Glass_2/theme/images/body-t-center.gif');*/
}
.body-t-right {
	/*background-image: url('styles/DAJ_Glass_2/theme/images/body-t-right.gif');*/
	padding-right: 22px;
}
.body-h-left {
	/*background-image: url('styles/DAJ_Glass_2/theme/images/body-h-left.gif');*/
}
.body-h-right {
	/*background-image: url('styles/DAJ_Glass_2/theme/images/body-h-right.gif');*/
}
.body-hm-left {
	/*background-image: url('styles/DAJ_Glass_2/theme/images/body-hm-left.gif');*/
	/*height: 56px;*/
}
.body-hm-center {
	/*background-image: url('styles/DAJ_Glass_2/theme/images/body-hm-center.gif');*/
}
.body-hm-right {
	/*background-image: url('styles/DAJ_Glass_2/theme/images/body-hm-right.gif');*/
}
/* Extra row incase you wish to add more links under the main menu */
.body-hmx-left {
	/*background-image: url('styles/DAJ_Glass_2/theme/images/body-hmx-left.gif');*/
	min-height: 0px;
}
.body-hmx-row {
	background-color: #192832;
}
.body-hmx-right {
	/*background-image: url('styles/DAJ_Glass_2/theme/images/body-hmx-right.gif');*/
}
/*-----------------------------------------------------------------*/
.body-hsm-t-left {
	background-color: #F5F5F5;
	/*background-image: url('styles/DAJ_Glass_2/theme/images/body-hsm-t-left.gif');*/
	height: 6px;
    border-top: 3px solid #CCCCCC;
    border-left: 3px solid #CCCCCC;
}
.body-hsm-t-right {
	background-color: #F5F5F5;
    border-top: 3px solid #CCCCCC;
    border-right: 3px solid #CCCCCC;
	/*background-image: url('styles/DAJ_Glass_2/theme/images/body-hsm-t-right.gif');*/
}
.body-hsm-t-top {
	background-color: #F5F5F5;
    border-top: 3px solid #CCCCCC;
}

.body-hsm-left {
	background-color: #F5F5F5;
    border-left: 3px solid #CCCCCC;
	/*background-image: url('styles/DAJ_Glass_2/theme/images/body-hsm-left.gif');*/
}
.body-hsm-right {
	background-color: #F5F5F5;
    border-right: 3px solid #CCCCCC;
	/*background-image: url('styles/DAJ_Glass_2/theme/images/body-hsm-right.gif');*/
}
.body-left {
	/*background-image: url('styles/DAJ_Glass_2/theme/images/body-left.gif');*/
    border-left: 3px solid #CCCCCC;
	background-color: #FFFFFF;
}
.body-right {
	/*background-image: url('styles/DAJ_Glass_2/theme/images/body-right.gif');*/
	background-color: #FFFFFF;
    border-right: 3px solid #CCCCCC;
}
.body-b-left {
	/*background-image: url('styles/DAJ_Glass_2/theme/images/body-b-left.gif');*/
	height: 23px;
	background-color: #FFFFFF;
    border-left: 3px solid #CCCCCC;
    border-bottom: 3px solid #CCCCCC;
}
.body-b-center {
	/*background-image: url('styles/DAJ_Glass_2/theme/images/body-b-center.gif');*/
	background-color: #FFFFFF;
    border-bottom: 3px solid #CCCCCC;
}
.body-b-right {
	/*background-image: url('styles/DAJ_Glass_2/theme/images/body-b-right.gif');*/
	background-color: #FFFFFF;
    border-right: 3px solid #CCCCCC;
    border-bottom: 3px solid #CCCCCC;
}

.logo_img {
	position: relative;
}
/*-------------------------------------------------------*/
/* Search box											 */
/*-------------------------------------------------------*/
.search-box img {width:24px; height:24px;}
.search-box {
	background: none repeat scroll 0 0 #eee;
    border-left: 3px solid #CCCCCC;
    border-right: 3px solid #CCCCCC;
    border-top: 3px solid #CCCCCC;
    height: 21px;
    padding: 3px 12px 7px 3px;
	float: right;
	width: 123px;
	margin: -34px 0 0;
	position: relative;
}

input.search {
    background: none repeat scroll 0 0 #EEEEFF;
    border: 1px solid #333333;
    color: #444444;
    font-size: 8pt;
    padding: 2px;
    text-align: center;
    width: 90px;
}
/*-------------------------------------------------------*/
/* Breadcrumbs											 */
/*-------------------------------------------------------*/
.breadcrumbs {
	/*background-image: url('styles/DAJ_Glass_2/theme/images/icon-nav.gif');*/
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	padding-left: 30px;
	height: 20px;
	text-align: left;
	white-space: nowrap;
	width: 96%;
}
/*-------------------------------------------------------*/
/* Table Rows											 */
/*-------------------------------------------------------*/
/* Header -----------------*/
.th {
	background-color: #5A788C;
	background-image: url('styles/DAJ_Glass_2/theme/images/cellpic-1.gif');
	height: 30px;
}
.th-left {
	background-image: url('styles/DAJ_Glass_2/theme/images/cellpic-1-left.gif');
	background-position: left;
	background-repeat: no-repeat;
	height: 30px;
}
.th-right {
	background-image: url('styles/DAJ_Glass_2/theme/images/cellpic-1-right.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 7px;
	padding-right: 7px;
	height: 30px;
}
.th-right, .th-text-left, .th-text-right {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	line-height: 30px;
}
.th-text-left {
	float: left;
}
.th-text-right {
	float: right;
}
/* Cat --------------------*/
.cat, .cat-e {
	background-image: url('styles/DAJ_Glass_2/theme/images/cellpic-2.gif');
	background-color: #D7E6EB;
	color: #647382;
	height: 24px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	border: solid 0px #D2E1E6;
	white-space: nowrap;	
}
.cat {
	border-right-width: 1px;
}
/* Row 1 ------------------*/
.row1, .row1-e {
	background-color: #EBEDEF;
	border: solid 1px #FFFFFF;
	border-right-color: #D3D5D7;
	border-bottom-color: #D3D5D7;
	padding: 2px;
}
.row1-e {
	border-right: 0px;
}
/* Row 2 ------------------*/
.row2, .row2-e {
	background-color: #F3F5F7;
	border: solid 1px #FFFFFF;
	border-right-color: #DADCDE;
	border-bottom-color: #DADCDE;
	padding: 2px;
}
.row2-e {
	border-right: 0px;
}
/* Row 3 ------------------*/
.row3, .row3-e {
	background-color: #E3E5E7;
	border: solid 1px #F1F3F5;
	border-right-color: #CCCECF;
	border-bottom-color: #CCCECF;
	padding: 2px;
}
.row3-e {
	border-right: 0px;
}
/* The rest ---------------*/
.row4 {
	background-color: #F5F5F5;
	padding-bottom: 6px;
}
.row5 {
	padding: 0 5px;
}
.div-row {
	border: 0px solid #C3D0D6;
	border-left-width: 1px;
	padding-left: 26px;
}
.spaceRow {
	background-image: url('styles/DAJ_Glass_2/theme/images/cellpic-4.gif');
	height: 4px;
}
.picRow {
	background-image: url('styles/DAJ_Glass_2/theme/images/cellpic-5.gif');
	background-color: #EAECEF;
	height: 28px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 11px;
	text-align: center;
	white-space: nowrap;
}
/* Footer -----------------*/
.tf-center {
	background-color: #5A788C;
	background-image: url('styles/DAJ_Glass_2/theme/images/cellpic-6.gif');
	height: 7px;
}
.tf-left {
	background-image: url('styles/DAJ_Glass_2/theme/images/cellpic-6-left.gif');
	background-position: left;
	background-repeat: no-repeat;
	height: 7px;
}
.tf-right {
	background-image: url('styles/DAJ_Glass_2/theme/images/cellpic-6-right.gif');
	background-position: right;
	background-repeat: no-repeat;
	height: 7px;
}
/*-------------------------------------------------------*/
/* Post author details to left of posts					 */
/*-------------------------------------------------------*/
.author-details {
	width: 140px;
	padding: 2px;
}
/*-------------------------------------------------------*/
/* Pagination											 */
/*-------------------------------------------------------*/
.pagination {
	height: 1%;
	width: auto;
	text-align: right;
	margin-top: 0px;
}
.pagination span.page-sep {
	display: none;
}
.pagination strong {
	font-weight: normal;
}
.pagination span strong {
	padding: 0 2px;
	margin: 0 2px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #BFBFBF;
	border: 1px solid;
	font-size: 11px;
}
.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	font-weight: normal;
	text-decoration: none;
	color: #326987;
	margin: 0 2px;
	padding: 0 2px;
	background-color: #EAECEF;
	border: 1px solid #CDDCE1;
	font-size: 11px;
	line-height: 15px;
}
.pagination span a:hover {
	border-color: #192832;
	background-color: #326987;
	color: #FFFFFF;
	text-decoration: none;
}
.pagination img {
	vertical-align: middle;
}
/*----------------------------------------------------------*/
/* Neat little IPB style poll and moved icons for viewforum */
/*----------------------------------------------------------*/
.icon-poll, .icon-moved {
	background-repeat: no-repeat;
	background-position: center;
	width: 42px;
	height: 15px;
	margin-right: 5px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.icon-poll {
	background-image: url('styles/DAJ_Glass_2/theme/images/icon-poll.gif');
	color: #197D19;
}
.icon-moved {
	background-image: url('styles/DAJ_Glass_2/theme/images/icon-moved.gif');
	color: #32647D;
}
/*-------------------------------------------------------*/
/* BBCode												 */
/*-------------------------------------------------------*/
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 6px;
	border-width: 1px 1px 1px 3px;
	border-style: solid;
	border-color: #AFBEC8;
	color: #4B4B4B;
	background-color: #CCDAE0;
	font-size: 13px;
	font-weight: bold;
	height: 17px;
}
.quotetitle {
	background-image: url('styles/DAJ_Glass_2/theme/images/icon-quote.gif');
	background-position: right;
	background-repeat: no-repeat;
}

.mishaelattach img {max-width: 700px;}
.mishaelattach img:active {max-width: 100%;} 
.mishaelattach {
	padding: 2px; 
	float: left;
}	

.attachcontent {
	margin: 10px 0;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana;
	background-color: #F5F7FA;
	color: #4B4B4B;
}

.quotecontent {
	margin: 0 5px 10px 5px;
	padding: 10px;
	/*border-width: 0px 1px 1px 3px;
	border-style: solid;
	border-color: #AFBEC8;*/
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana;
	background-color: #F5F7FA;
	color: #4B4B4B;
}

.quotecontent {
	border-width: 0px 1px 1px 3px;
	border-style: solid;
	border-color: #AFBEC8;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 6px;
	border-width: 1px 1px 1px 3px;
	border-style: solid;
	border-color: #AFBEC8;
	color: #4B4B4B;
	background-color: #CCDAE0;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 17px;
}
.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 10px;
	border-width: 0px 1px 1px 3px;
	border-style: solid;
	border-color: #AFBEC8;
	font-weight: normal;
	color: #006600;
	font-size: 12px;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #F5F7FA;
}
.syntaxbg {
	color: #FFFFFF;
}
.syntaxcomment {
	color: #FF8000;
}
.syntaxdefault {
	color: #0000BB;
}
.syntaxhtml {
	color: #000000;
}
.syntaxkeyword {
	color: #007700;
}
.syntaxstring {
	color: #DD0000;
}

/* System menu */
.g_system_menu { position: relative; width: 985px; margin: 0px auto; z-index: 100; }
.g_system_menu UL {  position: absolute; left: 100px;  margin: 3px; padding: 0px; z-index: 101; }
.g_system_menu UL LI { position: relative; float: left; margin-right: 5px; padding: 0px; list-style: none;  }
.g_system_menu UL LI A { padding: 1px 15px; display: block; background: #ddf; color:#000; white-space: nowrap; 
                          border-bottom: 1px solid #777; border-right: 1px solid #777;
                          border-top: 1px solid #000; border-left: 1px solid #000; font-family: Verdana;
                          font-size: 8pt; font-weight: normal; text-decoration: none; }
.g_system_menu UL LI A:hover { background: #eeF; color: #222; border: 1px solid #333; }

/* system sub item */
.g_system_menu UL LI UL {  position: absolute; left: 0px; margin: 0px; padding: 0px; display: none; }
.g_system_menu UL LI UL LI { float: none; margin: 0px 0px 0px 0px; padding: 0px; }
.g_system_menu UL LI UL LI A { padding: 1px 10px; margin: 0px; }

.g_copy_right {border-top: 0px solid #777777; color: #fff; font-size: 8pt; margin-top: 10px; 
		/*padding: 70px 0px 10px 60px;*/ font-family: Verdana;
}
.g_copy_right td {color: #ddf; font-family: Verdana;}
.g_copy_right td a {color: #ddf; font-family: Verdana; }

.astronews img{border: 1px solid #E1E1F1; margin-bottom: 10px; margin: 0px -3px 0px -3px;}
.astronews a{font-weight:bold; font-size:12px;}
.astronews {font-weight:normal; font-size:11px; color: #99A; background: #F3F5F7; padding:5px 5px 5px 5px;} 
 /* END @include body.css */ 


/* Buttons */
/* BEGIN @include buttons.css */ 
 /*-------------------------------------------------------*/
/* Hover Buttons										 */
/*-------------------------------------------------------*/
.hover-buttons-left, .hover-buttons-left div {
   float: left;
}
.hover-buttons-right, .hover-buttons-right div {
   float: right;
}
.hover-buttons, .hover-buttons-left, .hover-buttons-right {
   width: auto;
   height: auto;
}
/* Rollover state */
.hover-buttons div, .hover-buttons-left div, .hover-buttons-right div {
   margin: 0px;
   background-position: 0 100%;
}
/* Rolloff state */
.hover-buttons div a, .hover-buttons-left div a, .hover-buttons-right div a {
   display: block;
   width: 100%;
   height: 100%;
   background-position: 0 0;
   position: relative;
}
.hover-buttons div a {
   overflow: visible;
   text-align: left;
}
.hover-buttons-left div a, .hover-buttons-right div a {
   overflow: hidden;
}
.hover-buttons div span, .hover-buttons-left div span, .hover-buttons-right div span {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.hover-buttons div a:hover span, .hover-buttons-left div a:hover span, .hover-buttons-right div a:hover span {
	background-position: 0 100%;
}
/*-------------------------------------------------------*/
/* Define header buttons								 */
/*-------------------------------------------------------*/
/* Register button */
.button-register span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/button-register.jpg');
}
/* Login button */
.button-login span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/button-login.jpg');
}
/* Logout button */
.button-logout span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/button-logout.jpg');
}
/* FAQ button */
.button-faq span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/button-faq.jpg');
}
/* Advanced search button */
.button-adv-search span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/button-search.jpg');
}
/* Button sizes */
.hover-buttons-left div.button-register, .hover-buttons-left div.button-login, .hover-buttons-left div.button-logout, .hover-buttons-right div.button-faq {
	width: 122px;
	height: 56px;
}
.hover-buttons-right div.button-adv-search {
	width: 177px;
	height: 56px;
}
/*-------------------------------------------------------*/
/* Define mini header buttons							 */
/*-------------------------------------------------------*/
/* Mini acp button */
.button-mini-acp span {
	background: transparent none 0 0 no-repeat;
	background-image: url('styles/DAJ_Glass_2/theme/images/icon-mini-acp.gif');
}
/* Mini mcp button */
.button-mini-mcp span {
	background: transparent none 0 0 no-repeat;
	background-image: url('styles/DAJ_Glass_2/theme/images/icon-mini-mcp.gif');
}
/* Mini restore button */
.button-mini-restore span {
	background: transparent none 0 0 no-repeat;
	background-image: url('styles/DAJ_Glass_2/theme/images/icon-mini-restore.gif');
}
/* Mini message button */
.button-mini-message span {
	background: transparent none 0 0 no-repeat;
	background-image: url('styles/DAJ_Glass_2/theme/images/icon-mini-message.gif');
}
/* Mini profile button */
.button-mini-profile span {
	background: transparent none 0 0 no-repeat;
	background-image: url('styles/DAJ_Glass_2/theme/images/icon-mini-profile.gif');
}
/* Mini members button */
.button-mini-members span {
	background: transparent none 0 0 no-repeat;
	background-image: url('styles/DAJ_Glass_2/theme/images/icon-mini-members.gif');
}
/* Button sizes */
.hover-buttons-left div.button-mini-acp		{ width: 26px; height: 26px; padding: 2px; }
.hover-buttons-left div.button-mini-mcp		{ width: 26px; height: 26px; padding: 2px; }
.hover-buttons-left div.button-mini-restore	{ width: 26px; height: 26px; padding: 2px; }
.hover-buttons-left div.button-mini-message	{ width: 26px; height: 26px; padding: 2px; }
.hover-buttons-left div.button-mini-profile	{ width: 26px; height: 26px; padding: 2px; }
.hover-buttons-left div.button-mini-members	{ width: 26px; height: 26px; padding: 2px; }
/*-------------------------------------------------------*/
/* Define posting buttons								 */
/*-------------------------------------------------------*/
/* New topic button */
.button-topic-new span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/button-topic-new.gif');
}
/* Reply topic button */
.button-topic-reply span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/button-topic-reply.gif');
}
/* Locked topic button */
.button-topic-locked span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/button-topic-locked.gif');
}
/* New PM button */
.button-pm-new span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/button-pm-new.gif');
}
/* Reply PM button */
.button-pm-reply span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/button-pm-reply.gif');
}
/* Forward PM button */
.button-pm-forward span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/button-pm-forward.gif');
}
/* Button sizes */
.hover-buttons-left div.button-topic-new	{ width: 92px; height: 28px; padding: 2px; }
.hover-buttons-left div.button-topic-reply	{ width: 92px; height: 28px; padding: 2px; }
.hover-buttons-left div.button-topic-locked	{ width: 92px; height: 28px; padding: 2px; }
.hover-buttons-left div.button-pm-new		{ width: 92px; height: 28px; padding: 2px; }
.hover-buttons-left div.button-pm-reply		{ width: 92px; height: 28px; padding: 2px; }
.hover-buttons-left div.button-pm-forward	{ width: 92px; height: 28px; padding: 2px; }
/*-------------------------------------------------------*/
/* Define small viewtopic buttons						 */
/*-------------------------------------------------------*/
/* Back to top button */
.button-top span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/icon-back-top.gif');
}
/* Report button */
.button-report span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/icon-post-report.gif');
}
/* Profile button */
.button-profile span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/icon-user-profile.gif');
}
/* PM button */
.button-pm span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/icon-contact-pm.gif');
}
/* Email button */
.button-email span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/icon-contact-email.gif');
}
/* Info button */
.button-info span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/icon-post-info.gif');
}
/* Warn button */
.button-warn span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/icon-user-warn.gif');
}
/* Delete button */
.button-delete span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/icon-post-delete.gif');
}
/* Edit button */
.button-edit span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/icon-post-edit.gif');
}
/* Quote button */
.button-quote span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/icon-post-quote.gif');
}
.button-quick-quote span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/icon_post_quickquote.gif');
}
/* Search button */
.button-search span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/icon-user-search.gif');
}
/* MSNM button */
.button-msnm span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/icon-contact-msnm.gif');
}
/* Yahoo button */
.button-yahoo span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/icon-contact-yahoo.gif');
}
/* AIM button */
.button-aim span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/icon-contact-aim.gif');
}
/* ICQ button */
.button-icq span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/icon-contact-icq.gif');
}
/* Jabber button */
.button-jabber span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/icon-contact-jabber.gif');
}
/* WWW button */
.button-www span {
	background: transparent none 0 0 no-repeat;
	background-image: url('./styles/DAJ_Glass_2/imageset/ru/icon-contact-www.gif');
}
/* Button sizes */
.hover-buttons-left div.button-top		{ width: 26px; height: 20px; padding: 2px; }
.hover-buttons-left div.button-report	{ width: 56px; height: 20px; padding: 2px; }
.hover-buttons-left div.button-profile	{ width: 56px; height: 20px; padding: 2px; }
.hover-buttons div.button-pm, .hover-buttons-left div.button-pm					{ width: 56px; height: 20px; padding: 2px; }
.hover-buttons div.button-email, .hover-buttons-left div.button-email			{ width: 56px; height: 20px; padding: 2px; }
.hover-buttons-right div.button-info	{ width: 56px; height: 20px; padding: 2px; }
.hover-buttons-right div.button-warn	{ width: 56px; height: 20px; padding: 2px; }
.hover-buttons-left div.button-delete, .hover-buttons-right div.button-delete	{ width: 56px; height: 20px; padding: 2px; }
.hover-buttons-right div.button-edit	{ width: 56px; height: 20px; padding: 2px; }
.hover-buttons-right div.button-quote	{ width: 56px; height: 20px; padding: 2px; }
.hover-buttons-right div.button-quick-quote	{ width: 86px; height: 20px; padding: 2px; }
.hover-buttons-right div.button-search	{ width: 56px; height: 20px; padding: 2px; }
.hover-buttons-left div.button-msnm		{ width: 56px; height: 20px; padding: 2px; }
.hover-buttons-left div.button-yahoo	{ width: 56px; height: 20px; padding: 2px; }
.hover-buttons-left div.button-aim		{ width: 56px; height: 20px; padding: 2px; }
.hover-buttons-left div.button-icq		{ width: 56px; height: 20px; padding: 2px; }
.hover-buttons-left div.button-jabber	{ width: 56px; height: 20px; padding: 2px; }
.hover-buttons div.button-www, .hover-buttons-left div.button-www				{ width: 56px; height: 20px; padding: 2px; } 
 /* END @include buttons.css */ 


/* Input and form elements */
/* BEGIN @include input.css */ 
 /*-------------------------------------------------------*/
/* Text input areas, search box is located in body.css	 */
/*-------------------------------------------------------*/
.post, input.post, textarea.post, textarea.text {
	font-size: 13px;
	color: #323232;
	border: 1px solid #C8D7E1;
	background-color: #FAFCFF;
	padding: 2px;
}
input.radio {
	border: none;
	background-color: transparent;
	margin: 2px;
	cursor: pointer;
}
/*-------------------------------------------------------*/
/* Form Buttons and select boxes						 */
/*-------------------------------------------------------*/
.button, a.button, a.button:visited, .button:hover, a.button:hover, .button:active, a.button:active, select {
	cursor: pointer;
}
.button, a.button, a.button:visited {
	background-color: #DBE8EF;
	background-image: url('styles/DAJ_Glass_2/theme/images/button-normal.gif');
	background-repeat: repeat-x;
	height: 21px;
	border: 1px solid #96AAB4;
	font-size: 11px;
	font-weight: bold;
	color: #32647D;
	padding: 0 5px;
    padding-top: 1px;
}
.button:hover, a.button:hover {
	background-color: #DBE8EF;
	background-image: url('styles/DAJ_Glass_2/theme/images/button-hover.gif');
	background-repeat: repeat-x;
	height: 21px;
	border: 1px solid #F54B00;
	font-size: 11px;
	font-weight: bold;
	color: #F54B00;
}
.button:active, a.button:active {
	background-color: #CEDBE1;
	background-image: url('styles/DAJ_Glass_2/theme/images/button-active.gif');
	background-repeat: repeat-x;
	height: 21px;
	border: 1px solid #96AAB4;
	font-size: 11px;
	font-weight: bold;
	color: #7D919B;
}
select {
	background-color: #DBE8EF;
	border: 1px solid #96AAB4;
	font-size: 11px;
	font-weight: bold;
	color: #32647D;

}
option {
	font-size: 11px;
	font-weight: bold;
	color: #32647D;

} 
 /* END @include input.css */ 


/* All text elements */
/* BEGIN @include text.css */ 
 /*-------------------------------------------------------*/
/* Text													 */
/*-------------------------------------------------------*/
hr {
	height: 1px;
	border-width: 0;
	background-color: #C3D0D6;
}
.nav {
	font-size: 13px;
	color: #4B4B4B;
	font-weight: bold;
}
/*-------------------------*/
.th-title {
	font-size: 15px;
}
.th-title-med {
	font-size: 12px;
}
.th-title-small {
	font-size: 11px;
}
.th-title, .th-title-med, .th-title-small {
	color: #FFFFFF;
}
.th-left a:link, .th-text-left a:link, .th-text-right a:link, .th-title-med a:link, a.th-title, a.th-title-med, a.th-title-small, a.th-title:visited, a.th-title-med:visited, a.th-title-small:visited {
	color: #D7E6EB;
	text-decoration: none;
}
a.th-title:hover, a.th-title-med:hover, a.th-title-small:hover {
	color: #F54B00;
	text-decoration: underline;
}
/*-------------------------*/
.topictitle {
	font-weight: bold;
	font-size: 13px;
}
a.topictitle {
	color: #32647D;
	text-decoration: none;
}
a.topictitle:visited {
	color: #AF2319;
	text-decoration: none;
}
a.topictitle:hover {
	color: #F54B00;
	text-decoration: underline;
}
/*-------------------------*/
.forumlink {

	font-size: 15px;
	color: #4B4B4B;
}
a.forumlink, a.forumlink:visited {
	color: #32647D;
	text-decoration: none;
}
a.forumlink:hover {
	color: #F54B00;
	text-decoration: underline;
}
/*-------------------------*/
.copyright {
	font-size: 11px;
	color: #4B4B4B;
}
a.copyright, a.copyright:visited {
	color: #32647D;
	text-decoration: none;
}
a.copyright:hover {
	color: #F54B00;
	text-decoration: underline;
}
/*-------------------------*/
.postbody, .postbody A {
	font-size: 13px;
	color: #4B4B4B;
	font-family: Verdana;
}
.postbody img{
	max-width: 640px;
}
.postlink img {max-width: 650px;}

a.postlink {
	color: #32647D;
	text-decoration: none;
}
a.postlink:visited {
	color: #AF2319;
	text-decoration: none;
}
a.postlink:hover {
	color: #F54B00;
	text-decoration: underline;
}
/*-------------------------*/
.gen {
	font-size: 13px;
}
.genmed {
	font-size: 12px;
}
.row1 .genmed, .row1 .genmed B, .row1 .genmed A {
	font-family: Verdana;
}
.row1 .genmed A { font-weight: bold }
.gensmall {
	font-size: 11px;	
}
.gen, .genmed, .gensmall {
	color: #4B4B4B;
}
a:link, a.gen, a.genmed, a.gensmall, a:visited, a.gen:visited, a.genmed:visited, a.gensmall:visited {
	color: #32647D;
	text-decoration: none;
}
a:hover, a.gen:hover, a.genmed:hover, a.gensmall:hover {
	color: #F54B00;
	text-decoration: underline;
}
a:active {
	color: #32647D;
	text-decoration: none;
}
.postreported, .postreported a:link, .postreported a:visited, .postreported a:hover, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight: bold;
}
.postapprove, .postapprove a:link, .postapprove a:visited, .postapprove a:hover, .postapprove a:active {
	color: green;
	font-weight: bold;
}
.error {
	color: red;
} 
 /* END @include text.css */ 


/* All other miscellaneous elements */
/* BEGIN @include misc.css */ 
 /*-------------------------------------------------------*/
/* Miscellaneous										 */
/*-------------------------------------------------------*/
.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}
.postbody li, ol, ul {
	margin: 0px 0px 0px 15px;
}
.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0px 15px 0px 0px;
}
img {
	border: 0px;
}
/* For preloading images --*/
.hidden-img {
	display: none;
}
/*-------------------------*/
.sep {
	color: black;
	background-color: #FFA34F;
}
.helpline {
	color: #4B4B4B;
	font-size: 12px;
	background-color: #CDDCE1;
	padding: 2px;
	width: 98%;
	margin: 2px 0px 2px 0px;
	border: 1px solid;
}
/*-------------------------------------------------------*/
/* Text alignment										 */
/*-------------------------------------------------------*/
tr {
	text-align: left;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.nowrap {
	white-space: nowrap;
}
/*-------------------------------------------------------*/
/* Private messages										 */
/*-------------------------------------------------------*/
.pm_marked_colour { 
	background-color: #000000;
}
.pm_replied_colour {
	background-color: #A9B8C2;
}
.pm_friend_colour {
	background-color: #007700;
}
.pm_foe_colour {
	background-color: #DD0000;
}
/*-------------------------------------------------------*/
/* Subforum read icons									 */
/*-------------------------------------------------------*/
a.subforum.read {
   background-image: url("./styles/DAJ_Glass_2/imageset/icon-post-target.gif");
   background-repeat: no-repeat;
   background-position: 0 50%;
   position: relative;
   white-space: nowrap;
   padding: 2px 0px 0px 12px;
}
a.subforum.unread {
   background-image: url("./styles/DAJ_Glass_2/imageset/icon-post-target-unread.gif");
   background-repeat: no-repeat;
   background-position: 0 50%;
   position: relative;
   white-space: nowrap;
   padding: 2px 0px 0px 12px;
} 
 /* END @include misc.css */ 


/* GYM Sitemaps & RSS - www.phpbb-seo.com */
div.gymsublist {
	display:block;
	position:relative;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:10px;
	padding-right:0;
	margin:0;
}
div.gymsublist ul {
	display:block;
	position:relative;
	height:1%;
	padding-left:30px;
}
div.gymsublist ul li {
	display:block;
	position:relative;
	line-height:18px;
	font-size:11px;
}
/* GYM Sitemaps & RSS - www.phpbb-seo.com */
