body {
	background-color:#000;
	color:#fff;
}

.banner {
    background:#FFF;
}

.banner h1 {
	padding-top:10px;
	color: #6B030B;
}

.header {
	background-image:url(header.jpg); 
}

.no-header {
	background-image:url(background.jpg); 
}

.left_scroll {
	background:url(left_scroll.jpg) repeat-y; 
	width:152px;
	min-width:152px;
}

.right_scroll {
	background:url(right_scroll.jpg) repeat-y; 
	width:161px;
}

.content_spacer {
    background-image:url(content_spacer.jpg);
}

.ContentPane_large {
	background:#000 url(content.jpg) repeat-y;
	width:679px;
	font-size:1.5em;
	color:#FFFFFF;
	padding:10px 15px;
	vertical-align:top;
	text-align:left;	
}

.ContentPane_small {
	background:#000 url(content.jpg) repeat-y;
	width:453px;
	font-size:1.5em;
	color:#FFFFFF;
	padding:10px 15px;
	vertical-align:top;
	text-align:left;	
}

.ContentPane_full {
	background:#000;
	font-size:2em;
	color:#FFFFFF;
	padding:10px 15px;
	vertical-align:top;
	text-align:left;	
}

.ContentPane_splash {
	background:#fff;
	font-size:2em;
	color:#000;
	vertical-align:top;
	text-align:left;	
}

.QuestionPane {
	background:#fff;
}

/*
################ Language Links Code
*/

.internationalization {
	padding-top:5px;
	text-align:right;
	padding-right:162px;
}

.internationalization span a:link, .internationalization span label {
    color:#fff;
}

/*
############# Top Menu Code
*/

#frbc_menu_bar {
    background-image:url(menu_bar.jpg);
    text-align:center;
}

#frbc_menu_bar span table{
    margin: 0px auto;
}


/*
############# Sub Menu Code
*/

.sub_menu {
    background-image:url(sub_menu.jpg); 
    width:182px;
}

#frbc_submenu_bar {
	vertical-align: bottom;
	height:100%;
	text-align:left;

	
}


/*
############# bottom Menu Code
*/

.frbc_bottom_menu_bar {
	padding-bottom: 20px;
	vertical-align:bottom;
	background: #FFF;
	text-align:center;
}


/*
################ Module CSS
*/





.footer {
    background: url(footer.jpg) no-repeat;
    width:992px;
    height:52px;
    text-align:center;
}

.footer a:link {
    color:#000;
    font-size:10px;
    font-weight:normal;
}

.content div span a {
	color:#e0e0e0;
	text-decoration:underline;
}

.spacer {
	background:url(spacer_bar01.jpg) repeat-x;
	height:13px;
}


/***************
 * 
 *  Announcements CSS
 * 
 ***********/

.ANN_SubHead  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1.25em;
	display:block;
}

.ANN_SubHead li {
     color: #FFFFFF;
	font-size: .75em;
	list-style:none;
	padding:0px 0px 10px 10px;
}

.DNN_ANN_DesignTable {
	display:block;
	width:100%;
	clear:both;
}


/*************
 * 
 *   Footer Info
 * 
 *************/

.frbc_footer {
	background:url('frbc_tagline.png') no-repeat left bottom;
	height:85px;
	vertical-align:text-bottom;
	padding-right:10px;
	width:150px;
	float:right;
	margin-top:15px;
	margin-right:30px;
}

.frbc_footer2 {
	padding-left:20px;
	color:#FFFFFF;
	width:510px;
	float:left;
	padding-top:25px;
}

.frbc_footer2 span {
	color:#FFFFFF;
}

.clear {
    clear:both;
}

.login {
    text-align:center;
    color:#FFF;
    padding-bottom:10px;
}

.login a:link, a:hover, a:active, a:visited {
    color:#FFF;
}



/****
 *     Drop-down Menu  
 */

 
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}

.main_dnnmenu_item { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #fff; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
	padding: 1px 2px 1px 2px;	
	_padding: 1px 1px 1px 1px;
}

.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #fff; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Tahoma, Arial, Helvetica; 
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	padding: 1px 2px 1px 2px;
	_padding: 1px 1px 1px 1px;	
}

.main_dnnmenu_itemhover {  
	background-color: #000; 
	color: #fff; 
	font-size: 9pt; 
	padding: 1px 2px 1px 2px;
	_padding: 1px 1px 1px 1px;
}

.main_dnnmenu_itemhover td {  
	background-color: #000; 
	color: #fff; 
	font-size: 9pt;
	padding: 1px 2px 1px 2px;
	_padding: 1px 1px 1px 1px;
}


.main_dnnmenu_submenu {
     background-color: #9c9048;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	padding: 1px 15px 1px 1px;   /*explicitly set padding for sub-menus */
}

.main_dnnmenu_subitemhover  {
    background-color: #453D37;
	color: #fff; 
	font-size: 9pt;
	padding: 1px 15px 1px 1px;
	cursor: pointer; 
	cursor: hand; 
}

.main_dnnmenu_subitemhover td {
    background-color: #453D37;
	color: #fff; 
	font-size: 9pt;
	padding: 1px 15px 1px 1px;
	cursor: pointer; 
	cursor: hand; 
}

.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}

.main_dnnmenu_arrow {
	border:0px;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	display:none;
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display:none;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	border:0px;
	display:none;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	border:0px;
	display:none;
}

.MainMenu_MenuItem img, .main_dnnmenu_item img {
	/*display:none;*/
}


/****
 *   Administration styles
 */

.ControlPanel td *, .ControlPanel td a:link, .ControlPanel td a:visited {
	color: #000000;
}

/*************
 *   Admin Sections
 * 
 *************/
.FCKImageGalleryContainer *{
	color:#000;
	background:#fff;
}

.FCKImageGalleryHeaderContainer a:link {
	color:#000;
	text-decoration:underline;
}

.FCKLinkGalleryContainer span *, .FCKLinkGalleryContainer > .Head, .FCKLinkGalleryContainer > .SubHead {
	color:#fff;
}
.FCKLinkGalleryContainer a:link{
	color:#fff;
	text-decoration:underline;
}

.CommandButton a:link {
	color:#000;
}


/******************admin by ca***********/
/* style for module titles */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
	background-color: White;
	color: Red;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
	background-color: White;
}
.DataGrid_Header
{
	background-color: Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item
{
	background-color: white;
	color: red;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_SelectedItem
{
	background-color: Silver;
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height: 25px;
}
.FileManager_Explorer
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	color:#000000;
}

.FileManager_FileList
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
	color:#000000;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	/*color: #E7E7FF;*/
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
	color:#000000;
}

.FileManager_Pager
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #696969 1px solid;
	height: 25px;
}

.FileManager_StatusBar
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
	color:#000000;
}

.FileManager_Item
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #EEEEEE;
	border-style: none;
}
.FileManager_SelItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #99ffff;
	border-style: none;
color:#000000;
	}


.FileManagerTreeNode
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
}

.FileManagerTreeNodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dcdcdc;
	color:#000000;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
	text-decoration: none;
	color: #000000;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
	text-decoration: none;
	color: #000000;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
	text-decoration: none;
	color: #000000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
	text-decoration: none;
	color: #000000;
}



