/*simshare css*/

/*dropdown menu*/
/*** ESSENTIAL STYLES ***/
ul.menu-nav {
padding:0px 0px 0 0px !important;
margin:0 !important;
}

.menu-nav, .menu-nav * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menu-nav {
	line-height:	1.0;
}
.menu-nav ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.menu-nav ul li {
	width:			100%;
}
.menu-nav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menu-nav li {
	float:			left;
	position:		relative;
}
.menu-nav a {
	display:		block;
	position:		relative;
}
.menu-nav li:hover ul,
.menu-nav li.sfHover ul {
	left:		-1px;
	top:			40px; /* match top ul list item height */
	z-index:		200;
}
ul.menu-nav li:hover li ul,
ul.menu-nav li.sfHover li ul {
	top:			-999em;
}
ul.menu-nav li li:hover ul,
ul.menu-nav li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.menu-nav li li:hover li ul,
ul.menu-nav li li.sfHover li ul {
	top:			-999em;
}
ul.menu-nav li li li:hover ul,
ul.menu-nav li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.menu-nav {
	float:			left;
	margin-bottom:	1em;
}
.menu-nav a {
	padding: 		.75em 1em;
	text-decoration:none;
}

ul.menu-nav li a span	{
	display:block; 
	display:block; 
	font-size:14px;
	font-weight:normal;
	text-decoration:none !important;
	font-family:Arial;
}

.menu-nav a, .menu-nav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.menu-nav li {
}
.menu-nav li li {
	background: #352118;
	width: 200px;
	border-top: 1px solid white;
}
.menu-nav li li li {
	background: #352118;
}
.menu-nav li:hover, .menu-nav li.sfHover,
.menu-nav a:focus, .menu-nav a:hover, .menu-nav a:active {
	outline:		0;
	font-size:13px;
	font-weight:normal;
	text-decoration:none !important;
}

/*** arrows **/
.menu-nav a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../../images/icons/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.menu-nav ul .sf-sub-indicator { background-position:  -10px 0; }
.menu-nav ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu-nav ul a:focus > .sf-sub-indicator,
.menu-nav ul a:hover > .sf-sub-indicator,
.menu-nav ul a:active > .sf-sub-indicator,
.menu-nav ul li:hover > a > .sf-sub-indicator,
.menu-nav ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* end of dropdown menu */

.page_bg  {
	background: #27262B;
}

.profiletable {
	font-size: 12;
}

.aButton {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000; 
	background-color: #D0D0D0;
	padding: 2px;
	text-decoration: none;
	color: black;
}

.required {
	color: red;
}

.notrequired {
	color: white;
}

.error {
	background: red;
}

.repository {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px dotted #C0C0C0;
}

#wrapper_r {
	background: #D4D4D4 url(../../images/page_bg.png) 0 0 repeat-x
}

/*sets the sites width*/
#whitebox, #top .main {
	width: 840px;
}

#top {
	/*overflow: hidden;*/
	position: relative;
}

#top .main {
	margin: auto;
	background: transparent url(../../images/header_highlight.png) 0 0 no-repeat;
}

#logo {
	background: url(../../images/simshare_logo.png) 0 0 no-repeat;
}

#logo img {
	margin: 25px 15px 0;
	float: left;
}

#nav {
	overflow: hidden;
}

#quicklinks {
	overflow: hidden;
	margin: 15px 0px;
	text-align: right;
}

#topmenu {
	height: 40px;
	background:url(../../images/menu_bg.png) !important;
	border-bottom: 1px solid #fff;
}

ul.menu-nav {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style:none;
	padding-left: 0px;
}

ul.menu-nav li, ul.menu-nav li.active	{
	background:url(../../images/black_spacer.gif) !important;
	float:left;
	padding:0px 1px 0px 0px !important;
	margin:0px 0px 0px 0px;
	border:none;
}

