/* 
 * ========================================================================
 * Jupiter Content System @ Highstrike.net
 * Copyright (C) 2005 Cosmin Flavius (highstrike@gmail.com)
 * 
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 * 
 * More Info About The Licence At http://www.gnu.org/copyleft/gpl.html
 * ========================================================================
 *
 * ========================================
 * Regular body
 * ========================================
 */


#attentionwrapper
{ 
	margin: 60px auto 20px auto;
	text-align: left;
	width: 750px;
}

#container
{ 
	margin: 0px auto 0px auto;
	text-align: left;
	width: 985px;
}

/* 
 * ========================================
 * the links style
 * ========================================
 */

a:link,
a:visited,
a:active
{
	background: transparent;
	color: #000000;
	text-decoration: none;
}

a:hover
{
	background: transparent;
	color: #999999;
	text-decoration: none;

}

/* 
 * ========================================
 * the form style
 * ========================================
 */

form
{
	display: inline;
	margin: 0; 
	padding: 0;
}

form input:focus,
form input:hover,
form select:focus,
form select:hover,
form textarea:focus,
form textarea:hover
{
	border: #6F6F6F 1px solid;
	color: #3A3A3A;
}

optgroup
{
	font: inherit;
	font-weight: bold;
}



/* 
 * ========================================
 * the message style + misc
 * ========================================
 */

span.bold
{
	font-weight: bold;
}

span.inv
{
	color: #999999;
}

span.hilight
{
	color: #FF9900;
}

span.ok
{
	font-weight: bold;
	color: #FF0000;
}

span.normal
{
	font-weight: bold;
	color: #999999;
}

span.alert
{
	font-weight: bold;
	color: #ff0000;
}

/* 
 * ========================================
 * main <table> style
 * ========================================
 */
TABLE.tab
{
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#657077;
	margin:40px;
}

TABLE.main
{
	line-height: 1.3em;
	color: #000000;
	font-family: verdana, Tahoma, Arial;
	width: 100%;
	border: 1px solid #D4D1D1;
	background: #ffffff;

}

TABLE.quote
{
	font-size: 12px; 
	color: #000000;
	font-family: verdana, Tahoma, Arial;
	background-color: #F6F6F6;
	width: 100%;
	border: #FFFFFF;
	border-style: dashed;
	border-width: 1px;
}

TR.menu
{
	font-size: 12px; 
	color: #000000;
	font-family: verdana, Tahoma, Arial;
}

TR.head
{
	font-size: 14px; 
	color: #000000;
	font-family: Tahoma, Arial;
	background: transparent url(tile_sub.png);
	background-repeat: repeat-x;
	font-weight: bold;
}

