/* Layout
 ------------ */



#phpbb  {
/*	color: #000; */
/*	background: #B7A1B7 url('http://lts-allies.org/templates/businesslook/images/backgrounds/B7A1B7.jpg') center top; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%; 
	margin: 0;
	padding: 0;
}

 #phpbb #body-simple {
	background: #F8F8F8;
/*	padding: 5px; */
}

 #phpbb #wrapper {

/*	padding: 5px; */
}

/* Misc stuff */

 #phpbb img {
	border: none;
}

 #phpbb .gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

 #phpbb .genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

 #phpbb .gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

 #phpbb .titles {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

 #phpbb .error , #phpbb table td .error {
	color: #3366FF;
}

 #phpbb .spacer {
	background: #733E8D url(images/spacerbg.gif) top left repeat-x;
}

 #phpbb hr { height: 0px; border: solid #503750 0px; border-top-width: 1px;}

 #phpbb .pagination {
	padding: 4px;
	font-size: 1em;
	font-weight: bold;
}

/* Links
 ------------ */

 #phpbb a  {
	text-decoration: none;
	color:#3366FF; }
 #phpbb a:hover,  #phpbb a:visited:hover,  #phpbb a:focus  {
	color:#FF0000;
	text-decoration:none; }
 #phpbb a:visited  {
	text-decoration: none;
	color:#3366FF; }
/*
 #phpbb a {
	color: #503750;
	text-decoration: none;
}

 #phpbb a:active , #phpbb a:visited {
	color: #503750;
	text-decoration: none;
}

 #phpbb a:hover {
	color: #3366FF;
}
*/
 #phpbb a.forumlink {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

 #phpbb a.topictitle {
	margin: 1px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

 #phpbb a.topictitle , #phpbb .postbody a {
	color: #503750;
}

 #phpbb a.topictitle:visited , #phpbb .postbody a:visited {
	color: #7F449A;
}

 #phpbb a.topictitle:visited:hover , #phpbb .postbody a:visited:hover {
	color: #503750;
}

 #phpbb a.topictitle:hover , #phpbb .postbody a:hover {
	color: #3366FF;
}

/* Header and logo */

 #phpbb #maintable {

/*	border: 1px solid #725972; */
	padding: 10px; 
	margin: 0 auto;
	background-color: #FFF; 
}

 #phpbb #masthead {
	text-align: center;
	width: 800px;
	height: 100px; 
	padding: 5px; 
	border: 1px dotted #725972; 
/*	background-image: url(images/bg_masthead.gif); */
	background-repeat: repeat;
	background-attachment: scroll;
}

 #phpbb #logorow {

	text-align: center;
	padding: 0px;
	min-height: 0px; /* was 200px */
	border: 0px dotted #725972;
/*	background-image: url(images/bg_masthead.gif); */
}

 #phpbb .pm-notify-new , #phpbb .pm-notify-unread {
	border-left: solid 1px #713C84;
	border-right: solid 1px #503750;
	border-top: solid 1px #713C84;
	border-bottom: solid 1px #503750;
	background: #F8F8F8 url(images/cell.gif) top left repeat-x;
	margin: 10px 0;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

 #phpbb .pm-notify-new a , #phpbb .pm-notify-new a:visited , #phpbb .pm-notify-unread a , #phpbb .pm-notify-unread a:visited { text-decoration: underline; }

 #phpbb .pm-notify-header {
	margin-bottom: 10px;
	color: #666;
}

 #phpbb .pm-notify-new , #phpbb .pm-notify-unread:hover {
	border-left: solid 1px #F17A5F;
	border-right: solid 1px #3366FF;
	border-top: solid 1px #F17A5F;
	border-bottom: solid 1px #3366FF;
}

 #phpbb .pm-notify-new { padding: 30px; }

/* Navigation buttons */

 #phpbb .navtd {
	padding: 0 10px 5px 10px;
}

 #phpbb .navrow-right { float: right; }

 #phpbb .navrow {
	background: #F1F1F1 url(images/bg_nav.gif) top left repeat-x; 
	border: solid 1px #E0E0E0;
	padding: 5px;
	color: #909090;
	text-align: left;
	font-size: 11px;
}

 #phpbb .navrow b , #phpbb .navrow strong { font-weight: normal; }

 #phpbb .navrow a , #phpbb .navrow a:visited {
	color: #503750;
	text-decoration: none;
}

 #phpbb .navrow a:hover { 
	color: #3366FF; 
}

 #phpbb a.link-new , #phpbb a.link-new:visited { color: #3366FF; }

 #phpbb a.link-new:hover , #phpbb a.link-new:visited:hover { color: #7F449A; }