ul.menu-nav li a, ul.menu-nav li a:hover, ul.menu-nav li a:visited {
	color:#fff;
	font-weight:normal !important;
	cursor:pointer;
	background:url(../../images/black_spacer.gif);
	padding:0px 0px 0px 0px;
}
ul.menu-nav li a  {
	background:url(../../images/menu_bg.png) !important;
	display:block;
	font:normal 14px Arial, Helvetica, sans-serif;
	text-decoration:none !important;
	padding:0px 0px 0px 0px;
}
ul.menu-nav li a span.parent	{
	/*background:url(../../images/menu_active.png) no-repeat right 0 !important;*/
	display:block; 
	margin:0px 0px 0px 0px;
	padding:10px 30px 10px 30px;
	height: 20px;
}

ul.menu-nav li a span.sub	{
	/*background:url(../../images/menu_active.png) no-repeat right 0 !important;*/
	display:block; 
	margin:0px 0px 0px 0px;
	padding:10px 30px 10px 30px;
	height: 20px;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}

/*-------------------hover----*/

ul.menu-nav li a:hover  {
	background:url(../../images/menu_active.png) repeat-x 0 0 #fff !important;
	color:#343434 !important;
	text-decoration:none;
}
ul.menu-nav li a:hover span	{
/*	background:url(../../images/menu_active.png) no-repeat right 0 !important;
	padding:10px 30px 10px 30px;*/
}
/*-------------------active----*/

ul.menu-nav li.active a {
	background:url(../../images/menu_active.png) repeat 0 0 #fff !important;
	color:#343434 !important; 
}
ul.menu-nav li.active a span {
	/*background:url(../../images/menu_active.png) no-repeat right 0 !important;
	padding:10px 30px 10px 30px;*/
}

#whitebox {
	margin: auto;
	background:url(../../images/content_bg.png) repeat-x 0 0 #fff
}

#front_page_image_container {
	padding: 0px 10px;
	height: 325px;
}

#front_page_image_1 {
	float: left;
	width: 300px;
}

#front_page_image_2 {
	padding-top: 30px;
	text-align: right;
}

#front_page_cells {
/*	float: left;
	width: 100%;
	height: auto;
	vertical-align: baseline;
	padding-top: 10px;*/
}

.module_uploaded, .module_downloaded, .module_popular, .join_box {
	padding: 0px;
}

.module_uploaded, .module_downloaded {
	background: url(../../images/box_middle_style_1.png) repeat-y scroll 0 0;
	display: inline;
	float: left;
	position: relative;
	width: 250px;
	margin: 0 0 10px;
	overflow: hidden;
}

