/* CSS Template for [Company/Organization] */

/* all sytles should be structured as follows:
******************************************
call (descriptive element names are required) { / comments for what the call is used for if the call doesnt explain enough (eg. .nav p { \* paragraph style for copy in the nav area *\) /
	position: value;
	flaot: value; / if aplicable /
	width: value; / plese use px if possible only use % if under 100%/
	height: value; / please use px if possible and if height is absolutely neccisary please comment behind with IMPORTANT, otherwise omit /
	background: color image repat position;
	color: value;
	font-family: value;
	font-size: value; / please use pt or em if possible or size types like "small", "larger", "x-small", etc. /
	font-whatever: value; / all other font styles /
	margin: top-value right-value bottom-value left-value;
	padding: top-value right-value bottom-value left-value;
	text-whatever: value;
	display: value;
	border: width style color;
	any other styles...
}	
******************************************
if possible please use #hhh; for colors */

html, body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	background : url(/images/structure/admin/body_back.gif) repeat-x top;
	background : url(/~wedplan1/images/structure/admin/body_back.gif) repeat-x top;
} 
 
#container {
	position: relative;
	width: 760px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000;
} 

#wrapper { /* Background image for left side should go here if needed - will resize to content - OR can put it in the body style */
 	text-align: left; 
	width: 100%;
} 
 
#header {
 	position: relative; 
 	height: 150px; /* IMPORTANT */
	width: 100%;
} 

#header TD {
 	font-size: 10px;
} 
 
#nav {
	float: left;
	/*position: absolute;
	left: -40px;
	top: 150px;
	right: 0px;*/
	width: 175px;
	padding: 2px 0px 0px 2px;
	margin-top: 50px;
	font-family: Helvetica, Arial;
	font-weight: bold;
}

#nav a {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
}

#nav a:link {
	color: #BAB284;
}

#nav a:visited {
	color: #BAB284;
}

#nav a:hover {
	color: #FF69B4;
}

.toplinks {
	font-size: 10px;
}

.toplinks a {
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

.toplinks TD {
	font-size: 10px;
}

.toplinks a:link {
	color: #3F3F3F;
}

.toplinks a:visited {
	color: #3F3F3F;
}

.toplinks a:hover {
	color: #FF69B4;
}

.login {
	font-size: 10px;
}

.topbutton {
	background: #B3A984;
	font-size: 11px;
	font-weight: bold;
}

#maincol {
	width: 100%;
}

#content {
	width: 515px;
	position: relative;
	float: right;
	padding : 5px 5px 0px 5px;
	font-size: 11px;
	border-left: 1px solid #eeece0;
}

#footer {
	text-align: right;
	font-size: 10px;
	border-top: 3px solid #BAB284;
	width: 100%;
	color : #797979;
}

.footerlink {
	color : #797979;
	font-size: 10px;
}

#login_form {
	padding: 0px;
	margin: 0px
}

#adminmenu_div {
 position: absolute;
 top: 120px;
 left: 0px;
}

a:link {
	color: #800000;
}

a:visited {
	color: #800000;
}

a:hover {
	color: #FF69B4;
}

.local_services_heading {
	font-style: italic;
	color:#000000;
}

.local_services_table TD {
	font-size: 10px;
}

/*Simple styles for clients to use sizes and colors etc.*/

/*Posts styles*/
.post_top {
	background: #B3A984;
	color: #FFF;
	margin-top: 20px;
}
.post_top A{
	color: #800000;
}
.post_title {
	padding: 5px;
	font-size: 13px;
}
.post_date {
	padding: 5px;
	font-size: 13px;
}
.post_short {
	border-bottom: 2px solid #000;
	padding: 10px;
}
.post_short a {
	font-size: 11px;
	color: #FF69B4;
}


/*End Posts styles*/

.adminmenu_table .surround {
border: 1px solid #000;
background: #FFF;
width: 100%;
font-size: 10px;
padding: 5px; 
}

.adminmenu_table a:link {
	color: #929571;
}

.adminmenu_table a:visited {
	color: #929571;
}

.adminmenu_table a:hover {
	color: #FF69B4;
}

.adminmenu_table TD {
width: 33%;
border: 0px;
}

.adminmenu_table {
background: none;
}

.listingtable TD { 
font-size: 11px;
}
.listingtable {
width: 350px;
}
		
.verify_table TD {
	font-size: 11px;
	background: #ffffcc;
}

.signupsteps TD {
	font-size: 11px;
}

.signupsteps_selected {
	color: #990000;
	font-size: 13px;
}

.rightside {
	font-size:10px;
}

.rightside_info {
	font-size: 10px;
}

.rightside_head {
	font-size: 11px;
	font-weight: bold;
	background: #f6f4e8;
	border: 1px solid #a49d6c;
}
.divider {
	padding-bottom: 10px;
	color: #eeece0;
}

h1 {
	color: #FF69B4;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
}

h2 {
	color: #FF69B4;
	font-size: 13px;
	font-family:  Helvetica, Arial;
}

.smaller {
	font-size: 8px;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 16px;
}

.bigger {
	font-size: 18px;
}

.blue {
	color: #0000a0;
}

.red {
	color: #ff0000;
}

.green {
	color: #008000;
}

.yellow {
	color: #ffff00;
}

.pink {
	color: #FF69B4;
}

.grey {
	color: #a6a6a6;
}

.burgundy {
	color: #990000;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(/images/extras/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(/images/extras/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(/images/extras/bubble.gif) no-repeat bottom;
}
/*---------- bubble tooltip -----------*/


/* Other style names that may be used include:

1) horiz-nav - if nav needs to be a horizontile navigation
2) base-nav - if nav needs to be text links near the copyright
3) copyright - if the style needs to be different from other elements in the footer - usually used in a span within the footer div
4) something_something where there would be additional styles for sectioned layouts where the peacies fit togeather but are in seperate divs (eg. nav_top, nav_bottom or header_left, header_right etc.)
5) something_something where there would be user defined changes through either navigation or selection (eg. header_0, header_1, header_2)

*/ 

 
/* Float containers fix:
   http://www.csscreator.com/attributes/containedfloat.php */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  

@media print{  /* printer styles */ 
	#nav { /* hide the left column when printing */ 
		display:none;
	} 

	#maincol {
		width:100%;
		float:none;
	}
}

/* Rules for displaying vendor admin functions */
#vendormenu .show {
	display: block;
}
#vendormenu .hide {
	display: none;
}
