/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	overflow-y: scroll;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #323D4F;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	min-height: 50px;
	height: auto !important;
	height: 50px;
/*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
}

#wrapcentre {
	margin: 15px 0 0 0;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
}

#menubar {
	margin: 25px 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

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

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

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

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

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

.rtl p.linkmcp {
	float: left;
}

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

.rtl p.breadcrumbs {
	float: right;
}

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

.rtl p.datetime {
	float: left;
}

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

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

.rtl p.searchbarreg {
	float: left;
}

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

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

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

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

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

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

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

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

.cattitle {

}

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

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

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

.copyright {
	color: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

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

.error {
	color: red;
}

/* Tables
 ------------ */
th {
	color: #FFA34F;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #A9B8C2;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
}

.row1 {
	background-color: #ECECEC;
	padding: 4px;
}

.row2 {
	background-color: #DCE1E5;
	padding: 4px;
}

.row3 {
	background-color: #C0C8D0;
	padding: 4px;
}

.spacer {
	background-color: #D1D7DC;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #006597;
	text-decoration: none;
}

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

a:hover {
	color: #D46400;
	text-decoration: underline;
}

a.forumlink {
	color: #069;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

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

a.topictitle:visited {
	color: #5493B4;
	text-decoration: none;
}

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

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

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.85em;
	font-weight: bold;
}

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

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* 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;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

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

.google_ad {
border: 1px solid #A9B8C2;
background-color: #ECECEC;
}



/* Forest Green - By 3li and 3Dwarlord */

#box 
{
	width:90%;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color:#fff;
	border:1px solid black;
}
#content 
{
	position:relative;
	padding:2px;
	min-height:250px;
	width:98.5%;
	margin-left:2px;
	z-index:1;
}
#inner
{
	margin:0 px; 
	width:100%; 
}
#outer 
{ 
	border-left: solid 137px #98B196;  /* color of the left column  */ 
	background-color: #98B196; /* color of the content column */
}
#left 
{
	width:135px;
	float:left;
	position:relative;
	margin-left:-135px;
	margin-top:2px;
	z-index:6;
}

#nav_border
{
	border:1px solid black;
	width:135px;
	background-color:#fff;
	height:233px;
	padding-bottom:1px;
}

/* This is the image that generally goes beside the titles of tables */
/*ul
{
	list-style-type: circle;
	padding: 0;
	margin:0;
	margin-left: 18px;
	list-style-image: url(/templates/forestgreen/images/white_button.gif);
}*/

