
/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. General                                            */
/*  2. Page Layout                                        */
/*  3. Controls (Skin Object)                             */
/*  4. Links and Buttons                                  */
/*  5. Text                                               */
/*  6. Main Menu                                          */
/*  7. Module Menu                                        */
/*========================================================*/


/*========================================================*/
/*  1. General                                            */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}

/* Body style */
body {
	background:#453D30; /* alternative colors: d4d0c8  */
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
	text-align:center;
}

/* Catch-all to ensure text consistency */
div, table, tr, td, p{
	font-family:Arial;
	font-size: 12px;
	letter-spacing:0.04em;
}



/*========================================================*/
/*  2. Page Layout                                        */
/*========================================================*/


/* Determine the overall page size, color and position.You may change the site width into any fixed sizes or 100%  */

/* Master Wrapper for skin_cool */
#MasterWrapper {
	margin-top:0;
	margin-bottom:0;
	width: 750px;
	height: 100%;	
	background-color: #FFFFFF; /*#F8F4EF*/
	border-left:0;
	border-right:0;
	border-top:0;
	border-bottom:0;
}

/* Style for solpart menu box */
.Menu {
	color:#BEB783;
	HEIGHT:26px;
	border-top:0;
	border-bottom:0;
	border-left:0;
	border-right:0;
}


.Copyright {
	HEIGHT:20px;
	color: ffffff;
	font-size: 9px;
	border-top:0;
	border-bottom:0;
	border-left:0;
	border-right:0;
}