.join_box {
	background: url(../../images/box_middle_style_1.png) repeat-y scroll 0 0;
	position: relative;
	width: 250px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.join_box .first {
	background: url(../../images/box_top_style_1.png) no-repeat scroll 0 0;
}

.join_box .sec {
	background: url(../../images/box_bottom_style_1.png) no-repeat scroll 0 bottom;
	height: 100%;
}

.module_popular {
	background: url(../../images/box_middle_style_2.png) repeat-y scroll 0 0;
	display: inline;
	float: left;
	position: relative;
	width: 250px;
	margin: 0 0 10px;
	overflow: hidden;
}

.module_sponsors {
	background: url(../../images/box_middle_style_3.png) repeat-y scroll 0 0;
	display: inline;
	float: left;
	position: relative;
	width: 250px;
	margin: 0 0 10px;
	overflow: hidden;
}

.module_uploaded .first, .module_downloaded .first {
	background: url(../../images/box_top_style_1.png) no-repeat scroll 0 0;
}

.module_uploaded .sec, .module_downloaded .sec {
	background: url(../../images/box_bottom_style_1.png) no-repeat scroll 0 bottom;
}

.module_popular .first {
	background: url(../../images/box_top_style_2.png) no-repeat scroll 0 0;
}

.module_popular .sec {
	background: url(../../images/box_bottom_style_2.png) no-repeat scroll 0 bottom;
}

.module_sponsors .first {
	background: url(../../images/box_top_style_3.png) no-repeat scroll 0 0;
}

.module_sponsors .sec {
	background: url(../../images/box_bottom_style_3.png) no-repeat scroll 0 bottom;
}

.module_uploaded h3, .module_downloaded h3, .module_popular h3 {
	padding: 10px 0 10px 10px;
	color: #fff;
	width: 100px;
}

.module_sponsors h3 {
	padding: 10px 0 10px 10px;
	color: #009CC9;
}

.box-indent a {
	color: #FFFFAA;
}

.module_uploaded .box-indent, .module_downloaded .box-indent, .module_popular .box-indent {
	padding: 0px 26px 23px 30px;
	color: #fff;
}

.module_sponsors .box-indent {
	padding: 0px 10px 10px;
	color: #000;
	font-size: 0.8em;
	line-height: 1.2;
}

.module_container_uploaded {
	display: inline;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
	position: relative;
}

.module_container_downloaded {
	display: inline;
	float: left;
	padding-left: 37px;
	padding-right: 37px;
	padding-top: 30px;
	padding-bottom: 10px;
	position: relative;
}

.module_container_popular {
	display: inline;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
	position: relative;
}

/* Box floating icons */

.icon_uploaded {
	background: url(../../images/box_upload_icon.png) no-repeat scroll 0 0;
	position: absolute;
	height: 64px;
	width: 64px;
	left: 180px;
	top: 5px;
}

.icon_downloaded {
	background: url(../../images/box_download_icon.png) no-repeat scroll 0 0;
	position: absolute;
	height: 64px;
	width: 64px;
	left: 217px;
	top: 5px;
}

.icon_popular {
	background: url(../../images/box_popular_icon.png) no-repeat scroll 0 0;
	position: absolute;
	height: 64px;
	width: 64px;
	left: 180px;
	top: 5px;
}

.sponsor_spacer {
	border-top: 1px solid #C0C0C0;
	border-bottom:1px solid #FFF;
	width: 100%;
	margin: 5px 5px 5px 0px;
	padding: 0px 0px 0px 0px;
	height: 0px;
}

#front_page_cells .shadow {
	background: url(../../images/box_shadow_style_1.png) no-repeat bottom right;
}

.register {
	text-align: center;
	background: #c0c0c0;
	width: 150px;
	height: 25px;
	border: 1px solid #3e3e3e;
	margin: auto;
	line-height: 2;
}

#submenu {
	float: left;
	text-align: left;
	display: inline;
	width: 50%;
}

#copyright {
	float: left;
	display: inline;
	width: 50%;
}

#copyright {
	text-align: right;
}

.post {
	margin: auto;
	padding-top: 50px;
}

.postsmall {
	margin: auto;
	padding-top: 50px;
	width: 300px;
}

.hidden {
	display: none;
}

.header {
	border-bottom: 1px solid #C0C0C0;
	padding-top: 10px;
}

.header-news {
	border-bottom: 1px solid #C0C0C0;
	padding-top: 10px;
	width: 100%;
	float: left;
}

.validator {
	text-align: center;
	padding-top: 5px;
}

ul.sideNav {
	clear: left;
	font-size: 11px;
	padding-left: 0px;
	margin: 0px;
}

li#navigationItem {
	display: block;
	overflow: visible;
	padding-left: 8px;
	position: relative;
	width: 239px;
	z-index: 2;
}

#navigationItem.active{
	background: #D8DFEA none repeat scroll 0 0;
	display: block;
	overflow: visible;
	padding-left: 8px;
	position: relative;
	width: 238px;
	border: 1px dotted #FFF;
	z-index: 2;
}

#navigationItem.active span{
	font-weight: bold;
}

ul.sideNav a {
	color: #333333;
	font-size: 11px;
	display: block;
	padding: 3px 4px 4px 28px;
}

ul.mainContent a {
	color: #333333;
	font-size: 11px;
}

span.dissabled {
	color: #C0C0C0;
}

span.imgWrap {	
	left: 5px;
	position: absolute;
	text-align: center;
	top: 2px;
	width: 18px;
}

