﻿/****************
* MASTER STYLES *
****************/
html
{
	
	margin: 0;
	padding: 0;
}
body
{
	background: #5b747d;
	
	
	margin: 0;
	padding: 0;
}
#header
{
	height:50px;
	background-color:#f8f8f8;
}
#tblContainer
{
    height: 700px;
}

#tblContainer td
{
    vertical-align: top;
  
}
#footer
{
	height: 100%;
	background-color: #f8f8f8;
	z-index: 100;
	
}
#menuColumn
{
    background: #f8f8f8;
}
#collapseLeftColumn
{
}
.collapseColumn
{
    width: 7px;
}
.collapseColumn img
{
    cursor: pointer;
}
.page-view
{
    /*height: 100%;*/
    padding: 15px 15px 15px 15px;
    width: 100%;
    vertical-align: top;
    background-color: #ffffff;
}
#editorContainer div
{
    /*height: 100%;*/
}
.MultiPage
{
    width: 100%;
}
#lbtnLogout
{
    position: relative;
    top: -6px;
}


/************
* DOCUMENTS *
************/

/************
* MESSAGING *
************/
#pnlAdd, #pnlAdd tr, pnlAdd td
{
    height: 100%;
}

/*******************
* UNIVERSAL STYLES *
*******************/
.columnWrapper
{
    background: white;
   
}

/*************
* OLD STYLES *
*************/


.clear
{
	clear: both;
	height: 0;
	width: 0;
}
.text
{
	font-family: Verdana;
	font-size: 11px;
}
table.propertytable td
{
	color: #a63b3d;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
}
.formheader
{
	color: #a63b3d;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
}
.input
{
	border: solid 1px #c0c0c0;
	font-family: Verdana;
	font-size: 10px;
}

/* Top section ***************************/

.spa_logo
{
	background: url('../Default/Images/SPALogo.gif') no-repeat;
	height: 37px;
	width: 186px;
}
.spa_description
{
	background: url('../Default/Images/SPADescript.gif') no-repeat left top;
	height: 29px;
	width: 320px;
}
.spa_companyname
{
	text-align: right;
	margin-top: 18px;
}
.btn
{
	border: solid 1px #bcbcbc;
	background-color: #ececec;
	color: #555;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	
	cursor: pointer;
}

/* Middle Section **********************/
#container
{
	margin: 0px;
	width: 100%;

}

#left
{
	background-color: #f8f8f8;
	margin: 0;
	border-left: #f8f8f8 5px solid;
	border-right: #f8f8f8 2px solid;

	width: 170px;
	float: left;
}
#contentarea
{
	
	
}
#middle
{
   
    background: #5b747d;
    width:300px;
}
.contentarea
{
	margin-left:189px;	
}
.content-area-collapse
{
	margin-left:10px;
}
#right
{
	
}
.right
{
	margin-left:312px;
}
.rightCollapse
{
	margin-left:10px;
}

.pane3Collapse
{
	
	margin-left:10px;
}
.leftmarginzero
{
	margin-left:0px;
}

