
html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body{ 
	background: #FFFFFF;
	color: #222222;
	font-family: 'century gothic';
	font-size: 11px;
	line-height: 135%;
	margin: 0;
	padding: 0; /* required for Opera to have 0 margin */
	text-align: center; /* centers board in MSIE */
        min-width: 750px;
}

table,
tr,
td{ /* required for text in tables, because tables do not inherit from body */
	background: transparent;
	color: #222222;
    font-family: 'century gothic';
	font-size: 11px;
	line-height: 135%;
}

table{ /* makes all tables 100% wide */
	width: 100%;
}

td,
.divpad{ /* gives all tables faux cellpadding of 5px */
	padding: 5px;
}

td.nopad{ /* allows some tables to have no padding on the td */
	padding: 0;
}

td.smallpad{ /* allows some tables to have small padding on the td */
	padding: 2;
	vertical-align: bottom;
}

form{
	display: inline;
	margin: 0; /* removes mystery form tag gapping */
	padding: 0; /* removes mystery form tag gapping */
}

img{
	border: 0; /* makes sure linked images do not have a border */
	vertical-align: middle;
}

pre {
	font-family: 'century gothic';
	font-size: 11px; 
}

a:link,
a:visited,
a:active{
	background: transparent;
	color: #222222;
	text-decoration: none;
}

a:hover{
	background: transparent;
	color: #4A5474;
}

/* 
 * ========================================
 * 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%;
        height: 101%;
}

#folders{ 
	background: #F2F5F7;
	border: 1px solid #C9CFD7;
	margin: 3px 0 3px 0;
	padding: 0 3px 0 3px;
    font-size: 11px;
}

.row2shaded,
.post1shaded { background-color: #DEDDE1 }
.row4shaded,
.post2shaded { background-color: #E3E1E4 }

.row1{ 
	background: #E3E6EA; 
}

.row2{ 
	background: #E7EAEE; 
}

.darkrow1{ 
	background: #C8D2E0;
	color: #47515F; 
}

.darkrow3{ 
	background: #D7DDE4; 
	color: #47515F; 
}

/* tableborders gives the white column / row lines effect */
.plainborder,
.tablefill,
.tablepad{ 
	background: #F7F9FA;
	border: 1px solid #495871;
}

.tablefill,
.tablepad{ 
	padding: 6px;  
}

.tablepad{ 
	border: 0 !important;
}

.wrapmini{ 
	float: left;
	line-height: 1.5em;
	width: 25%;
}

.pagelinks{
	float: left;
	line-height: 1.2em;
	width: 35%;
}

.desc{ 
	font-size: 11px; 
	color: #46494D;
}

.lastaction
{
	font-size: 10px; 
	color: #46494D;
}

.edit{ 
	font-size: 9px;
}

.thin{ 
	border: 1px solid #FFFFFF;
	border-left: 0;
	border-right: 0;
	line-height: 150%;
	margin: 2px 0 2px 0;
	padding: 6px 0 6px 0;
}

.warning{
    color:red;
    text-align:center;
}

.catend{
	background: #8F97A5;
	color: #000000;
	font-size: 1px;
	height: 5px;
}
/* 
 * ========================================
 * styles for pagination links 
 * ========================================
 */

.pagelink,
.pagecurrent{
	background: #F2F5F7;
	border: 1px solid #1F304D;
	padding: 1px 3px 1px 3px;
}

.pagecurrent{
	background: #E7CDBC;
}

.pagelink a:active,
.pagelink a:visited,
.pagelink a:link,
.pagecurrent a:active,
.pagecurrent a:visited,
.pagecurrent a:link{
	text-decoration: none;
}


/* 
 * ========================================
 * form styles 
 * ========================================
 */

input,
textarea,
select{
	background: #FFFFFF;
	border: 1px solid #677C9A;
	color: #000000;
	font-family: 'century gothic';
	font-size: 11px;
	margin: 5px;
	padding: 2px;
	vertical-align: middle;
}

select{
	background: #FFFFFF;
	border: 0;
	font-family: 'century gothic';
	font-size: 12px;
	margin: 0;
	padding: 0;
}

input.button{
	font-size: 10px;
	margin: 0;
	padding: 1px;
	width: 70px;
}

