/* ***********************************************************************************************
   Administrative Area - These classes help to define the administrative screens used by all sites
   *********************************************************************************************** */

/* The standard table type to be used by administrative tables */
.AdminTableBordered {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
	border: 1px solid #000000;
	filter: Alpha(Opacity=90);
}

/* This is the title area at the top of the table.  Usually has the table title in it. */
.AdminTableTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #06386A;
	border-top: 1px #666666;
	border-right: 1px #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px #666666;
}

/* These are the options or working settings in the administrative area. */
.AdminTableOptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #06386A;
	background-color: whitesmoke;
}

/* This is the area where you can find the buttons for saving or deleting the settings. */
.AdminTableButtonArea {
	background-color: #E5E5E5;
	border-top: 1px solid #666666;
	border-right: 1px #666666;
	border-bottom: 1px #666666;
	border-left: 1px #666666;
}

/* This is the actual Button definition for the admin area.  Note the fixed button width. */
.AdminAreaButton {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #E0E0D5;
	border: 1px solid #666666;
	width: 75px;
}

/* This is the style used on input fields like text boxes or drop down menus. */
.AdminAreaInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

/* A special class for delete buttons (normally a different color). */
.AdminAreaButtonDelete {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	background-color: #CC0000;
	border: 1px solid #666666;
	width: 75px;
}
.AdminAreaHelpLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
}

/*******************************************************************/
/* N A V I G A T I O N                                             */
/*******************************************************************/

/* This is the class for the horizontal container that composes the main menu */
.spmbctr {
	color: #FFFFFF;
	border: 0px solid;
	background-color: #013567;
}
	
/* the class for the bar inside of the container */
.spmbar {
	text-decoration: none;
	height: 25px;
	white-space: nowrap;
}

/* then text for each item in the sub-menus, but does not seem to do anything */
.spmitm {
	border-left: DarkGray 0px solid; 
	border-bottom: DarkGray 0px solid; 
	border-top: DarkGray 0px solid; 
	height: 23;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	white-space: nowrap;
}
	
/* the style for the item on hover for the main menu */	
.spmitmsel{
	background-color: #DDEEFF;
	border-left: DarkGray 0px solid; 
	border-bottom: DarkGray 0px solid; 
	border-top: DarkGray 0px solid; 
	font-family: Arial, Helvetica, sans-serif;
	color: #013567;
	height: 23;
	font-size: 9pt;
	white-space: nowrap;
}

/* submenu attributes */
.spmsub {
	background-color: #013567;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	height: 23;
	color: #FFFFFF;
	white-space: nowrap;
	border: 1px solid #FFFFCC;
}

/* break between submenus */
.spmbrk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

/* if you want an icon in the sub menu before each item, do that here*/
.spmicn {
	height: 8px;
	width: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4D1B64;
	background-attachment: scroll;
	background-image: url(images/orange_arrow_small.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* the arrow for the sub-menu, if any.  This appears after the menu item*/
.spmarw {
}

/* break between submenus */
.spmbrk {}

/* the arrow for the sub-menu, if any */
.spmarw {}

.client_left_vrun {
	background-image: url(images/client_left_vrun.jpg);
	background-repeat: repeat-y;
}
.client_right_vrun {
	background-image: url(images/client_right_vrun.jpg);
	background-repeat: repeat-y;
}
.client_picbar_hrun_A {
	background-image: url(images/picbar_a_hrun.jpg);
}
.article_title_A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #CC9900;
	font-weight: bold;
	text-align: center;
}
.article_content_A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.article_title_B {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #00CCFF;
	font-weight: bold;
	text-align: center;
}
.article_content_B {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.article_title_C {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CCCCCC;
	text-align: center;
}
.article_content_C {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.editLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-decoration: underline;
}
.banner_hrun {
	background-image: url(images/banner_hrun.jpg);
	background-repeat: repeat-x;
}
.article_bkg_A {
	background-repeat: no-repeat;
	background-position: center top;
}
.article_bkg_B {
	background-repeat: no-repeat;
	background-position: center top;
}
.article_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #CC9900;
}
.article_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #003366;
}
.picbar_b_hrun {
	background-image: url(images/picbar_b_hrun.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/******************************
  Forum Styles
*******************************/
td.column
{
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	background-color: #CC9900;
}

.forumList {
	border: 1px solid #B8B8E7;
}

.forumListGrid {
	font-family: Verdana;
	font-size: 10pt;
	color: black;
	border: 1px solid #6666CC;
}

.forumMenuLink 
{
	font-family: Verdana;
	font-size: 9pt;
	color: Black;
}

.forumTopicTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #6666CC;
	text-decoration: underline;
}
.forumTopicDesc {
	color: #1E1E59;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.forumTopicDateLastPost {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #1E1E59;
}
.forumTopicSignature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #6666CC;
	text-decoration: underline;
}
.forumTopicThreadCount {
	color: #1E1E59;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.forumTopicPostCount {
	color: #1E1E59;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.forumTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #6666CC;
}
.forumThreadSignature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #6666CC;
}
.forumThreadCount {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #6666CC;
}

tr.forumThreadTitle {
	font-size: 9pt;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
    background-color: #DDEEFF;
}

.forumThreadTitle {
	font-weight: bold;
}

.forumThreadBody {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.forumThreadDate {
	font-size: 8pt;
	font-weight: normal;
}

.forumThreadBodyTable 
{
	padding: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6666CC;
}
.forumThreadInfoTable 
{
	background-color: white;
	padding: 1px;
}
.forumThreadTable {
	/*border: 2px solid #6666CC;*/
	border: 2px #B1B4B9 solid; 
    background-color: #BCDBFF;

}

.forumThreadOptions {
	/*background-color: #B7B7E7;*/
	background-color: white;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6666CC;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #181849;
}

.forumThreadSeparator {
	background-color: #B6B6E7;
	height: 5px;
}

.forumPostTable {
	border: 1px solid #6666CC;
}

.forumColumn {
	background-color: #B7B7E7;
	color: White;
	font-weight: bold;
}

.forumProperty {
	color: Black;
	font-weight: bold;
	font-size: 0.8em;
}

/******************************
  End Forum Styles
*******************************/
.artgrp_frame_a_newlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
.article_title_small {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	color: #CC9900;
	font-weight: bold;
}
.article_yellow_bkg {
	background-color: #CC9900;
}
.article_yellow_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
.article_yellow_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
.article_yellow_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #013567;
}
.article_bluecorner_bkg {
	background-image: url(images/article_containers/blue_corner_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
.article_bluecorner_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #245482;
}
.article_bluecorner_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
.article_bluearrow_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #2D5983;
}
.article_bluearrow_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
.article_bluearrow_vrun {
	background-image: url(images/article_containers/blue_arrow_vrun.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 13px;
}
.link_blue_arrow_hrun {
	background-image: url(images/link_module/blue_arrow_hrun.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