/* Menu *********************************/
.main_menu
{
	width: 170px;
}
.main_menu_panel
{
	float: left;
	width: 170px;
	
}
.menu_flyout
{
	border: solid 1px #787878;
	z-index: 50;
}
.main_menu_header
{
	background-image: url(../../LookAndFeel/ComponentArt/NavBar/Images/SPA_MenuTitleBG.gif);
	border-width: 0px 1px 1px 1px;
	border-color: #dbdbdb;
	border-style: solid;
	font: bold 11px Verdana;
	font-variant: small-caps;
	width: 163px;
	height: 25px;
	color: #5d5d5d;
	
}
.mainmenu_option_icon
{
	background: url(../SPAIcons/images/spa14.gif) no-repeat;
	height: 24px;
	width: 28px;
}
.MenuItem
{
	background-color: #F8F8F8;
	border: 1px solid #F8F8F8;
	text-align: left;
	text-decoration: none;
}
.MenuItem a
{
	display: block;
	padding: 5px 15px 5px 15px;
	font: bold 11px Verdana;
	font-variant: small-caps;
	color: #5d5d5d;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
}
.MenuItem a:hover
{
	display: block;
	padding: 5px 15px 5px 15px;
	background-color: #333333;
	color: #f8f8f8;
	cursor: pointer;
	text-decoration: none;
}
.options_menu
{
	font: bold 11px Verdana;
	border-width: 0px 1px 1px 1px;
	border-color: #dbdbdb;
	border-style: solid;
	width: 163px;
}
.options_menu img
{
	margin: 4px;
}
.TopMenuItem
{
	border-style: none solid solid solid;
	border-width: 0px 1px 1px 1px;
	border-color: #dbdbdb;
	color: #5d5d5d;
	background-color: #ffffff;
	font: bold 11px Verdana;
	font-variant: small-caps;
	cursor: default;
	vertical-align: bottom;
	width: 165px;
	text-decoration: none;
	text-align: left;
}
.TopMenuItemHover
{
	color: #FFF;
	background-color: #660000;
	font: bold 11px Verdana;
	font-variant: small-caps;
	border-style: none solid solid solid;
	border-width: 0px 1px 1px 1px;
	border-color: #dbdbdb;
	text-align: left;
	cursor: default;
	width: 165px;
	vertical-align: bottom;
}
.MainItem
{
	font: bold 11px Verdana;
	font-variant: small-caps;
}
/* Menu */
.story_icon
{
	float: left;
	padding: 0 0 0 5px;
	vertical-align: top;
}
#htmleditor
{
	height:100%;
	padding:1px;
}
#htmleditor div
{
	height:100%;
}
.treetitle_text
{
	float: left;
	padding: 0 0 0 5px;
	margin-top: 7px;
}
.treeview_collapse_area
{
	float: left;
	width: 300px;
	background: white;
	height: 100%;
	overflow: hidden;
}
.treeview_menu
{
	background: #f1f0f1;
	clear: left;
	height: 26px;
	border-bottom: solid 1px #dbdbdb;
	border-top: solid 1px #dbdbdb;
	width: 300px;
}
.treetitle
{
	background-image: url(../../LookAndFeel/ComponentArt/NavBar/Images/SPA_MenuTitleBG.gif);
	font: bold 11px Verdana;
	font-variant: small-caps;
	color: #5d5d5d;
	height: 25px;
	vertical-align: middle;
	width: 300px;
}
.treeview_subtitle
{
	background: #ffffff;
	height: 91%;
}

/* Tabstrip *******************************/
.DefaultTab
{
	color: #eeeeee;
	background-image: url('../ComponentArt/TabStrip/images/SPA_TabBG.gif');
	font-family: Verdana;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	cursor: pointer;
}

.DefaultTabHover
{
	color: #c0c0c0;
	background-image: url('../ComponentArt/TabStrip/images/SPA_TabBG.gif');
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	cursor: pointer;
}

.SelectedTab
{
	color: #5d5d5d;
	background-image: url('../ComponentArt/TabStrip/images/SPA_TabBGSelected.gif');
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	cursor: pointer;
}

td.PageContent
{
	text-align: center;
	min-height: 400px !important;
	width: 100%;
	background: #ffffff;
}

.MultiPage
{
	background-color: #ffffff;
	height: 100%;
	z-index: 1;
}
.largeformheader
{
	color: #b59252;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	font-variant: small-caps;
}
.fck
{
	height:100%;	
}



table.messagetable td
{
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

table.messagetable th
{
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	font-variant: small-caps;
}

#edit_frame
{
	width: 700px;
	min-height: 400px;
	border: solid 2px #747474;
	top: 10%;
	left: 10%;
	z-index: 80;
	position: absolute;
	background-color: #e9e8e7;
	cursor: move;
	display: none;
	text-align: center;
}

.popup_frame
{
	width: 700px;
	min-height: 400px;
	border: solid 2px #747474;
	top: 10%;
	left: 10%;
	z-index: 80;
	position: absolute;
	background: url('../../LookAndFeel/SPA/MessageCenter/messagecenter_background.gif') repeat-x; 
	background-color: #b4b1b1;
	cursor: move;
	text-align: center;
}