/* These goes beside the files in the list of downloads 

COMMENTED OUT BECAUSE OL IS USED FOR THE FLYOUT MENU

ol
{
	list-style-type: circle;
	padding: 0;
	margin:0;
	margin-left: 18px;
	list-style-image: url(/templates/forestgreen/images/green_button.gif);
} */
/* The cell with a title. example: "Navigation" at the top left */
.menu_title
{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(http://www.uniballhq.com/templates/newdesign/images/content-t-header-bg.png);
	background-repeat: no-repeat;
	border: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	height:22px;
	text-align:left;
	width: 100%;
}
.menu_title_news
{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(http://www.uniballhq.com/templates/newdesign/images/content-t-header-bg.png);
	background-repeat: no-repeat;
	border: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	height:22px;
	text-align:left;
	width: 100%;
}
.menu_title2
{
	border: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
	height:22px;
	width:auto;
	text-align:right;
}
.menu_title a, .menu_title a:visited
{
	color:#FFFFFF;
}
.menu_title a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
.menu_title_light
{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(http://www.uniballhq.com/templates/newdesign/images/content-t-header-bg-light.png);
	background-repeat: no-repeat;
	border: 0px;
	margin:0px;
	padding-left: 10px;
	height:22px;
	text-align:left;
	width: 100%;
}
.menu_title_light2
{
	border: 0px solid black;
	margin:0px;
	padding:0px;
	height:22px;
	width:auto;
}
.menu_title_light a
{
	color:#FFFFFF;
}
.menu_title_light a:hover
{
	color:#00BFE8;
	text-decoration:none;
}
#right_column
{
	position:relative;
	right:0px;
	top:0px;
	width:140px;
}

#mid
{
	position:relative;
	left:125px;
	width:635px;
	
}
#nav_box
{
	position:absolute;
	width:125px;
}


/* The title of a post in the forums, this is needed because the title is in another table */
.post_title
{
	color: #FFFFFF;
}

/* The logo at the top left */
#main_logo
{
	float: left;
	background-image: url(/templates/forestgreen/images/green_logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: middle;
	width:268px;
	height:52px;
}
/* This is for all the text in forms, including buttons and select lists */
.form_text
{
	font-size: 1em;
	color: #000000;
	border: 1px solid black;
}

/* in the forums, these are for the buttons to style the text in posts*/
.form_bold
{
	font-weight: bold;
}
.form_ital
{
	font-style: italic;
}
.form_unde
{
	text-decoration: underline;
}

/* This is for the main border around each page */
#table_border
{
	width:900px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border: 0px solid black;
	margin-left:auto;
	margin-right:auto;
}
/* This is for every main table. */
.content_table
{
	margin: 0;
	padding: 0;
	border: 0px solid black;
	border-collapse: collapse;

}

/* The table at the top right */
#login_table
{
	margin: 4;
	padding: 0;
	border:0;
	height:52px;
	width: 100%;
}


.under_header
{
	width: 100%;
	margin: 5;
	padding: 0;
	border:0;
}
/* table at top right */
#login_cell
{
	min-width: 350px;
	margin: 2px;
	float: right;
	height:48px;
	background-image: url(/templates/forestgreen/images/www_logo.gif);
	background-repeat: no-repeat;
	background-position: bottom right; 
}

/* example: ladder ranks */
.contentcell1 
{
	background-color: #DDDDDD;
	border: 1px #CCCCCC;
	border-style: solid;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* example: the post in a forum */
.contentcell2 
{
	border: 0px solid black;
	padding: 0px;
	margin: 0px;
	padding-left:10px;
	padding-right:10px;

}
.contentcell4
{
	border: 0px;
	margin: 0px;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;

}
.contentcell5
{
	border: 0px;
	border-bottom: 1px #DDDDDD solid;
	margin: 0px;
	padding: 3px;
}
.content_header
{
	border: 0px;
	background-image: url(http://www.uniballhq.com/templates/newdesign/images/content-t-content-top.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:right;
}
.content_header_news
{
	border: 0px;
	background-image: url(http://www.uniballhq.com/templates/newdesign/images/content-t-content-topn.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.content_footer
{
	border: 0px;
	background-image: url(http://www.uniballhq.com/templates/newdesign/images/content-t-content-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 23px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	text-align:right;
}
/* this is the main background for everything */
.contentcell3 
{
	background-color: #DDDDDD;
	border: 0px solid black;
}

/* a selected row, example: do a search for a username in the stats */
.selected
{
	background-color:#938591;
	border: 1px solid black;
}

.highlighted
{
	background-color: #DDC5A6;
	border: 1px solid black;
}

/* a quote in the forums */
.forum_quote
{
	background-color:#D3D8D3;
}

.forum_code
{
	background-color:#D3D8D3;
}

/*this is what comes up if there is an error (try entering a blank post in the forums) */
.table_error_border 
{
	text-align: center;
	padding:2;
	margin:2;
	background-color:#FF6666;
	border: 1px solid black;
}
/* the icon used in the error message */
.error_icon
{
	background-image: url(/templates/forestgreen/images/error.png);
	background-repeat: no-repeat;
	background-position: top right; 
}

/* search for a non-existing username in the stats */
.table_warning_border 
{
	text-align: center;
	padding:2;
	margin:2;
	background-color:#FFFF99;
	border: 1px solid black;
}

.warning_icon
{
	background-image: url(/templates/forestgreen/images/warning.png);
	background-repeat: no-repeat;
	background-position: top right; 
}

/* send yourself a private message */
.table_info_border
{
	text-align: center;
	padding:2;
	margin:2;
	background-color:#BAFF66;
	border: 1px solid black;
}

.info_icon
{
	background-image: url(/templates/forestgreen/images/info.png);
	background-repeat: no-repeat;
	background-position: top right; 
}

/* these are the 3 images used to make a polling bar */
.poll_left
{
	background-image: url(/templates/forestgreen/images/vote_lcap.gif);
	background-repeat: no-repeat;
}
.poll_bar
{
	background-image: url(/templates/forestgreen/images/voting_bar.gif);
	background-repeat: repeat-x;
}
.poll_right
{
	background-image: url(/templates/forestgreen/images/vote_rcap.gif);
	background-repeat: no-repeat;
}

/* these two classes are the buttons in the navigation menu, they make the whole box clickable */
#elButton a  
{
	background-color: #D5DED3;; 
	border: 1px solid black;
	display: block;
	padding:1px;
	margin:-1px;
}

#elButton a:hover {

	background-color: #5D7A76;
	border: 1px solid black;
	display: block;
	text-decoration:none;
}

/* these make interviews look nicer */
#interviewer
{
	color:#565451;
}

#interviewee
{
	color:#000;
}

/* two of these just in case you want them to be different */
.winner
{
	font-size: 3em;
	font-weight: bold;
}
.loser
{
	font-size: 3em;
	font-weight: bold;
}
.score
{
	font-size: 1.5em;
	font-weight: bold;
}

/* in the forums "last edited: Nov 28, 2006 */
#edit
{
	font-size: 0.9em;
}

/* in the users who are currently online section */
#admin
{
	font-size: 0.9em;
	color: #FF0000;
}

#mod
{
	font-size: 0.9em;
	color: #0000FF;
}

.left
{
	text-align:left;
}
#centered
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.pageTitle
{
	text-align: center;
	padding-right: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
}
.loggedIn2
{
	padding: 0px;
	height: 94px;
	border: 0px;
}
.loggedIn
{
	border: 0px;
	text-align: left;
	padding: 0px;
	padding-right: 10px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	height: 19px;
	width: auto;
	background-image: url(http://www.uniballhq.com/templates/newdesign/images/header-login2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
.loggedIn a, .loggedIn a:visited
{
	color: #00BFE8;
	font-weight: bold;
	text-decoration: none;
}
.loggedIn a:hover
{
  	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.loggedIn2
{
	padding:0px;
	margin:0px;
	border:0px;
	text-align: left;
}
.nav_right
{
 	padding: 10px;
	padding-top: 0px;
	font-size: 11px;
	margin: 0px;
	border-collapse: collapse;
}
.nav_right_bg
{
	height: 20px;
}
.mainContent {
	min-height: 500px;
	height:auto !important;
	height: 500px;
	border: 0px;
}
.loginForm
{
	display: inline;
}
.welcome
{
	font-weight:bold;
	color:#000000;
	font-size:12px;
	text-align: left;
	width: 100%;
}
.news_header
{
	text-align:right;
	padding-right: 10px;
}
.news_header_title_r
{
	font-weight: bold;
	color: #FFFFFF;
	border: 0px;
	margin: 0px;
	height:20px;
	width: auto;
	text-align:right;
	padding:0px;
	padding-right: 10px;
}
.news_header_title_r a, .news_header_title_r a:visited
{
	color: #DDDDDD;
	text-decoration: none;
}
.news_header_title_r a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.news_header_title
{
	font-weight: bold;
	color: #FFFFFF;
	border: 0px;
	margin:0px;
	padding-left: 10px;
	padding:0px;
	height:20px;
	text-align:left;
	width: auto;
}
.file_header
{
	font-weight: bold;
	color: #FFFFFF;
	border: 0px;
	margin:0px;
	padding:0px;
	height:22px;
	padding-left: 10px;
	text-align:left;
}
.news_footer
{
	text-align:right;
	padding-right: 10px;
}
.copyright_text
{
	color: #FFFFFF;
	text-align: right;
	padding-right: 170px;
	width: 1003px;
}
.nav_left
{
	background-image: url("http://www.uniballhq.com/templates/newdesign/images/content-o-left.png");
	background-position: left;
	background-repeat: repeat-y;
	padding:0px;
	margin:0px;
	border:0px;
}
.ubc
{
	padding:0px;
	margin:0px;
	border:0px;
	text-align: left;
}
.entire_site
{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
