/*	
	Copyright (c) 2009 navyblue.
	Doc: default
	Revision: 1.0
*/

@import url(default.css);
@import url(jqueryslidemenu.css);

/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/
/* Generic Links */

#middle_col a:link, #middle_col a:visited, #middle_col a:active,
#full_panel a:link, #full_panel a:visited, #full_panel a:active {
	color:#ffffff;
	text-decoration:underline;
}
#middle_col a:hover, #full_panel a:hover {
	color:#999999;
	text-decoration:underline;
}


#middle_col .news_txt a:link, #middle_col .news_txt a:visited, #middle_col .news_txt a:active{
	color:#FFFFFF;
	text-decoration:underline;
}
#middle_col .news_txt a:hover {
	color:#999999;
	text-decoration:underline;
}


/*--------------------------------------------------------------------------------------------
	Structural 
  --------------------------------------------------------------------------------------------*/

#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited{
	color:#936fb1;
	text-decoration:none;
}

/* Right Column */
.right_title {
	width:217px;
	height:25px;
	font-size:1.33em;
	color:#FFFFFF;
	font-weight:bold;
}

.right_panel {
	width:217px;
	background:#61116a url(../img/img_titlebar_prl.gif) no-repeat top;
	padding:10px 15px 10px 15px;
	color:#ffffff;
}
.right_base {
	background:url(../img/img_base2_prl.gif) no-repeat bottom;
	height:14px;
}
.news_panel {
	width:217px;
	background:#61116a url(../img/img_titlebar_prl.gif) no-repeat top;
	padding:10px 15px 10px 15px;
	color:#FFFFFF;
}


.expand_gen {
	width:232px;
	height:25px;
	padding:10px 0 0 15px;
	cursor:pointer;
}
#sign {
	background:url(../img/img_plus_prl.gif) no-repeat top;
}
#forget {
	background:url(../img/img_plus2_prl.gif) no-repeat top;
}

#right_expand #sign.selected {
	background:url(../img/img_minus_prl.gif) no-repeat;
}
#right_expand #forget.selected {
	background:url(../img/img_minus2_prl.gif) no-repeat;
}

.link_gen {
	width:247px;
	height:35px;
	background:url(../img/img_arrow_prl.gif) no-repeat;
	margin:0 0 2px 0;
}
.register_gen {
	width:247px;
	height:35px;
	background:url(../img/img_register_prl.gif) no-repeat;
}
.sign_panel {
	width:217px;
	padding:10px 15px 10px 15px;
	color:#ffffff;
	background:#9641af url(../img/img_base_prl.gif) no-repeat bottom;
}
.forgot_panel {
	width:217px;
	background:#61116a url(../img/img_base2_prl.gif) no-repeat bottom;
	padding:10px 15px 10px 15px;
	color:#ffffff;
}



/* left Column */
.left_ttl {
	width:166px;
	background:#61116a url(../img/img_leftttl_prl.gif) no-repeat;
	margin:0 0 2px 0;
	padding:10px 10px 5px 20px;
	font-size:1em;
	color:#FFFFFF;
	font-weight:bold;
}


.left_panel {
	width:161px;
	background:#936fb1;
	margin:0;
	padding:10px 15px 0 20px;
	color:#FFFFFF;
}

.left_base {
	background:url(../img/img_leftbase_prl.gif) no-repeat;
}

/* Main */
ul#tabs {
	list-style:none;
	margin:0;
	padding:0;
}

#full_panel ul#tabs li{
	float:left;
	margin:0 4px 0  0;
	display:inline;
}

#full_panel ul#tabs li a:link, #full_panel ul#tabs li a:active, #full_panel ul#tabs li a:visited {
	display:block;
	padding:8px 10px 5px 10px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	background:#936fb1 url(../img/img_sub_gen.gif) repeat-x bottom;
}

#full_panel ul#tabs li a:hover {
	color:#999999;
}

#full_panel ul#tabs li.selected a:link, #full_panel ul#tabs li.selected a:active, #full_panel ul#tabs li.selected a:visited{
	background: url(../img/img_footer_bg.gif) repeat-x bottom;
	color:#FFFFFF;
}



