 /* ############ */
/* Tag redefines*/
/* ############ */

table { font-size:12px; font-family: Verdana, Helvetica, sans-serif; color: #000000; }
td,tr  { font-size:12px; }
img         { border: none; }
acronym     { border-bottom: 1px dashed #000000; cursor: help; }
form        { margin: 0px;  }
button      { padding: 0px; margin: 0px; }
a           { text-decoration: underline; }

/* Paper corner */
td.x
{ 
	background-image:url("/images/2/list.gif");
	background-position: top-left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* General padding class */
.padding1 { padding: 4px; }
/* ############ */
/* Picture align */
/* ############ */

.box_left { float:left; clear:left; margin:0px 20px 10px 0px; } 
.box_right {  float:right; clear:right; margin:0px 0px 10px 20px; } 
.box_center { float:left; clear: both; text-align: center; margin: 0px auto; } 
/* 
############ 
Very Important/Global classes 
--------------------------------
For the most part, the classes below, and the "design specific styles" control
around 90% of the sites overall look 
############ 
*/

/* Catagory titles/links */
.cat_title, .cat_title:link, .cat_title:hover, .cat_title:visited {
	font-size: 18px;
	color: #083c94;
	font-weight:bold;
	text-decoration:underline;
}

/* Section titles/links. Main title used throught the site */
.main_title {
	font-size: 18px;
	color: #000;
	font-weight:bold;
}

/* Main article title */
.article_title,.article_title:link,.article_title:hover, .article_title:visited {
	font-weight:bold;
	font-size:14px;
	color:#083c94;
}

/* Header for popops */
.popup_header {
	padding: 6px;
	width: 100%;
	background-color: #3E77BB;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align:middle;
}

/* Defines the look of large & Featured article boxes */
.large_headline {
   border-top: 1px solid #E8E8E8;
   border-bottom: 1px solid #E8E8E8;
   padding: 4px;
   width: 100%;
   background-color: #FBFBFB;
}

/* Horizontal line used to seperate article listing types */
.article_sep {
	border-bottom: 1px solid #E3E3E3;
}

/* Misc */
.control_box {
	border: 1px solid #F1F1F1;
	background-color: #F7F7F7;
        padding: 3px;
}

/* ############ */
/* Design specific styles */
/* ############ */

/*  Main Site links at the very top of the page */
.title_links:link,.title_links:active, .title_links:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.title_links:hover { text-decoration:underline; }

/*  Defines the look of the RIGHT sidebar */
.left_sidebar {
	vertical-align:top;
	background-color:#F6F6F6;
	border-right: 1px solid #3E77BB;
}

/* Defines the look of the LEFT sidebar */
.right_sidebar {
	vertical-align:top;
	border-left: 1px solid #E8E8E8;
}

/* Defines the look of the Categories sidebar */
.cats_sidebar {
	width: 100%;
	vertical-align:top;
	background-color:#F6F6F6;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
}

/* Defines the look of the main site navigation bar, with the main links */
.site_navigation {
	background-color: #000000;
	padding-left: 3px;
	padding-right: 3px;
	color: #E8E8E8;
	font-size: 11px;
	vertical-align: middle;
}

/* Defines the look of the breadcrumb trail */
.breadcrumb_trail {
	background-color: #F7F7F7;
	padding-left: 5px;
	font-size: 12px;
	vertical-align:middle;
}

/* Defines the look of the copyright row */
.copyright_row { height: 20px; background-color: #F7F7F7; padding: 2px; }

/*  This style controls the site name text showed throughout every page */
.big_title {
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
}
.title_area {
	background-color:#3E77BB;
}

/*  Special Button used for quick search and others */
.blue_button { font-size: 9px; background-color:#B7D6FC; border: 1px solid #3E77BB; }

/*  General small text class, used in many places */
.small_text {
	color:#7B7B7B;
	font-weight:100;
	text-decoration:none;
}

/* ############ */
/* Form classes */
/* ############ */

.submit_button {
	font-size: 11px;
	font-weight:bold;
	padding:1px;
}
.regular_button {
	padding:1px;
    font-size:11px;
}
/* Basic form row, used in pretty much all forms */
.form_row {
	height: 25px;
	padding-right:8px;
	padding-left:8px;
	vertical-align:middle;
	text-align:left;
}
/* Box for special form elements. Used in: Search Form, Quick Comment */
.form_box {
	padding:5px;
	background-color: #FBFBFB;
	border: 1px solid #F3F3F3;
}
/* Form Divider for optional stuff */
.form_optional {
	background-color:#F3F3F3;
	padding:5px;
	vertical-align:middle;
}
.dropdown {
	padding:2px;
	font-size: 10px;
}

/* ########### */
/* Article Display elements, used when viewing an INDIVIDUAL article */
/* ########### */

/* A box used for article elements. I.E. - Article Tools, author info, article page links, etc. */
.article_box {
	border: 1px solid #3E77BB;
	background-color:#F6F6F6;
    clear:right;
	float:right;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 15px 15px;
	width: 180px;
}

/* Custom feild box in article view */
.custom_feild {
	font-size: 12px;
	padding: 5px;
}

/* Highlighted words in article view will use this class */
.highlite_word {
	color:#990000;
	background-color:#CCCCCC;
}


/* ### Author information boxes */
.author_title {
   font-weight: bold;
   margin: 2px 0px 8px 0px;
   font-size: 11px;
}
.author_pic { float: right; margin: 2px 2px 2px 2px; }

/* ############ */
/* Navigation classes */
/* ############ */

/* Sidebar main cat */
.side_cats_main, .side_cats_main:link,.side_cats_main:hover, .side_cats_main:visited {
	padding:4px;
	border-bottom: 1px solid #FFF;
}

/* Selected cat in sidebar cat list */
.selected_cat {
	background-color:#FFFFFF;
	padding:4px;
	border-bottom: 1px solid #FFF;
}

/* Title for sidebar sections (Right side) */
.right_panel_title {
	padding-left: 4px;
	height: 21px;
	width: 100%;
	background-color: #3E77BB;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

/* Table for sidebar sections (Right side) */
.right_panel_table {
	width: 100%;
	font-size: 12px;
}

/* Table for sidebar sections (Left side) */
.left_panel_table {
	font-size:10px;
}

/* Table for sidebar sections (Left side) */
.left_panel_title {
	background-color: #F7F7F7;
	padding: 6px;
	font-size:11px;
	font-weight:bold;
}

/* ############ */
/* article listing/display styles */
/* ############ */

/* Box used to enclose author information in article list */
.info_box {
	height: 100%;
	padding: 7px;
	border-left: 1px solid #E8E8E8;
	float:right; 
	clear:right; 
	margin:0px 0px 10px 20px; 
    width: 220px; 
}

.archive_link {
	font-size: 16px;
	font-weight: bold;
}

/* ############ */
/* Search Classes */
/* ############ */

/* Styles for showing whether viewing article/comment results */
.search_selected { font-weight:bold; padding:3px; }
.search_deselected { padding: 3px; }

/* Style for title of results */
.search_result_title:link, .search_result_title {
   font-weight: bold;
   text-decoration: underline;
   font-size: 13px;
}

/* ######################### */
/* inline error/messages */
/* ######################### */

.inline_message {
	border: 1px solid #A0C5E2;
	background-color: #F2F6F9;
	padding: 6px;
	font-size: 11px;
    width: 100%;
}
.inline_message_title { font-weight:bold; }
.inline_message_row { font-weight:100; vertical-align: middle; }

/* ############ */
/* Comment styles */
/* ############ */

/* Divides individual comments */
.com_divider {
	border-top: 1px solid #000;
	width: 100%;
}

/* ############ */
/* Misc */
/* ############ */

/* A tag that exists if a user can edit an article/comment */
.edit_box { padding: 2px; border: 1px solid #E8E8E8; background-color: #F7F7F7; }

/*  Javascript Classes */
.help-tooltip {
	position:	absolute;
	width:		250px;
	border:		1px Solid WindowFrame;
	background:	Infobackground;
	color:		InfoText;
	font:		StatusBar;
	font:		Status-Bar;
	padding:	3px;
	filter:		progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=5);
	z-index:	10000;
}

