/*
 * Template styles.
 */

html
{
	margin: 0;
	padding: 0;
	height: 100%;
}


body
{
	margin: 17px auto 0px auto;
	width: 984px;
	text-align: left;
	font: normal normal normal 13px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: black;
	background: rgb(245, 245, 245);
}

h1
{
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	color: #333;
}

h2
{
	margin: 15px 0px 15px 0px;
	padding: 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	/*color: rgb(72, 134, 134);*/
}

h3
{
	margin: 0px 0px 4px 0px;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: black;
}

h3 a:link, h3 a:visited
{
	color: black;
}

h3 a:hover
{
	text-decoration: none;
	/*color: #7b0b12;*/
}

p, li
{
	margin: 0 0 5px 0;
	color: #333;
}

a:link, a:visited
{
	text-decoration: none;
	color: #a10f15;
}

a:hover
{
	text-decoration: underline;
	/*color: #7b0b12;*/
}

table
{
	margin: 0;
	padding: 0;
	border-collapse: collapse; /* For IE */
	border-spacing: 0;  /* For eveything else. */
}

table td, th
{
	border: none;
	padding: 0;
	vertical-align: top;
}

table.small_table td, th
{
	padding: 0px 20px 0px 0px;
}

table.small_table th
{
	font-weight: bold;
}

form.input_form td
{
	margin: 0;
	padding: 0 0 1px 0;
}

input[type="text"], input[type="password"]
{
	margin: 0 0 7px 0; /* 10px spacing between fields. */
	padding: 3px 4px 4px 4px;
}

button, input[type="submit"]
{
	margin: 10px 0 10px 0;
	padding: 3px 20px 3px 20px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #a10f15;
}

input[type="submit"]
{
	margin: 5px 0 -5px 0;
}

button a:hover
{
	text-decoration: none;
	color: rgb(64, 92, 128);
}

input.button
{
	cursor: pointer;
}


img
{
	border: 0 none;
}

/* Header */

.header
{
	margin: 0;
	padding: 14px 14px 0px 14px;
	/*border: 1px solid rgb(205, 205, 205);
	border-radius: 9px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(252, 252, 252)), to(rgb(231, 231, 231)));*/
	background: url(header.png) no-repeat;
}

a.home
{
	width: 205px;
	height: 50px;
	display: block;
}

/* Top menu */

#top_menu
{
	height: 32px;
	text-align: right;
}

#top_menu ul
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	white-space: nowrap;
}

#top_menu li
{
	display: inline;
	padding-left: 20px;
}

#try_now
{
	height: 32px;
	margin: 0;
	font-size: 12px;
	text-align: right;
}

/* Search form. */

#search
{
	height: 32px;
	margin: 0;
	text-align: right;
	color: #aaa;
}

form#searchForm input
{
	vertical-align: middle;
}

form#searchForm table
{
	border-collapse: collapse;
}

form#searchForm td
{
	padding: 0;
}

#mod_search_searchword
{
	padding-left: 3px;
}

/* Main menu */

.main_menu
{
	margin-left: auto;
	margin-right: auto;
}

.main_menu_left
{
	width:  20px;
	height: 30px;
	background: url(menu_cap_left.png) no-repeat;
}

.main_menu_right
{
	width: 19px;
	height: 30px;
	background: url(menu_cap_right.png) no-repeat;
}

.main_menu_middle
{
	width: auto;
	height: 30px;
	white-space: nowrap;
	background: url(menu_background.png) repeat-x;
}

.main_menu_middle ul
{
	margin: 0;
	padding: 0;
	list-style:none;
}

.main_menu_middle li
{
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	background: url(menu_separator.png) top right no-repeat;
}

.main_menu_middle a
{
	font-size: 12px;
	font-weight: bold;
	float: left;
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 20px;
	color: #333;
	text-decoration: none;
}

.main_menu_middle a:hover
{
	color: #a10f15;
}

.main_menu_middle a#active_menu-nav
{
	margin-top: 2px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;
	background: url(../images/red/mw_menu_active_bg.png) 0 0 repeat-x;
	color: #fff;
}

.main_menu_middle a#active_menu-nav:hover
{
	color: #fff;
}

/* Main content box. */

/*.box
{
	margin: 0 0 14px 0;
	padding: 0;
	width: 982px;
	height: 38px;
	border: 1px solid rgb(205, 205, 205);
	border-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(240, 240, 240)));
}

.box p
{
	margin: 10px 20px 10px 20px;
	padding: 0;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
}
*/

.whitebox_top
{
	margin: 0;
	padding: 0;
	height: 10px;
	background: #fff url(whitebox_top.png) no-repeat;
}

.whitebox_middle
{
	margin: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0;
	width: 100%;
	background: white;
}

.whitebox_bottom
{
	margin: 0 0 14px 0;
	padding: 0;
	height: 10px;
	background: #fff url(whitebox_bottom.png) no-repeat;
}

