
/*========================================================*/
/*     Cascading Style Sheet for SCV Property Management  */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. Universal                                          */
/*  2. Containers                                         */
/*  3. Links                                              */
/*  4. Text                                               */
/*  5. Forms                                              */
/*  6. Main Menu                                          */ 
/*  7. Module Menus                                       */
/*  8. Administration                                     */
/*  9. Page Specfic Styles                                */
/*========================================================*/


/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #546192;
	margin: 0;
}

/*========================================================*/
/*  2. Containers                                         */
/*========================================================*/




/*========================================================*/
/*  3. Links                                              */
/*========================================================*/

a:link, a:visited, a:active {
	color: #215359 !important;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	color: #000 !important;
}
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active, a.LoginLink:hover {
	color: #FFF !important;
	font-size: 10px;
	text-decoration: none;
}


/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.CopyrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #215359;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -14px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #215359;
	font-family: Arial, Helvetica, sans-serif;
}
.NormalRed {
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/


.SubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333;
	padding: 0;
}
label {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333;
	padding: 0;
}

/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/

/*-- ROOT MENU CONTAINER  --*/
.MainMenu_MenuContainer {
	margin-left: 0;
	margin-top: 25px;
}
/*--  MENU BAR/CONTAINER HEIGHT  --*/
.MainMenu_MenuBar {
    cursor: pointer; 
}
/*--  MENU ITEMS   --*/
.MainMenu_MenuItem {
	cursor: pointer;
	color: #212C52;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	height: 20px;
}
/*--  ROOT MENU AND SUB MENU BOXES - OVERALL BORDER AND BGND  --*/
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	background-color: #FFF;
	border: 1px solid #AB9173;
	padding: 3px;
}
/*-- ALL MENU HOVER STATE  --*/
.MainMenu_MenuItemSel {
	font-size: 11px;
	font-weight: bold;
	color: #AB9173;
	height: 20px;
}
.MainMenu_MenuBreak {
	border-top: 1px solid #E0E2EC;
	
}
.MainMenu_Active {
	color: #AB9173;
}

/*-- stuff we don't need to see --*/
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  {
	display: none;
}
/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/

/*-- container for module menus --*/
.ModuleTitle_MenuContainer {
	margin-left: 0;
	margin-top: 25px;
}
/*-- bar for module menus --*/
.ModuleTitle_MenuBar {
    cursor: pointer; 
}
/*-- menu items --*/
.ModuleTitle_MenuItem {
	cursor: pointer;
	color: #212C52;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	height: 20px;
}
/*-- submenu container --*/
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	background-color: #FFF;
	border: 1px solid #AB9173;
	padding: 3px;
}
/*-- hover state --*/
.ModuleTitle_MenuItemSel {
	font-size: 11px;
	font-weight: bold;
	color: #AB9173;
	height: 20px;
}
.ModuleTitle_MenuIcon {
	border: 1px solid #eee;
	padding: 0 3px 0 3px;
}

/*-- don't need this stuff --*/
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow,     {
	display: none;
}

/*========================================================*/
/*  8. Administration                                     */
/*========================================================*/

.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-BOTTOM: #003366 1px solid; 
}

/*========================================================*/
/*  9. Misc Styles                                        */
/*========================================================*/

/* Input Styles */
input{
	color:#212C52;
	background-color:#FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
}
textarea{
	color:#212C52;
	background-color:#FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
}
select{
	color:#212C52;
	background-color:#FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.FormDetail{
	font-size: 12px;
}
.image {
	margin-bottom: 10px;
	margin-left: 10px;
}
#CovingtonDesign {
	font-size: 10px;
	color: #FFFFFF;
}
#CovingtonDesign a{
	font-size: 10px;
	color: #FFFFFF !important;
	text-decoration: none;
	font-weight: bold;
}