/* Content and tables */

 #phpbb #contentrow {
	padding: 5px 10px;
}

 #phpbb .tablebg {
	border: solid 1px #BBB;
	border-top-color: #C8C8C8;
	background: #F8F8F8 url(images/cell.gif) top left repeat-x;
}

 #phpbb .row1 , #phpbb .row2 , #phpbb .row3 , #phpbb .forumrules , #phpbb tr.row1 .row , #phpbb tr.row2 .row , #phpbb tr.row3 .row , #phpbb .postbottom {
	border-left: solid 1px #FFF;
	border-right: solid 1px #E0E0E0;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #E0E0E0;
	background: #F8F8F8 url(images/cell.gif) top left repeat-x;
	padding: 4px;
}

 #phpbb th {
	color: #AAA; 
	font-size: 11px; 
	font-weight: bold;
	background: #FFF url(images/th.gif) top left repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 26px;
	border-left: solid 1px #FFF;
	border-right: solid 1px #E0E0E0;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #E0E0E0;
}

 #phpbb th a , #phpbb th a:visited {
	color: #AAA !important;
	text-decoration: underline;
}

 #phpbb th a:hover {
	color: #503750;
}

 #phpbb td {
	padding: 2px;
}

 #phpbb td.profile {
	padding: 4px;
}

 #phpbb .catdiv {
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #FFF;
	border-right: solid 1px #E0E0E0;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #E0E0E0;
	background: #F1F1F1 url(images/bg_tfoot.gif) top left repeat-x;
}

 #phpbb .cat {
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #FFF;
	border-right: solid 1px #E0E0E0;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #E0E0E0;
	background: #F1F1F1 url(images/bg_tfoot.gif) top left repeat-x;
	text-indent: 4px;
}

 #phpbb .cathead {
	background: #F1F1F1 url(images/bg_tfoot.gif) top left repeat-x;
	height: 24px;
	padding: 1px 3px;
	border-left: solid 1px #FFF;
	border-right: solid 1px #E0E0E0;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #E0E0E0;
}

 #phpbb .legend {
	padding: 4px;
}

/* Table header */

 #phpbb caption { 
	margin: 0; 
	padding: 0;
	background: url(images/tcat_mid.gif) top left repeat-x;
	white-space: nowrap;
	height: 26px;
	text-align: left;
}

 #phpbb .cap-left {
	background: url(images/tcat_left.gif) top left no-repeat;
	padding-left: 25px;
}

 #phpbb .cap-right {
	background: url(images/tcat_right.gif) top right no-repeat;
	padding-top: 6px;
	height: 20px;
}

 #phpbb caption , #phpbb caption h1 , #phpbb caption h2 , #phpbb caption h3 , #phpbb caption h4 , #phpbb caption span { 
	font-size: 13px;
	line-height: 1.2em;
	font-weight: bold;
	color: #503750;
	font-family: Arial, Helvetica, sans-serif;
}

 #phpbb caption h1 , #phpbb caption h2 , #phpbb caption h3 , #phpbb caption h4 , #phpbb caption span { 
	display: inline;
}

 #phpbb caption a , #phpbb caption a:visited {
	color: #503750;
	text-decoration: underline;
}

 #phpbb caption a:hover {
	color: #3366FF;
}

/* Footer */

 #phpbb #wrapfooter {
	text-align: center;
	color: #666;
	padding-top: 10px;
}

 #phpbb .copyright {
	color: #666;
	font-weight: normal;
	font-size: 9px;
	line-height: 1.2em;
}

 #phpbb .copyright a , #phpbb .copyright a:visited {
	color: #444;
	text-decoration: underline;
}

 #phpbb .copyright a:hover { color: #3366FF; }

/* Breadcrumbs */

 #phpbb p.breadcrumbs {
	margin: 0;
	padding: 0;
	float: left;
	color: #AAA;
	font-weight: bold;
	white-space: normal;
	font-size: 1em; 
}

 #phpbb .rtl p.breadcrumbs {
	float: right;
}

 #phpbb p.datetime {
	margin: 0;
	padding: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

 #phpbb .rtl p.datetime {
	float: left;
}

/* Index/viewforum */

 #phpbb .subforum.read { 
	background: url(images/sub_old.gif) top left no-repeat;
	padding-left: 12px;
}

 #phpbb .subforum.unread { 
	background: url(images/sub_new.gif) top left no-repeat;
	padding-left: 12px;
}

 #phpbb .legend {
	text-align: center;
	margin: 0 auto;
	padding: 2px;
}

 #phpbb .legend-viewforum { 
	margin: 0; 
	text-align: left; 
}

 #phpbb .forumrules {
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	border-left-color: #AAA;
	border-top-color: #AAA;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
}

 #phpbb .forumrules h3 {
	color: #3366FF;
}