.gradient_box_bottom
{
	margin: 0 0 14px 0;
	padding: 0;
	height: 39px;
	background: #fff url(gradient_box_bottom.png) no-repeat;
}

.whitegrid_top
{
	margin: 0;
	padding: 0;
	height: 10px;
	background: #fff url(whitegrid_top.png) no-repeat;
}

.main_box h1
{
	margin: 30px 100px 25px 100px;
	padding: 0;
	text-align: center;
	font-size: 42px;
	line-height: 58px;
	font-weight: bold;
	color: #333;
}

.main_box h2
{
	margin: 0px 100px 0px 100px;
	padding: 0;
	text-align: center;
	font-size: 22px;
	line-height: 27px;
	font-weight: normal;
	color: rgb(100, 100, 100);
}

.main_box p
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
}

/* Featurettes box. */

tr.featurettes td
{
	width: 245px;
	border-right: 1px solid rgb(225, 225, 225);
}

tr.featurettes td.last_column
{
	width: 244px;
	border: none;
}

.featurettes h3
{
	margin: 15px 20px 4px 20px;
	padding: 0;
}

.featurettes p
{
	margin: 0px 20px 26px 20px;
	padding: 0;
	color: #333;
}

table.featurette_images
{
	width: 984px;
	height: 181px;
	margin-bottom: 14px;
}

table.featurette_images tr td a
{
	width: 246px;
	height: 181px;
	display: block;
}

/* Featurette box. */

.featurette h3
{
	margin: 15px 20px 4px 20px;
	padding: 0;
}

.featurette p
{
	margin: 15px 20px 15px 20px;
	padding: 0;
	color: #333;
}

/* Buy strip. */

.buy_strip
{
	border-collapse: separate;
	margin: 0 0 14px 0;
	width: 100%;
	height: 91px;
	background: url(header.png) no-repeat;
}

.buy_strip .logo
{
	margin: 1px;
	border-right: 1px solid rgb(226, 226, 226);
	padding: 13px 13px 26px 13px;
	width: 219px;
}

.buy_strip .call
{
	padding: 14px;
}

.buy_strip h2
{
	margin: 0;
}

.buy_strip p
{
	margin: 0;
	/*font-size: 14px;
	line-height: 21px;*/
}

/* Features pages. */

.features h1, .features h2, .features p
{
	margin: 0 50px 0 50px;
}

.features h1
{
	padding: 30px 50px 15px 50px;
	text-align: center;
}

.features p.intro
{
	padding: 0px 50px 25px 50px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #888;
}

.features h2
{
	padding: 35px 0 0 0;
}

.features p
{
	padding: 0;
	font-size: 14px;
	line-height: 21px;
	color: #333;
}

.features table
{
	margin: 35px 35px 0 35px;
}

.features table td
{
	padding: 0 15px 0 15px;
	vertical-align: middle;
}

.features table td h2, .features table td p
{
	margin: 0;
	padding: 0;
}

.features .center
{
	margin: 20px 0 0 0;
	text-align: center;
}

.features .section
{
	margin: 0 50px 0 50px;
	border-top: 1px solid #E5E5E5;
}

.features .pagenav
{
	margin: 35px 50px 0 50px;
	padding: 20px 0 10px 0;
	width: 882px;
	float: left;
	font-size: 13px;
	line-height: 18px;
	color: #333;
}

.pagenav .previous
{
	float: left;
}

.previous a
{
	padding: 0 0 0 10px;
	white-space: nowrap;
	background: url(left_arrow.png) no-repeat 0% 50%;
}

.pagenav .next
{
	float: right;
}

.next a
{
	padding: 0 10px 0 0;
	white-space: nowrap;
	background: url(right_arrow.png) no-repeat 100% 50%;
}


/* Secondary pages. */

/*
    Want 50px total margin: 40px on top because whitebox_top is 10px high.
	30px on right to provide spacing between main and side columns.
	35px on bottom because whitebox_bottom is 10px high and last para has 5px margin.
*/
.secondary_page td
{
	padding: 40px 30px 35px 50px;
}

.secondary_page h1
{
	margin: 0 0 10px 0;
}

.secondary_page h2
{
	margin: 20px 0px 10px 0px;
	color: rgb(72, 134, 134); /* Beachcomber */
}

.secondary_page h3
{
	margin-top: 15px;
	font-size: 13.5px;
	line-height: 18px;
}

.secondary_page h4
{
	margin: 10px 0 10px 0;
	font-size: 13px;
	line-height: 18px;
}

.secondary_page p, .secondary_page li
{
	font-size: 13.5px;
	line-height: 18px;
	color: #333;
}

p.small
{
	font-size: 13px;
	line-height: 18px;
}