TR.bottom
{
	font-size: 12px; 
	color: #848484;
	font-family: Tahoma, Arial;
	background: transparent url(tile_bot.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

TD.avatar
{
	font-size: 14px; 
	color: #445464;
	font-family: Tahoma, Arial;
	text-align: center;
	background: transparent url(../images/misc/avatar_blank.gif);
}

TR.empty,
TD.empty
{
	font-size: 12px; 
	color: #000000;
	font-family: verdana, Tahoma, Arial;

}

TR.con1,
TD.con1
{
	font-size: 12px; 
	color: #000000;
	font-family: verdana, Tahoma, Arial;
	

}

TR.con2,
TD.con2
{
	font-size: 12px;
	color: #000000;
	font-family: verdana, Tahoma, Arial;
	background-color: #F0F0F0;
}

TR.con3,
TD.con3
{
	font-size: 12px; 
	color: #000000;
	font-family: verdana, Tahoma, Arial;
	background-color: #d1d1d1;
}

TR.con4,
TD.con4
{
	font-size: 12px; 
	color: #000000;
	font-family: verdana, Tahoma, Arial;
	background-color: #F0F0F0;
	height: 9px;
}

TD.eventempty
{
	font-size: 14px; 
	color: #000000;
	font-family: Tahoma, Arial;
	background-color: #FFFFFF;
	text-align: center;
}

TD.eventselect
{
	font-size: 14px; 
	color: #000000;
	font-family: Tahoma, Arial;
	background-color: #99FF00;
	text-align: center;
	font-weight: bold;
}

TD.eventbday
{
	font-size: 14px; 
	color: #000000;
	font-family: Tahoma, Arial;
	background-color: #FFCC00;
	text-align: center;
	font-weight: bold;
}

TD.eventtoday
{
	font-size: 14px; 
	color: #445464;
	font-family: Tahoma, Arial;
	background-color: #CCCCCC;
	text-align: center;
	font-weight: bold;
}

TD.pagelink,
TD.pagecurrent
{
	font-size: 12px; 
	color: #000000;
	font-family: verdana, Tahoma, Arial;
	background-color: #FFFFFF;
	border: 1px solid #D4D1D1;
	padding: 1px 3px 1px 3px;
}

TD.pagecurrent
{
	font-size: 12px; 
	color: #000000;
	font-family: verdana, Tahoma, Arial;
	background-color: #FFFFFF;
}

/* 
 * ========================================
 * quote style
 * ========================================
 */

.quote blockquote {
	color: #444;
	display: block;
	margin: 5px 20px;
	width: auto;
	border: solid 1px #D0D0D0;
	background: #FFF url(../images/codes/quote_down.gif) bottom right no-repeat;
	font-size: 12px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px;
}

.quote blockquote h1 {
	margin: 0;
	font-size: 12px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #808080;
	background: #FFF url(../images/codes/quote_up.gif) top left no-repeat;
}

.quote blockquote h2 {
	margin: 0;
	margin-bottom: 5px;
	padding-left: 18px;
	padding-bottom: 3px;
	border-bottom: solid 1px #E0E0E0;
	font-size: 12px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #808080;
	background: #FFF url(../images/codes/quote_up.gif) top left no-repeat;
}

/* 
 * ========================================
 * code style
 * ========================================
 */

.code blockquote {
	color: #444;
	display: block;
	margin: 5px 20px;
	width: auto;
	border: solid 1px #D0D0D0;
	background: #FFF url(../images/codes/code_down.gif) bottom right no-repeat;
	font-size: 12px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px;
}

.code blockquote h2 {
	margin: 0;
	margin-bottom: 5px;
	padding-left: 18px;
	padding-bottom: 3px;
	border-bottom: solid 1px #E0E0E0;
	font-size: 12px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #808080;
	background: #FFF url(../images/codes/code_up.gif) top left no-repeat;
}
TR.block
{
	font-size: 14px; 
	color: #000000;
	font-family: Tahoma, Arial;
	background: transparent url(men.gif);
	background-repeat: no-repeat;
	
	font-weight: bold;
}





div #sidebar_inner div.events-calendar {
	background: url(../../../images/orange-calendar-background.gif) repeat;
	padding:28px 25px;
	margin-bottom:15px;
}

div #sidebar_inner div.events-calendar div.inner {
	background: #ffffff;
	padding:4px 4px;
	font-family:arial, helvetica, sans-serif;
	
}

div #sidebar_inner div.events-calendar div.inner h3.month {
	font-family:georgia, times, serif;
	font-size:18px;
	line-height:19px;
	font-weight:normal;
	text-align:center;
	margin:0 0 10px;
}

div #sidebar_inner div.events-calendar div.inner p.date {
	float:left;
	text-align: right;
	margin: 2px 0px 4px 0;
	width:100px;
	font-size:12px !important;
	line-height:15px !important;
}

div #sidebar_inner div.events-calendar div.inner p.event-details {
	float:right;
	text-align: left;
	width:260px;
	font-size:12px !important;
	line-height:15px !important;
	margin: 2px 0;
}
div #sidebar_inner div.events-calendar div.inner a.event-details {
	color:#003399;
}
h3.member-title{
	border-bottom:1px solid #CBCBCA;
	margin-bottom:20px;
	padding-bottom:4px;
	color:#B93C41;
	font-size:16px;
	font-weight:normal;
	}
#cpanel {  text-align: center;  vertical-align: middle; }

#cpanel div.icon   { margin: 3px; }
#cpanel div.icon a { 
	display: block; float: left;
	height: 97px !important;
	height: 100px; 
	width: 108px !important;
	width: 110px; 
	vertical-align: middle; 
	text-decoration : none;
	border: 1px solid #DDD;
	padding: 2px 5px 1px 5px;
}

#cpanel div.icon a:link    {  color : #000000;  }
#cpanel div.icon a:hover   { 
	color : #333; 
	background-color: #66ABCB;  
	border: 1px solid #c24733;
	padding: 3px 4px 0px 6px; 
}
#cpanel div.icon a:active  {  color : #000000;  }
#cpanel div.icon a:visited {  color : #000000;  }

#cpanel div.icon img { margin-top: 13px; }
#cpanel div.icon span { display: block; padding-top: 3px;}
table.adminheading th.cpanel {
	background: url(../../../images/toolbar/cpanel.png) no-repeat left;
	text-align: left;
	height: 50px;
	width: 99%;
	padding-left: 50px;
	border-bottom: 5px solid #fff;
}
table.adminheading th {
	background: url(../../../images/toolbar/generic.png) no-repeat left;
	text-align: left;
	height: 50px;
	width: 99%;
	padding-left: 50px;
	border-bottom: 5px solid #fff;
}
table.adminheading {
	background-color: transparent;
	font-family : Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 80%;
	border-collapse: collapse;
	color: #000000;
	font-size : 18px;
	font-weight: bold;
	text-align: left;
}