/* Post */

 #phpbb .postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #503750;
}

 #phpbb td.postbottom { 
	background: #F1F1F1 url(images/bg_tfoot.gif) top left repeat-x;
	font-size: 10px;
	color: #444;
	white-space: nowrap;
	padding: 2px;
	vertical-align: middle;
}

 #phpbb td.postbuttons { padding-top: 3px; }

 #phpbb .postdetails { 
	color: #666;
	font-size: 10px; 
	text-align: left;
}

 #phpbb .postdetails b {
	color: #444;
}

 #phpbb .posterrank { font-size: 9px; color: #666; }

 #phpbb .posterprofile { font-size: 10px; color: #666; }

 #phpbb .postauthor {
	color: #503750;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}

 #phpbb .postonline { margin-bottom: 2px; }

 #phpbb .postreported , #phpbb .postreported a:visited , #phpbb .postreported a:hover , #phpbb .postreported a , #phpbb .postreported a:active {
	margin: 1px 0px;
	color: #3366FF;
	font-weight: bold;
}

 #phpbb .postapprove , #phpbb .postapprove a:visited , #phpbb .postapprove a:hover , #phpbb .postapprove a , #phpbb .postapprove a:active {
	color: #00FF00;
	font-weight: bold;
}

 #phpbb .postapprove img , #phpbb .postreported img {
	vertical-align: bottom;
}

 #phpbb .postbody {
	font-size: 12px;
	line-height: 1.4em;
	margin: 3px 0;
}

 #phpbb .signature {
	font-size: 11px;
	color: #888;
	margin-top: 5px;
}

 #phpbb .signature .line { color: #AAA; }

 #phpbb .postbody li , #phpbb ol , #phpbb ul {
	margin: 0 0 0 1.5em;
}

 #phpbb .rtl .postbody li , #phpbb .rtl ol , #phpbb .rtl ul {
	margin: 0 1.5em 0 0;
}

 #phpbb .posthilit {
	background-color: #503750;
}

 #phpbb .postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #503750;
}

 #phpbb .postbody a { text-decoration: underline; }

/* UCP */

 #phpbb .folder-current a , #phpbb .folder-current a:visited {
	color: #000;
	font-weight: bold;
}

 #phpbb .folder-current a:hover { color: #3366FF; }

 #phpbb td.pm_marked_colour { background: #888; }

 #phpbb td.pm_marked_colour_left { border-left: solid 3px #888; padding-left: 2px; }

 #phpbb td.pm_marked_colour_right { border-right: solid 3px #888; padding-right: 2px; }

 #phpbb td.pm_replied_colour { background: #503750; }

 #phpbb td.pm_replied_colour_left { border-left: solid 3px #503750; padding-left: 2px; }

 #phpbb td.pm_replied_colour_right { border-right: solid 3px #503750; padding-right: 2px; }

 #phpbb td.pm_friend_colour { background: #007700; }

 #phpbb td.pm_friend_colour_left { border-left: solid 3px #007700; padding-left: 2px; }

 #phpbb td.pm_friend_colour_right { border-right: solid 3px #007700; padding-right: 2px; }

 #phpbb td.pm_foe_colour { background: #DD2900; }

 #phpbb td.pm_foe_colour_left { border-left: solid 3px #DD2900; padding-left: 2px; }

 #phpbb td.pm_foe_colour_right { border-right: solid 3px #DD2900; padding-right: 2px; }