/*
    Want 50px total margin: 40px on top because whitebox_top is 10px high.
	35px on bottom because whitebox_bottom is 10px high and last para has 5px margin.
	0px on the left because column spacing is provided by the main column. (.secondary_page td)
*/
.secondary_page td.side_column
{
	padding: 40px 50px 35px 0;
	width: 295px;
}

.side_box
{
	margin-bottom: 20px; /* To separate multiple boxes in a column. */
	border: 1px solid rgb(228, 228, 228);
	background-color: rgb(250, 250, 250);
	padding: 20px;
}

.side_box h2
{
	margin: -5px 0 5px 0;
	padding: 0;
	text-decoration: underline;
}


.side_box ul
{
	padding: 0 0 0 20px;
}


.divider
{
	margin: 18px 0 0 0;
	border-top: 1px solid rgb(228, 228, 228);
	border-bottom: 1px solid white;
	padding: 0;
	height: 0;
}

/* Simple page - just headings and paragraphs. */

.simple_page td
{
	padding: 40px 50px 35px 50px;
}

.simple_page h1
{
	margin: 0 0 10px 0;
}

.simple_page h2
{
	margin: 20px 0px 10px 0px;
}

.simple_page h3
{
	margin-top: 15px;
	font-size: 13.5px;
	line-height: 18px;
	color: rgb(72, 134, 134); /* Beachcomber */
}

.simple_page h4
{
	margin: 10px 0 10px 0;
	font-size: 13px;
	line-height: 18px;
}

.simple_page p, .simple_page li
{
	margin-bottom: 5px;
	font-size: 13.5px;
	line-height: 18px;
	color: #333;
}


/* Misc. */

.see_more
{
	padding: 0 10px 0 0;
	white-space: nowrap;
	background: url(right_arrow.png) no-repeat 100% 50%;
}

p.feint
{
	padding: 35px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	line-height: 16px;
	color: #bbb;
}

.beachcomber
{
	color: rgb(72, 134, 134);
}

p.beachcomber
{
	color: rgb(72, 134, 134);
}

.beachcomber a:link, .beachcomber a:visited
{
	color: rgb(72, 134, 134);
}

.beachcomber a:hover
{
	text-decoration: none;
	color: #a10f15;
	/*color: #7b0b12;*/
}

/* Footer */

div.footer
{
	padding: 0px 0px 50px 0px;
}


div.footer p
{
	font-size: 11px;
	line-height: 13px;
	color: #888;
}


/*
 * Joomla-specific styles.
 */

/* Copied from system.css */
/*--------------------------------------------------------------------------*/

/* OpenID icon style */
input.system-openid, input.com-system-openid {
   background: url(http://openid.net/images/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}

/*--------------------------------------------------------------------------*/

table.contentpaneopen, table.contentpane
{
	margin: 0;
	padding: 0;
	width: 100%;
}

/*table.contentpaneopen fieldset
{
	border: 0;
	border-top: 1px solid #ddd;
}*/

.componentheading
{
	margin: 15px 0px 15px 0px;
	padding: 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: rgb(72, 134, 134);
}

.form-validate, #login, #com-form-login
{
	border: 1px solid #ccc;
	margin: 0 0 14px 0;
	padding: 10px 20px 20px 20px;
	background: white;
}

#searchForm
{
	border: 1px solid #ccc;
	margin: 0 0 14px 0;
	padding: 25px 20px 40px 20px;
	background: white;
}

span.article_separator
{
	display: block;
	height: 0px;
}

div.offline
{
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/* headers */
div.componentheading
{
  padding-left: 0px;
}

.highlight
{
	background-color: #fffebb;
}

/* tiny text */
.tiny
{
	/*font-size: .90em;*/
	font-size: 11px;
	color: #888;
	font-weight: normal;
	/*margin-left: 25px;*/
}

.modifydate
{
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
}

.createdate
{
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	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: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
}

.ol-captionfont
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, 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
{

}

.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;
}


/* module control elements */
table.user1user2 div.moduletable
{
	margin-bottom: 0px;
}

div.moduletable, div.module
{
  margin-bottom: 25px;
}

div.module_menu
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	background: url(../images/red/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu h3
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu div
{
	background: url(../images/red/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div
{
	background: url(../images/red/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div
{
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
	background: url(../images/red/mw_box_tl.png) 0 0 no-repeat;
}

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
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #7E7E7E;
	width: 145px;
	border: 1px solid #ccc;
	margin: 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; }

div.img_caption	   { padding: 0 10px 0 10px; }
div.img_caption img   { border: 1px solid #CCC; }
div.img_caption p	 { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist
{
	margin-top: 5px;
}

table.paramlist td.paramlist_key
{
	width: 128px;
	height: 30px;
}

table.paramlist td.paramlist_value
{
}

div.message
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, 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
{
}

/* 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(../../system/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(../../system/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(../../system/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(../../system/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;
}