input.longbutton{
	font-size: 10px;
	margin: 0;
	padding: 1px;
	width: 120px;
}

.button,
.longbutton{
	background: #E3E6EA;
}

.radiobutton,
.checkbox,
.helpbox { 
	border: 0;
	vertical-align: middle;
}

.borderwrap{ /* this will affect the outlining border of all the tables and boxes through-out the skin. */
	background: #FFFFFF; 
	border: 1px solid #1F304D;
	padding: 0; 
	margin: 0; 
}

.borderwrap h3{
	background: transparent;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #6B7C9B;
	color: #FFFFFF; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 8px;
}

table th,
.borderwrap table th,
.subtitle,
.subtitlediv,
.postlinksbar{ 
	background: transparent url(style_images/bluegrey/tile_sub.gif);
	border-bottom: 1px solid #6B7C9B;
	color: #47515F; 
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0; 
	padding: 5px; 
}

.subtitlediv{
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #6B7C9B;
	text-align: right;
}

.borderwrap table th a:link,
.subtitle a:link,
.subtitlediv a:link,
.borderwrap table th a:visited,
.subtitle a:visited, 
.subtitlediv a:visited, 
.borderwrap table th a:active,
.subtitle a:active,
.subtitlediv a:active,
.borderwrap table th a:hover,
.subtitle a:hover,
.subtitlediv a:hover{ 
	background: transparent;
	color: #47515F;
	text-decoration: none; 
}

.borderwrap h4{
	background: #E2E6EC;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #6B7C9B;
	border-top: 1px solid #6B7C9B;
	color: #6B7C9B; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

.borderwrap p{
	background: #F9F9F9;
	border: 1px solid #CCCCCC;
	margin: 5px;
	padding: 10px;
	text-align: left;
}

td.formbuttonrow,
.borderwrap p.formbuttonrow,
.borderwrap p.formbuttonrow1{
	background: #D7DDE4 !important; 
	border: 1px solid #FFFFFF;
	border-top: 1px solid #6B7C9B;
	margin: 0px !important;
	padding: 5px !important;
	text-align: center;
}

td.formbuttonrow{
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

.borderwrap p.formbuttonrow1{
	background: #F9F9F9 !important;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

#logostrip{ 
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	height: 40px;
	margin: 0;
	padding: 0;
}

#submenu{ 
	background: transparent;
	border: 1px solid #FFFFFF;
	border-top: 0;
	color: #47515F; 
	margin: 0; 
}

#submenu a:link, 
#submenu  a:visited{ 
	background: transparent; 
	color: #47515F; 
	padding: 0 6px 0 6px;
	text-decoration: none;
}

#submenu a:hover, 
#submenu a:active{
	background: transparent; 
	color: #6B7C9B; 
}
#navstrip{ 
	background: transparent;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 8px 0 8px 0px; 
}

#navstrip a:link, 
#navstrip  a:visited{ 
	background: transparent; 
	color: #222222; 
	text-decoration: none;
}

#navstrip a:hover, 
#navstrip a:active{
	background: transparent; 
	color: #6B7C9B; 
}

.toplinks{
	background: transparent;
	color: #000000;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: right;
}

.toplinks span{
	background: #F2F5F7;
	border: 1px solid #C9CFD7;
	border-bottom: 0;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 5px;
}

.copyright{ 
	background: #EEEEEE;
	font-size: 11px; 
	margin: 0 0 5px 0;
	padding: 8px;
}

/* 
 * ========================================
 * print page styles 
 * ========================================
 */

#print{
	margin: 20px auto 20px auto;
	padding: 0;
	text-align: left;
	width: 85%;
}

#print h1,
#print h2,
#print h3,
#print h4,
#print p{
	color: #1A334B;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 8px;
}

#print h2,
#print h3,
#print p{
	border-bottom: 1px solid #999999;
	font-size: 11px;
	font-weight: normal;
}

#print h3{
	background: #F5F5F5;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#print h4{
	background: #F9F9F9;
	font-size: 11px;
}

#print p{
	margin: 0 0 5px 0;
	padding: 10px;
}

#print p.printcopy{
	border: 0;
	color: #000000;
	text-align: center;
}

