body
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	text-align: center;
	margin: auto;
	color: #333333;
}
.errortext
{
	color: Maroon;
	font-size: 8pt;
}

.pagemessage
{
	background-color: Yellow;
	color: Maroon;
	font-size: xx-small;
	text-align: center;
}

.requiredfield
{
	background-color: #ffffcc;
}

a:link
{
	color: Navy;
	text-decoration: none;
}

a:visited
{
	color: Navy;
	text-decoration: none;
}

a:hover
{
	color: Navy;
	text-decoration: underline;
}

img
{
	border: none 0 #fff;
}

h1, h2, h3, h4, h5, h6
{
	color: #333;
	margin-top: 0px;
	margin-bottom: 2px;
}

h1
{
	font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 0px 2px 0px;
    color: #336699;
}

h2
{
	font-family: Arial, Verdana;
    font-size: 11pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}

h3
{
	font-family: Arial, Verdana;
    font-size: 10pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}

h4
{
	font-family: Arial, Verdana;
    font-size: 9pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}

h5
{
	font-family: Arial, Verdana;
    font-size: 8pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}

h6
{
	font-family: Arial, Verdana;
    font-size: 7pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}

/*************************/
/* Top Banner Area           */
/*************************/
.top_banner
{
	margin-bottom: 8px;
	height: 108px;
	text-align: left;
	background-image: url('../images/top_banner_background.gif');
	background-repeat: no-repeat;
}

.top_banner_content
{
	padding-top:5px;
	padding-left: 217px;
}

.top_banner_scoreboard
{
	width: 730px;
	height: 90px;
	overflow: hidden;
}

.top_banner_scoreboard_content
{
	text-align: center;
	width: 730px;
	height: 90px;
	overflow: hidden;
}

/*************************/
/* Header Area           */
/*************************/
.header
{
	margin-bottom: 2px;
	border-bottom: solid 1px #ccc;
	text-align: left;
}

.header_content
{
}

.header_masthead
{
}

.header_link
{
	font-size: 14pt;
	font-weight: bold;
}

.header_nav
{
	padding-top: 2px;
	text-align:right;
	margin-right:0px;
	float:right;
}

.header_menubar
{
}

.header_menubar_content
{
}

/*************************/
/* Content Area          */
/*************************/
.page_outer
{
	width: 950px;
	margin: 0px auto 0px auto;
	padding-bottom: 5px;
	padding-top: 5px;	
}

.page
{
	width: 930px;
	margin: auto;
	background-color: White;
	padding:10px;
}

.page_title
{
	text-align: center;
}

.content
{
	padding: 2px 0px 2px 0px;
	
}

/*************************/
/* Main Area             */
/*************************/
.main
{
	width: 615px;
	float: left;
	text-align: left;
}

.main_right
{
	vertical-align:top;
}

.main_right_content
{
	border: solid 1px #ccc;
	padding: 5px 5px 5px 5px;
}


/*************************/
/* Posts                 */
/*************************/
.posts
{
	padding: 0px 0px 5px 0px;
	width: 468px;
}

.posts_title
{
	font-family:  Arial, Verdana;
	font-size: 12pt;
	font-weight: bold;
	
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	color: #0056A3;
	background-image: url(../images/content_right_header.gif);
	background-repeat: no-repeat;
	height:29px;
}

.posts_content
{
	
}


.post
{
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
    padding:5px
   
}
.post_image
{
	float:left;
	padding-right: 10px;
	padding-bottom: 5px;
}
.post_image_right
{
	float:right;
	padding-left: 10px;
	padding-bottom: 5px;
}

.post_title
{
    font-family: Arial, Verdana;
    font-size: 14pt;    
    padding: 1px 3px 1px 0px;
    margin-bottom: 5px;
}

.post_author
{
    font-size: 10pt;    
}

.post_message
{
    padding-bottom: 5px;
}

.post_footer
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
    clear: both;
}

/*************************/
/* Top Story             */
/*************************/
.top_story
{
	width: 623px;
	border: solid 1px #ccc;
	margin-bottom: 8px;
}