/* Footer */



/*--------------------------------------------------------------------------------------------
	Navigation 
  --------------------------------------------------------------------------------------------*/  


/* Main nav - See jqueryslidemenu.css */
.jqueryslidemenu {
	background:url(../img/btn_marketing_uke_bg.gif) no-repeat 251px 0;
}

/* Subnav */

ul#subnav li, ul.rightnav li {
	background:#936fb1;
	margin:2px 0 0 0;
}
ul#subnav li a:hover, ul.rightnav li a:hover {
	color:#61116a;
	text-decoration:underline;
	font-weight:normal;
}


ul#subnav ul li{
	width:196px;
	background:#936fb1;
	margin:0;
}
ul#subnav ul ul li {
	width:196px;
	background:#61116a;
	margin:0;
	border:none;
}
ul#subnav ul ul ul {
	width:191px;
	margin:0;
	padding:5px 0;
	background:#936fb1;
	border:solid #040404;
	border-width:2px 0 2px 5px;
}
ul#subnav ul ul ul li{
	background:none;
}



.subnav_base {
	background:url(../img/img_subbase_prl.gif) no-repeat;
	height:14px;
	margin:2px 0 0 0;
}

ul#subnav ul ul li a:hover  {
	color:#936fb1;
	font-weight:normal;
	text-decoration:underline;
}
ul#subnav ul ul ul li a:hover, ul#subnav ul li a:hover  {
	color:#61116a;
	font-weight:normal;
	text-decoration:underline;
}

ul#subnav li a.selected {
	color:#61116a;
	font-weight:bold;
}
ul#subnav ul li a.selected {
	color:#61116a;
	font-weight:normal;
}

ul#subnav ul li a.selected {
	color:#61116a;
	font-weight:bold;
	text-decoration:none;
}
ul#subnav ul ul li a.selected {
	color:#936fb1;
	font-weight:normal;
	background:url(../img/img_tert_droped.gif) no-repeat;
	}



/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
/* Headings */
h1.flash {
	font-family:verdana, arial;
	font-size:32px;
	font-weight:normal;
	line-height:38px;
	margin:20px 0 0 20px;
	color:#FFFFFF;
}

h1 {
	font-size:1.50em;
	margin:0 0 20px 0;
	padding:0;
	color:#FFFFFF;
	background:none;
}



h2 {
	font-size:1.50em;
	margin:0 0 20px 0;
	padding:0;
	color:#FFFFFF;
	background:none;
	font-weight:normal;
}


h3 {
	font-size:1em;
	margin:0;
	padding:0;
	color:#FFFFFF;
	background:none;
}

.news_txt h4 {
	font-size:1em;
	margin:0;
	padding:0;
	color:#FFFFFF;
	background:none;
}
/* Type */


.left_panel p {
	margin:0;
	padding:0 0 12px 0;
}

li {
}

/*--------------------------------------------------------------------------------------------
	Forms - form, input, label etc
  --------------------------------------------------------------------------------------------*/
form {
	padding:0;
	margin:0;
}



#left_col input#email_box, #left_col input#pass_box, #left_col input#forgot_box {
	width:180px;
	height:17px;
	padding:3px 10px 0px 10px;
	margin:0 0 10px 0;
	background:url(../img/img_searchbox.gif) no-repeat;
	color:#666666;
	border:none;
	font-size:0.83em;
}
#left_col input#sign_btn {
	width:54px;
	height:18px;
	border:none;
	background:none;
	background:url(../img/btn_sign.gif) no-repeat;
	cursor:pointer;
	margin:0 0 10px 146px;
}
#left_col input#submit_btn {
	width:54px;
	height:18px;
	border:none;
	background:none;
	background:url(../img/btn_submit.gif) no-repeat;
	cursor:pointer;
	margin:0 0 10px 146px;
}


/*--------------------------------------------------------------------------------------------
	Flash text
  --------------------------------------------------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1.flash {
	visibility: hidden;
	line-height:38px;
}

/*--------------------------------------------------------------------------------------------
	Google
  --------------------------------------------------------------------------------------------*/  

#google_map {
}

#google_map_dir {
}

#google_directions {
}