/* Form Elements
 ------------ */

 #phpbb form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

 #phpbb textarea , #phpbb select , #phpbb .post , #phpbb .btnbbcode , #phpbb .btnmain , #phpbb .btnlite , #phpbb .btnfile , #phpbb .helpline {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	border: 1px solid #888;
	background-color: #FFF; 
}

 #phpbb #helpline { color: #444; }

 #phpbb input {
	font-size: 1.1em;
	padding: 1px;
}

 #phpbb textarea {
	font-size: 1.3em; 
	line-height: 1.4em;
	padding: 2px;
}

 #phpbb select {
	font-size: 1.1em;
	padding: 1px;
}

 #phpbb option {
	padding: 0 1em 0 0;
}

 #phpbb .rtl option {
	padding: 0 0 0 1em;
}

 #phpbb .post {
	border-style: solid;
	border-width: 1px;
}

 #phpbb .btnbbcode {
	font-size: 1.1em;
	border: 1px solid #A584B1;
}

 #phpbb .btnbbcode:hover {
	border-color: #444;
	color: #000;
}

 #phpbb .btnmain {
	font-weight: bold;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

 #phpbb .btnlite {
	font-weight: normal;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

 #phpbb .btnfile {
	font-weight: normal;
	padding: 1px 5px;
	font-size: 1.1em;
}

 #phpbb .helpline {
	background-color: transparent;
	color: #444;
	border-style: none;
}

 * html #phpbb  textarea , * html #phpbb  select , * html #phpbb  .post , * html #phpbb  .btnmain , * html #phpbb  .btnlite , * html #phpbb  .btnfile {
	border-color: #888;
}

 #phpbb textarea:hover , #phpbb select:hover , #phpbb .post:hover , #phpbb .btnmain:hover , #phpbb .btnlite:hover , #phpbb .btnfile:hover {
	border-color: #503750;
}

 #phpbb textarea:focus , #phpbb select:focus , #phpbb .post:focus , #phpbb .btnmain:focus , #phpbb .btnlite:focus , #phpbb .btnfile:focus {
	border-color: #4B255A; 
	color: #000;
}

 #phpbb label:hover { 
	color: #3366FF; 
}

/* BBCode
 ------------ */

 #phpbb .quotetitle , #phpbb .attachtitle , #phpbb .codetitle {
	margin: 10px 5px 0px 5px;
	padding: 2px 4px 0 4px;
	border: solid 1px #D8D8D8;
	border-bottom-width: 0;
	color: #503750;
	background: #FAFAFA url(images/bg_box_code.gif) top right no-repeat;
	font-size: 0.85em;
	font-weight: bold;
}

 #phpbb .quotetitle { background-image: url(images/bg_box_quote.gif); }

 #phpbb .attachtitle { background-image: url(images/bg_box_attach.gif); }

 #phpbb .quotetitle .quotetitle {
	font-size: 1em;
}

 #phpbb .quotecontent , #phpbb .attachcontent {
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #D8D8D8;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FAFAFA;
	color: #444;
}

 #phpbb .attachcontent {
	font-size: 0.85em;
}

 #phpbb .codecontent {
	direction: ltr;
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #D8D8D8;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FAFAFA;
	color: #444;
}

 #phpbb .attachcontent , html > body #phpbb  .postbody {
	overflow: auto;
	overflow-x: auto;
}

 #phpbb .syntaxbg {
	color: #000;
}

 #phpbb .syntaxcomment {
	color: #666;
}

 #phpbb .syntaxdefault {
	color: #000;
}

 #phpbb .syntaxhtml {
	color: #000;
}

 #phpbb .syntaxkeyword {
	color: #3366FF;
}

 #phpbb .syntaxstring {
	color: #503750;
}

/* More misc stuff */

 #phpbb h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

 #phpbb h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

 #phpbb h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

 #phpbb h4 {
	margin: 0px;
	font-size: 1.1em;
	font-weight: bold;
}

 #phpbb p {
	font-size: 1.1em;
}

 #phpbb p.moderators {
	margin: 0px;
	float: left;
	color: #CCC;
	font-weight: bold;
}

 #phpbb .rtl p.moderators {
	float: right;
}

 #phpbb p.linkmcp {
	margin: 0px;
	float: right;
	white-space: nowrap;
}

 #phpbb .rtl p.linkmcp {
	float: left;
}

 #phpbb p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
}

 #phpbb p.searchbarreg {
	margin: 0px;
	float: right;
	white-space: nowrap;
}

 #phpbb .rtl p.searchbarreg {
	float: left;
}

 #phpbb p.forumdesc {
	padding-bottom: 4px;
}

 #phpbb p.topicauthor {
	margin: 1px 0px;
}

 #phpbb p.topicdetails {
	margin: 1px 0px;
}

 #phpbb td.history-current , #phpbb tr.row1 td.history-current , #phpbb tr.row2 td.history-current {
	background: #DDD;
}

 #phpbb table.colortable td {
	padding: 0;
}

 #phpbb pre {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}

 #phpbb .nowrap {
	white-space: nowrap;
}

 #phpbb .username-coloured {
	font-weight: bold;
}

 #phpbb .sep {
	color: #444;
}

/* bugs */

 #phpbb @media all and(min-width:0px) {
	/* reset file input style for Opera - it changes only text color and border, but not bg color */
	.btnfile, .btnfile:hover, .btnfile:focus { 
		border: none; 
		background-color: #FFF;
		color: #000;
	}



}