/* GLOBAL BASE COLORS
#8A221B - BlackBook Base Red
#98A9C6 - BlackBook Base Blue
#ABACAD - BlackBook Base Gray
#8dabd4 - Sky Blue
#387f9e - Rich Blue
#0f01c6 - Royal Blue
#7b909e - Txt When Blue
#707780 - Blue Steel Dark
#969fab - Blue Steel
#dadfe5 - Blue Steel Light
#f6f6f6 - super light gray
#d1d3d4 - light gray
#a7aaac - Medium Gray
#393739 - Dark Gray
#edeadd - Bobs Mauve
#03ba6a - Green Mid
#ff5400 - Orange Mid

div {
	border: 1px solid red;
}
*/

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #393739;
}

.hidden {
	display: none !important;
}

.debug {
	border: solid 1px red !important;
}
.hidden_text {
	text-indent: -1000em;
	width: 0;
	height: 0;
}
/*=============Styles for widget boxes==============*/
.widget {
	position:relative;
	border: 1px solid #a7aaac;
	padding: 5px;
	margin: 10px;
	float: left;
	background: #fff;
	/*border-radius: 10px;*/
	-moz-border-radius: 10px;
}
.widget_header {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 23px;
	background: #c1272d;
	overflow: hidden;
}
.header_graphic {
	text-indent: -1000em;
	position:relative;
	margin: -5px 0 0 -5px;
	width: 100%;
	height: 15px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	padding: 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;	
	color: #8A221B;
	border-bottom: 1px solid #a7aaac;
}
.inner_widget_holder {
	position: relative;
	padding: 5px 0 5px 5px;
	float: left;
	width: 97%;
	height: 85%;
	overflow: auto;
	background: #f6f6f6;
	border-left: 1px solid #a7aaac;
	border-right: 1px solid #a7aaac;
	border-bottom: 1px solid #a7aaac;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
}
.header_red {
	background: #8A221B;
	color: #fff;
}
.header_blue {
	background: #98A9C6;
	color: #fff;
}
.header_gray {
	background: #ABACAD;
	color: #393739;
}
.header_bluelight {
	background: #8dabd4;
	color: #393739;
}
.header_green {
	background: #03ba6a;
	color: #fff;
}
.header_orange {
	background: #ff5400;
	color: #dadfe5;
}
.header_goth {
	background: #393739;
	color: #c1272d;
}

.selected {
	background: #8dabd4;
	color: #393739;
}
#wrapper {
	width: 1220px; /* this will create a container 97% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #fff;
}
#inner_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 700px;
	float: left;
}

.borders {
	border-top: 1px solid #393739;
	border-bottom: 1px solid #d1d3d4;
}
.red {
	color: #c1272d;
}
a {
	color: #c1272d;
}
img {
	border: none;
}
input[type="submit"] {
	width: 65px;
}
h3 {
	padding: 0 0 5px 0;
	color: #979fac;
}
/* global height fix for opera */
input[type="text"], input[type="password"] {
	height: 15px;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.column_wide {
	position: relative;
	width: 80%;
	height: 100%;
	margin: 20px auto;
	font-size: 80%;
}
.column_wide h1 {
	font-size: 1.4em;
	color: #c1272d;
	padding: 5px 0;
}
.column_wide h2 {
	font-size: 1.2em;
	color: #969fab;
	padding: 5px 0;
}
.column_wide h3 {
	font-size: 1em;
	color: #969fab;
	padding: 5px 0;
}
.column_wide p {
	font-size: .9em;
}

fieldset {
	border: none;
}
#group_center_current_groups li a {
	display: block;
	padding: 2px 0;
	font-size: 9px;
	text-decoration: none;
}


/*MAIN CONTENT AREA===================================================
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div. No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.

*/
#mainContent {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 60px;
	right: 0px;
	width: 80%;
	height: 91%;
	border-top: 1px solid #393739;
	border-bottom: 1px solid transparent;
	border-left: 1px solid #393739;
	background: #fff url(../images/ads/sample.jpg) top left no-repeat;
}


/*PROFILE DISPLAY AREA===============================*/
#top_pane {
	position: relative;
	float: right;
	width: 100%;
	height: 265px;
	background: #fff url(../images/content_window/content_window_bg.png) left bottom repeat-x;
}
#bottom_pane {
	position: relative;
	float: right;
	width: 976px;
	min-height: 370px;
}
#inner_content_wrapper {
	margin: 5px 5px 0px 5px ;
	position: relative;
	float: left;
}

/*==Contact Rolodex fix for inheirtance issue==*/
/*=====================CONTACT ROLODEX CARD (hover card)======================*/

#contact_card_rolodex_container {
    margin: 0;
    padding: 0px;
    width: 230px;
    height: 55px;
    text-align:left;
    background: #fff;
}
#contact_card_rolodex_inside_content_wrapper {
    background: #fff;
}

#contact_card_rolodex_container #contact_card_profile_image, #contact_card_rolodex_container #contact_card_profile_image img {
    width: 40px;
    height: 40px; 
}
#contact_card_rolodex_container #contact_card_profile_image {
    position:relative;
    float:left;
    margin:5px 5px 0 5px;
    border: 1px solid #393739;
    padding: 3px;
}    
#contact_card_rolodex_container #contact_card_contact_info, #contact_card_rolodex_container #contact_name_block {
    margin:5px 5px 0 0;
    position: relative;
    float: right;
}

#contact_card_rolodex_container #contact_name_block {
    width: 55%;
}

#contact_card_rolodex_container #contact_name_block #contact_card_name {
    font-size: 10px;
    color: #387f9e;
}

#contact_card_rolodex_container #contact_name_block #contact_card_alias {
    font-size: 9px;
}

#contact_card_alias .italic {
    font-style: italic;
}

/* Miscellaneous classes for reuse */
.fltrt {/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft {/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/* Auto Complete styles */
.auto_complete {
	z-index: 999;
}

.blocked * {
	color: #972731 !important;
	text-decoration: line-through;
}