.navSpacer {
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #C0C0C0;
	height: 0;
	margin: 5px 5px 5px 5px;
	padding: 0;
	width: 95%;
}

.button_connect {
	border: 1px solid #000;
	border-color: #999999 #999999 #888888;
	background: #C0C0C0;
	margin-left: 10px;
	padding: 3px 6px;
	vertical-align: bottom;
	display: inline-block;
}

/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	min-height: 100%;
	height: auto !important;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

#fullwidth a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
        color:#7b1c80;
}

#fullwidth a:hover {
	text-decoration: underline;
	font-weight: normal;
}

#front_page_cells a {
	color: #ff6;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; text-align: left;}

img { border: 0 none; }

.simcomments {
	border-top: 1px solid #A6C9E2;
	border-bottom: 1px solid #A6C9E2;
	padding-top: 5px;
	padding-bottom: 5px;
}

.commentwindow {
	background-color:#FFFFFF;
	border:1px dotted #0099CC;
	color:#000000;
	margin:5px 0 0;
	padding:0;
	text-align:left;
	width:100%;
}

.commentwindow .headline {
	background-color:#AACCFF;
	border-bottom:1px dotted #0099CC;
	height:15px;
	padding:5px;
	width:auto;
}

.commentwindow .headline .author {
	color:#353535;
	float:left;
}

.commentwindow .headline .date {
	color:#353535;
	float:right;
	font-size:11px;
}

.commentwindow .content {
	height:auto;
	margin:0;
	width:auto;
	padding-left: 5px;
	padding-top: 5px;
	background: #ECECEC;
}

.commentwindow .contentseperator {
	padding: 5px;
}

.findcontainer {
	padding : 5px;
	text-align: center;
}

.find {
	float: left;
}

.finddiv {
	background-color: #E6EEEE;
	border-bottom: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
}
/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

div.center {
  text-align: left;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
}

body.width_medium div#wrapper {
	width: 950px;
}

body.width_small div#wrapper {
	width: 773px;
}

body.width_fmax div#wrapper {
	min-width: 750px;
	max-width: 1050px;
}

div#header_l {
	position: relative;
}

div#header_r {
	height: 90px;
	padding-left: 370px;
	padding-right: 30px;
	padding-top: 25px;
	overflow: hidden;
	text-align: left;
}

div#newsflash {
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;
}

div#tabarea {
	background: #f7f7f7 url(../../images/mw_header_b.png) 0 0 repeat-x;
	margin: 0 11px;

}

div#tabarea_l {
	background: url(../../images/mw_header_l_b.png) 0 0 no-repeat;
	padding-left: 32px;
}

div#tabarea_r {
	height: 42px;
	background: url(../../images/mw_header_r_b.png) 100% 0 no-repeat;
	padding-right: 1px;
}

div#footer {
	background: #27262b;
	width: 100%;
	height: 100px;
}

#footer_l {
	margin: auto;
	overflow: hidden;
	padding-top: 30px;
	width: 840px;
	background: #fff;
}

div#footer_r {
	padding-top: 10px;
	height: 60px;
	overflow: hidden;
	background: #27262b;
}

div#footer_r p {
	color: #FFF; 
	text-align: right;
}

div#footer_r div {
	font-size: .90em;
	color: #aaa;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #999;
}

div#footerspacer {
	height: 10px;
}

#pathway {
	padding: 0px 10px 8px;
	width: auto;
	margin-top: -2px;
	margin-right: 250px;
	text-align: left;
}

#search {
	float: right;
	width:320px;
	margin-top: -20px;
	margin-right: 30px;
	height: 40px;
	overflow: hidden;
	text-align:right;
}

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}

#mod_search_searchword {
	padding-left: 3px;
}

#area {
	padding: 0;
}

#whitebox_t {
	background: #fff url(../../images/mw_content_t.png) 0 0 repeat-x;
}

#whitebox_tl {
	background: url(../../images/mw_content_t_l.png) 0 0 no-repeat;
}

#whitebox_tr {
	height: 10px;
	overflow: hidden;
	background: url(../../images/mw_content_t_r.png) 100% 0 no-repeat;
}