.top_story_content
{
	padding: 5px;
}
.top_story_title
{
	font-family:  Arial, Verdana;
	font-size: 11pt;
	font-weight: bold;
	
	padding: 5px 5px 5px 5px;
	margin: 0px 0 5px 0;
	color: #0056A3;
	
	padding: 10px 0px 0px 20px;
	background-image: url(../images/top_content_header.gif);
	background-repeat: no-repeat;
	height: 29px;
	
}
.top_story_body
{
	padding-bottom: 15px;
	background-image: url(../images/top_content_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.top_story .post
{
	border: none;
	margin: 0px;
	padding: 0px;
}
/*************************/
/* Comments              */
/*************************/
.comment
{
    border: dotted 1px #ccc;
    background: #f5f5f5;
    margin-bottom: 10px;
}

.comment_message
{
    font-size: 8pt;
    padding: 10px 4px 10px 4px;
    vertical-align: top;
   
}

.comment_message_avatar
{
	float:left; 
	padding: 5px;
	text-align:center;
}

.comment_message_text
{
	float:left;
}

.comment_message BLOCKQUOTE
{
    font-size: 8pt;
    padding: 5px 5px 5px 5px;
    margin: 10px 5px 0px 10px;
    border: 1px dashed #ccc;
    background-color: #fff;
}

.comment_footer
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/*************************/
/* Advertisement Area    */
/*************************/
.advertisement_right
{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.advertisement_left
{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}


/*************************/
/* Side Bar Area         */
/*************************/
.sidebar
{
	width: 300px;
	float: right;
	text-align: left;
}

.sidebar_content
{
	
}

.sidebar_profile
{
    font-size: 7pt;
    margin-top: 10px;
    padding-bottom: 10px;
}

.sidebar_item
{
	padding: 4px;
	border: solid 1px #ccc;
	margin-bottom: 5px;
}

.sidebar_item_title
{
	font-family:  Arial, Verdana;
	font-size: 12pt;
	font-weight: bold;
	
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	color: #0056A3;
	background-image: url(../images/widget_header.gif);
	background-repeat: no-repeat;
	height:29px;
	vertical-align: bottom;
}

.sidebar_item_body
{
	padding-bottom: 5px;
}

.sidebar_item_footer
{
	border-top: solid 1px #CCC;
	text-align:right;
	margin-top: 5px;
	padding-top: 5px;
	font-size: 8pt;
}

.sidebar_item_list_item
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.sidebar_item_search
{
	color: #0056A3;
	background-image: url(../images/widget_header.gif);
	background-repeat: no-repeat;
	height:29px;
}

.sidebar_item_title_search
{
	font-family:  Arial, Verdana;
	font-size: 12pt;
	font-weight: bold;
	
	padding-top: 3px;
	margin: 0px 5px 0px 5px;
	vertical-align: middle;
}

/*************************/
/* Side Bar Area         */
/*************************/
.sidebar_left
{
	text-align: left;
	vertical-align: top;
}

.sidebar_left .sidebar_item
{
	margin-top: 0px;
	margin-bottom: 5px;
}

.sidebar_left_content
{
	width: 138px;
}
.sidebar_left .sidebar_item_title
{
	background-image: url(../images/widget_header_left.gif);
	background-repeat: no-repeat;
	background-position:top left;
	padding: 5px 5px 0px 5px;
	font-size: 9pt;
}

/*************************/
/* Header About Area     */
/*************************/
.header_about
{
	border: solid 1px #ccc;
	width: 300px;
	height: 171px;
	
}
.header_about_item
{
	
	padding: 4px;
}

.header_about_title
{
	background-image: url(../images/header_about_header.gif);
	background-repeat: no-repeat;
	background-position:top left;
	height:58px;
	padding-top:5px;
	padding-left: 5px;
	text-align:left;
}
.header_about_title_text
{
	font-family:  Arial, Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #0056A3;
	width: 230px;
}

.header_about_body
{
	font-size: 8pt;
	text-align:left;
	padding-right: 5px;
	padding-left: 5px;
	
}


/*************************/
/* Footer Area           */
/*************************/
.footer
{
	margin-top: 5px;
	padding-top: 5px;
	
}

.footer_content
{
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	width: 481px;
	height: 29px;
	font-size: 8pt;
	text-align: left;
	
}

.footer_links
{
	text-align:center;
	padding:5px;
	padding-top: 7px;
	float:left;
	margin-left: 25px;
}
.footer_links_right
{
	padding-top: 3px;
	
	float:right;
	text-align: right;
}
.footer_content a,.footer_content a:link
{
	color: #0056A3;
	
	font-family:  Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 1px;
	
}

.footer_text
{
	padding-top: 5px;
}

.footer_text_content
{
	color: #ffffff;
	font-size: 8pt;
	text-align: right;
	
}

.footer_copyright_text
{
	font-size: 8pt; 
	color: Gray;
	padding: 0px;
	text-align:center;
	clear: both;
}

.footer_copyright_text a, .footer_copyright_text a:link,
.footer_copyright_text a:active, .footer_copyright_text a:visited,
.footer_copyright_text a:hover
{
	font-size: 8pt; 
	font-weight: normal;
	padding: 0px;
}
/* ----------------- */
/* Admin Menu Items  */
/* ----------------- */
.admin_menu
{
	background-color: #F5F5F5;
	margin-top: 0px;
	border: solid 1px Gray;
	text-align: center;
}

.admin_menu_widget
{
	background-color: #F5F5F5;
	margin-top: 0px;
	border: solid 1px Gray;
	text-align: center;
}

.admin_menu_content
{
	padding: 2px;
	height:15px;
	
}
.admin_menu_nav
{
	padding-left: 10px;
}


.admin_menu_content a, .admin_menu_content a:link, .admin_menu_content a:visited, 
.admin_menu_content a:hover, .admin_menu_content a:active
{
	color: Navy;
	font-size: 8pt;
}

/* ----------------- */
/* Admin Grid        */
/* ----------------- */
.admin_grid_filter_header
{
	background-color: #F5F5F5;
	padding-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}

.admin_grid_filter_header a, .admin_grid_filter_header a:link, .admin_grid_filter_header a:hover, 
.admin_grid_filter_header a:active, .admin_grid_filter_header a:visited
{
	font-weight: bold;
	color: Navy;
}

.admin_grid_container
{
    font-size: 7pt;
    background: #f5f5f5;
    color: Black;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border: solid 1px #ccc;
}

.admin_grid_container a, .admin_grid_container a:link, .admin_grid_container a:hover, 
.admin_grid_container a:active, .admin_grid_container a:visited
{
	font-weight: bold;
	color: Navy;
}

.admin_grid
{
}

.admin_grid_item
{
}

/* ----------------- */
/* Forms             */
/* ----------------- */
.form
{
    font-size: 8pt;
    background: #f5f5f5;
    padding: 10px;
    border: solid 1px #ccc;
}

.form_header
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}

.form_header_text
{
	font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: #336699;
    padding: 0px 0px 5px 0px;
}

.form_body
{
}

.form_error
{
    color: red;
    font-weight: bold;
}

.form_valid
{
    color: green;
    font-weight: bold;
}

.form_label
{
    font-size: 8pt;
    color: #888888;
    margin-top: 2px;
    margin-bottom: 2px;
    white-space: nowrap;
}
.form_control
{
	font-size: 8pt;
}

/* -------------------------- */
/* Miscellaneous              */
/* -------------------------- */

.button
{
    font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    cursor: hand;
    border: solid 1px #808080;
    background: url(images/buttonback.gif) center;
    padding: 1px 1px 1px 1px;
}

.post_footer
{
    clear: both;
}

/**********/
/** Menu **/
/**********/
.menu
{
	font-family:  Arial, Verdana;
	font-size: 11pt;
	font-weight: bold;
	padding: 1px 0px 1px 0px;
}

.menu_primary
{
}

.menu_primary_item
{
	padding: 2px 2px 2px 3px;
}

a.menu_primary_item, a.menu_primary_item:link, a.menu_primary_item:hover, 
a.menu_primary_item:visited, a.menu_primary_item:active
{
	color: #0056A3;
	text-decoration: none;
}

.menu_primary_item_hover
{
	background-color: #0056A3;
	padding: 2px 2px 2px 3px;
}

a.menu_primary_item_hover, a.menu_primary_item_hover:link, a.menu_primary_item_hover:hover, 
a.menu_primary_item_hover:visited, a.menu_primary_item_hover:active
{
	color: White;
	text-decoration: none;
}

.menu_secondary
{
	border: solid 1px #0056A3;
	font-family:  Arial, Verdana;
	font-size: 11pt;
	font-weight: bold;
}

.menu_secondary_item
{
	padding: 1px 5px 1px 2px;
}

a.menu_secondary_item, a.menu_secondary_item:link, a.menu_secondary_item:hover, 
a.menu_secondary_item:visited, a.menu_secondary_item:active
{
	color: #0056A3;
	text-decoration: none;
}

.menu_secondary_item_hover
{
	background-color: #0056A3;
	padding: 1px 5px 1px 2px;
}

a.menu_secondary_item_hover, a.menu_secondary_item_hover:link, a.menu_secondary_item_hover:hover, 
a.menu_secondary_item_hover:visited, a.menu_secondary_item_hover:active
{
	color: White;
	text-decoration: none;
}

.home_category_item
{
    color: Maroon;
}