/*
+--------------------------------------
|   Wiccle v1.00
|   ==================================
|   by Markus Loponen & Keith Killilea
|   (c) 2009-2010 Wiccle Ltd.
|   http://www.www.wiccle.com
|   Email: info@wiccle.com
|   ==================================
|   Time: 2010-04-16 | File version: 1.00
+-------------------------------------
|  	Please read the Wiccle license 
|   Available at docs/license.txt
+-------------------------------------
*/





/* MENU CSS */

.main_menu {
	margin-top: 0px; 
	position: relative;
	z-index: 250;
	top: 3px;
	right: 0px;
	font-family: Tahoma, Trebuchet MS, sans-serif;
	float: right;
	font-weight: bold;
	width: 750px;

}



.main_menu a:link, .main_menu a:visited, .main_menu a:hover, .main_menu a:active {
	color: #a48fb7;
	padding-bottom: 5px;
	padding-top: 0px;
}

.main_menu a:hover, .main_menu a:active {
	color: #fff;
	
}

.main_menu ul, .main_menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.main_menu li {
	margin-left: 0px;
	margin-right: 0px;
}

.main_menu_ext {
	position: absolute;
	z-index: 200;
	top: 56px;
	right: -33px;
	border: 1px solid #d2d2d2;
}

.main_menu_ext_inner {
	border: 1px solid #ddd;
	font-size: 85%;
}

.main_menu_ext_unit {
	text-align: center;
	background-image: url(../images/top_button_mid.png);
}

.main_menu_ext_unit a:link, .main_menu_ext_unit a:visited, .main_menu_ext_unit a:active, .main_menu_ext_unit a:hover {
	padding: 6px;
	line-height: 30px;
	padding-left: 25px;
	padding-right: 25px;
}


.top_button_container {
	float: left;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: -5px;
}
.top_button_container:hover {
	border-bottom: 1px solid #fff;
}

.top_button_left {
	background-image: url(../images/top_button_left.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 12px;
	height: 30px;
	float: left;
	position: relative;
	z-index: 10;
}
.top_button_right {
	background-image: url(../images/top_button_right.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 12px;
	height: 30px;
	float: left;
	position: relative;
	z-index: 10;
}


.top_button_mid {
	background-image: url(../images/top_button_mid.png);
	background-position: top right;
	background-repeat: repeat-x;
	height: 30px;
	position: relative;
	z-index: 10;
	float: left;
}

.top_button_link {
	padding-top: 5px; 
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	z-index: 100;
	
}


.top_button_selected a:link, .top_button_selected a:visited {
	color: #fff;
}

.top_button_selected a:hover, .top_button_selected a:active {
	color: #636363;
}

.top_button_selected {
	border-bottom: 1px solid #ddd;
}

.top_button_selected  .top_button_mid {
	background-image: url(../images/top_button_mid_2.png);
}

.top_button_selected  .top_button_left {
	background-image: url(../images/top_button_left_2.png);
}

.top_button_selected  .top_button_right {
	background-image: url(../images/top_button_right_2.png);
}


.module_menu_ext_wrapper {
	margin-left: 0px;
	margin-right: 0px;
}

.module_menu_wrapper {
	position: relative;
	z-index: 4;
}

.module_menu {
	text-align: center;
	color: #ddd;
	font-family: Tahoma, Trebuchet MS, sans-serif;
	font-size: 85%;
	position: absolute;
	top: -16px;
	width: 100%;
	z-index: 5;
	line-height: 30px;

}




.module_menu ul, .module_menu li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.module_menu li  {
	display: inline;
}

.module_menu a:link, .module_menu a:visited, .module_menu a:hover, .module_menu a:active {
	color: #a48fb7;
	font-weight: bold;
	background-color: #fbfbfb;
	background-image: url(../images/top_button_mid.png);
	background-position: 0px -1px;
	padding: 9px;
	padding-left: 12px;
	padding-right: 12px;
	margin: 0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #eee;
	border-right: 5px solid #eee;

}

.module_menu a:hover, .module_menu a:active {
	background-color: #9d9eb2;
	color: #fff;
	background-image: url(../images/top_button_mid_2.png);
	background-position: 0px -2px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;

}

.module_menu_selected a:link, .module_menu_selected a:visited, .module_menu_selected a:hover, .module_menu_selected a:active {
	background-color: #9d9eb2;
	color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #f5f5f5;
	background-image: url(../images/top_button_mid_2.png);
	background-position: 0px -2px;
}
.module_menu_selected a:hover, .module_menu_selected a:active {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


.module_header_inner {
}


.button_menu {
	
}



.button_menu a:link, .button_menu a:visited {
	text-decoration: none;
	color: #555;
	border-bottom: 0px;

}

.button_menu a:active, .button_menu a:hover {
	text-decoration: none;
	color: #eee;
	border-bottom: 0px;
}
.button_menu_unit {
	margin-bottom: 5px;
}


.button_new_mail {
	position: relative;
	z-index: 10;
	top: -4px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #fff;
}




/* Slipstream */


.slipst_wrapper {
	margin-left: -9px; 
	margin-right: -9px; 
	position: relative; 
	z-index: 5;
	border-left: 1px dotted #eee;
	border-right: 1px dotted #eee;
}
.slipst_top {
	background-image: url(../images/line_top.png);
	background-repeat: repeat-x;
	line-height: 1px;
	height: 5px;
}


.slipst_bottom {
	background-image: url(../images/line_bottom.png);
	background-repeat: repeat-x;
	line-height: 1px;
	height: 5px;
}


.slipstream {
	padding: 3px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	color: #999;
	font-size: 85%;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	background-color: #fbfbfb;
	overflow: hidden;
}


.slipstream a:link, .slipstream a:visited {
	color: #9290a5;
	text-decoration: none;
	border-bottom: 0px;

}

.slipstream a:hover, .slipstream a:active {
	color: #555;
	text-decoration: underline;
	border-bottom: 0px;
}