#whitebox_m {
	width: auto;
	padding: 1px 8px;
}

#whitebox_b {
	margin-top: -5px;
	background: url(../../images/mw_content_b.png) 0 100% repeat-x;
}

#whitebox_bl {
	background: url(../../images/mw_content_b_l.png) 0 100% no-repeat;
}

#whitebox_br {
	height: 13px;
	background: url(../../images/mw_content_b_r.png) 100% 100% no-repeat;
}

/* horizontal pill menu */
table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

td.pill_l {
  background: url(../../images/mw_menu_cap_l.png) no-repeat;
  width:  20px;
  height: 32px;

}

td.pill_m {
  background: url(../../images/mw_menu_normal_bg.png) repeat-x;
  padding: 0;
  margin: 0;
  width: auto;
}

td.pill_r {
  background: url(../../images/mw_menu_cap_r.png) no-repeat;
  width:  19px;
  height: 32px;
}

#pillmenu {
  white-space: nowrap;
  height: 32px;
  float: left;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;
	background: url(../../images/mw_menu_separator.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
	float:left;
  display:block;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  color: #000;
  text-decoration: none;
}

#pillmenu a#active_menu-nav {
	margin-top:2px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;
}

#leftcolumn {
	padding: 0;
	margin: 0;
	width: 250px;
	float:left;
}

#maincolumn,
#maincolumn_full {
	float: left;
	padding-left: 15px;
	width: 67%;
	padding-top: 10px;
}

#maincolumn h3,
#maincolumn_full h3, #fullwidth h3{
	color: #009CC6;
	line-height:125%;
}

#maincolumn_full {
	margin-left: 0;
	padding: 0;	
	width: 100%;
}

#introduction {
	width: 100%;
	padding-top: 20px;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

h2, .contentheading {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3, .componentheading, table.module th, legend {
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.module {
	margin-bottom: 0px;
}

div.module, div.module {
  margin-bottom: 25px;
}

div.module_menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}

#leftcolumn div.module {
	padding: 0 10px;
}

#leftcolumn div.module table {
	width: auto;
}

/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../syst../../images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../syst../../images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../syst../../images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../syst../../images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 25px;
}

#power_by{
	float:right;
	padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}

.profileMenuImg {
	float: left;
	display: inline;
}

.profileMenuItem{
	float: left;
	display: inline;
}

.alertbox {
	border: 1px solid red;
	background-color: #fdcbcb;
	padding: 5px;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

div.button {
    background: transparent url('../../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

div.button span {
    background: transparent url('../../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 14pt;
  letter-spacing: -1px;
  color: #fff;
  font-weight: normal;
  background: url(templates/pixel/img/bg-trans.png) repeat;
  padding: 5px;
  }
.topPost {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  }
.topPost h2.topTitle {
  font-size: 15pt;
  font-weight: normal;
  color: #0000FF;
  }
  
.topPost h2.topTitle a {
  font-size: 15pt;
  font-weight: normal;
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #abd1ea;
  }
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 9pt;
  color: #9c9c9c;
  }
.topPost p.topMeta a {
  text-decoration: none;
  color: #6666ff;
  }
.topPost p.topMeta a:hover {
  color: #abd1ea;
  text-decoration: underline;
  }
.topPost div.topContent {
  font-size: 9pt;
  margin: 8px 0;
  }
.topPost div.topContent p {
  font-size: 1.05em;
  line-height: 1.6em;
  }
.topPost div.topContent a {
  text-decoration: underline;
  color: #fff;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #ff9933;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  font-size: 1.05em;
  color: #eee;
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: italic;
  background: url(templates/pixel/img/bg-trans.png) repeat;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #fff;
  border: 1px solid #111;
  }
.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #040404;
  }
.topPost span.topComments a {
  color: #fff;
  background: url(templates/pixel/img/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #fff;
  background: url(templates/pixel/img/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(templates/pixel/img/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #fff;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #fff;
  text-decoration: underline;
  }