.ContentArea {
	background: #BEB783;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.ContentArea_In {
	background: #BEB783;
	border-left: 0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.ContentArea_In2 {
	background: url(/Portals/12/Skins/CCC-Skin/Images/in_graceful3.JPG) no-repeat top center;
	border-left: 0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.ContentArea_In3 {
	background: url(/Portals/12/Skins/CCC-Skin/Images/CCC-DesignersBanner.jpg) no-repeat top center;
	border-left: 0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.LeftArea_In {
/*	background: #6A6659;	*/
	background: url(/Portals/12/Skins/CCC-Skin/Images/leftbg.jpg) no-repeat top center;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.BannerArea_In {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/*========================================================*/
/*  3. Controls (Skin Object)                             */
/*========================================================*/

/* Catch all for skin object font */
.SkinObject{
	font-family:Arial;
	color:#000000;

}


/* Style for date control */
.date{
	font-family:Arial;
	color:#BEB783;
	font-size:10px;
	font-weight:bold;
	letter-spacing:1px;
	padding-right:2px;
}

.Breadcrumb {
	font-family: Arial;
	color: #333333;
	font-size: 9px;
}

a.Breadcrumb:link, a.Breadcrumb:visited, a.Breadcrumb:active {
	font-family: Arial;
	color: #333333;
	font-size: 9px;
}

a.Breadcrumb:hover {
	font-family: Arial;
	color: #0000BB;
	font-size: 9px;
}

/* Style for Login/Logout, Register/User controls */
a.LoginUser:link, a.LoginUser:visited, a.LoginUser:active {
	font-family:Arial;
	font-size:10px;
	color:#BEB783;
	font-weight:bold;
	text-decoration: none;
}


a.LoginUser:hover{
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}


/* Style for Login/Logout, Register/User controls */
a.LoginUser2:link, a.LoginUser2:visited, a.LoginUser2:active {
	font-family:Arial;
	font-size:10px;
	color: #81885f;
	font-weight:bold;
	text-decoration: none;
}

a.LoginUser2:hover{
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

/* Style for legal related controls */
.LegalLinks, a.LegalLinks:link, a.LegalLinks:visited, a.LegalLinks:active {
	font-family:Arial;
	font-size:9px;
	color:#FFFFFF;   
	font-weight:normal;
	text-decoration: none;
}

a.LegalLinks:hover {
	font-family:Arial;
	font-size:9px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}



/*========================================================*/
/*  4. Links and Buttons                                  */
/*========================================================*/


/* Default link style */
a:link, a:visited, a:active {
	color: #111111;
	font-family:Arial;
	font-weight: bold;
	font-size: 12px;
}

a:hover {
	color: charcoal;
	font-family:Arial;
	font-weight: bold
	font-size: 12px;
	text-decoration: underline;
}


/* text and link style used for most text rendered by modules */
.Normal, a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #0000FF;
	font-family:Arial;
	font-weight: bold;
	font-size: 12px;
}

a.Normal:hover {
	color: #111111;
	font-family:Arial;
	font-weight: black;
	font-size: 12px;
	text-decoration: underline;
}

/* buttons and link buttons style used in the portal admin pages */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active  {
	color: #FFFFFF;	
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #666;
	border-left: 1px solid #bbb;
	border-right: 1px solid #999;
	padding: 1px 5px 2px 6px;
	font-family:Arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	background: #333;
}

A.CommandButton:hover    {
	color: #FFFFFF;	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	padding: 1px 5px 2px 6px;
	font-family:Arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	background: #000;
}

	
	
/*========================================================*/
/*  5. Text                                               */
/*========================================================*/



/* text style for module titles */
.Head {
	font-family:Arial;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */ 
.SubHead {
	font-family:Arial;
	font-size: 12px;
	color:#003366;
	font-weight: bold;
}


/* text style used for most text rendered by modules; applies to the majority of text in the site */
.Normal{
	color: #000000;
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
	line-height:1.8em;
}

.NormalBold {
	color: #000000;
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	line-height:1.8em;
}

/* Bold red text for alerts and such */
.NormalRed {
	color: #930;
	font-family:Arial;
	font-weight: bold;
	font-size: 12px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:Arial;
    font-size: 12px;
    font-weight: normal;
}

/*  form style */
select, input {
	font-family:Arial;
	font-size: 11px;
	/*border:1px solid #000;*/
	margin-bottom:-2px;  /* To align the box with the search button */
}


/* all the other text*/
h3, h4, h5, h6, DT, TFOOT, THEAD, TH {
color:#000000;
}

/*========================================================*/
/*  6. Main Menu                                             */
/*========================================================*/



/* Container for main menu */
.MainMenu_MenuContainer {
	background-color: transparent;
	height:26px;
	width:80%;  /* to shrink the menu container width to fit into the talbe cell*/
	margin-left:0px;
	margin-top: 0px;
}

/* Menu bar */
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:26px;
	padding:0px;
}

/* Applies to off state of submenu items only */
.MainMenu_MenuItem {
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #000; 
	font-family:Arial;
	font-size: 10px; 
	font-weight: bold; 
	border-bottom: #efefef 1px solid; /* same color as MainMenu_SubMenu BG*/
	border-top: #efefef 1px solid;    /* same color as MainMenu_SubMenu BG*/
	padding: 1px 10px 1px 5px;
}


/* Container for submenu */
.MainMenu_SubMenu {  /*the same style as MainMenu_MenuItem*/
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: #efefef; /* same color as MainMenu_MenuItem borders*/
	filter: none;
	border: 1px solid #887E1E;
	font-family:Arial;
	margin-top: 0;
	margin-left: 0;
	padding: 2px;
}


/* Hover state for submenu items only */
.MainMenu_MenuItemSel {
	background:#333;  /* for sub menu rollover effect, put different color to achieve different bg effect*/
	cursor: pointer; 
	cursor: hand; 
	font-family:Arial;
	font-size: 10px; 
	font-weight: bold; 
	border: 0;
	padding: 1px 10px 1px 5px;
	color:#fff;
}



/* The Root Menu styles have to be AFTER the Submenu styles to overwrite submenu styles*/
/* Idle state for main menu items, can overwrite MainMenu_MenuItem */
.RootMenu_Off {
	background:transparent;
	color: #BEB783;
	font-size: 13px;
	font-weight: bold;
	cell-spacing: 0 0 5px 0;
	/*height:25px;*/
}

/* Active state for main menu items */
.RootMenu_On{
	background:transparent;
	color:#FFFFFF;
	font-size: 13px;
	cell-spacing: 0 0 5px 0;
	/*height:25px;*/
}

/* Hover state for main menu items */
.RootMenu_Hover{
	background:transparent;
	color:#FFFFFF;
	font-size: 13px;
	cell-spacing: 0 0 5px 0;
	/*height:25px;*/
}

/*MainMenu_MenuBreak*/
.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}


/* Elements we don't really need to see */
.MainMenu_MenuArrow,
.MainMenu_RootMenuArrow,
.MainMenu_MenuIcon {
	display: none;
}




