/* 
  Those are the main and generic styles for this theme
*/
body {
	background: url(images/frame/apple_bg.gif);
	color: #050d24;
	font: 11px "Lucida Grande", verdana, helvetica, arial, sans-serif;
	margin: 10px 0px 0px;
}


td, p {
  font: 11px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  margin: 0px;
}

a {
  color: #2f63b3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

input, select, textarea {
  font-size: 100%;
  line-height: 150%;
  font: 11px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

.submit {
  background: #F4F7FB;
  font: 11px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #2f63b3;
  margin: 1px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #BCD2E6;
}

.submit_disabled {
  background: #CCCCCC;
  font: 11px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #999999;
  margin: 1px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #999999;
}

/* TEXT STYLES */

.headings_main {
	font: bold 16px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

.headings_blue {
	font: bold 16px Geneva, Arial, Helvetica, sans-serif;
	color: #3476B8;
}

.contacts_click {
	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.contacts_info {
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	color: #3476B8;
}

.contacts_info_bl {
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

.hello {
	font: bold 18px Geneva, Arial, Helvetica, sans-serif;
	color: #3476b8;
}

.hello_black {
	font: bold 18px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* Text hilight */
.hilight {
  background-color:#FFFF00; /* #F1F1F1; 
  border-top: 1px solid #2f63b3;
  border-bottom: 1px solid #2f63b3; */
}

/*
  Gauges Styles
*/
#gaugewrapper {
  border: solid 1px #000; 
  width: 100%;
}

#gaugelevel {
  position: relative; 
  left: 0; 
  top: 0; 
  background-color: #CCFF00;
}

#gaugelabel {
  width: 100%; 
  position: relative; 
  top: 0; 
  left: 0; 
  text-align: center;
}

/*
  This small hack will force the main table
  to expand vertically and stretch it so it
  fills the browser viewport.
*/
html,body{
  margin: 0;
  padding: 0;
  height: 100%;
  border: none;
}

.fullheight {
  height: 100%;
}

/*
  The following "homeColorSet" and "footerColorSet"
  styles are color switches for elements that are outside
  the main white-backgrounded area, the home one is
  located on the homepage (which has a dark blue background)
  and the footer covers the bottom of each page which
  is also using a dark blue background color
*/
.homeColorSet1 {
  color: #FFFFFF;
}

.homeColorSet2 {
  color: #6699CC;
}

.footerColorSet1 {
  color: #3A5366;
}

.footerColorSet2 {
  color: #2f63b3;
}

/* Inkspot styles */
#inkspotMainPostBody {
  position: relative;
  background-color: #F2F5FF;
  padding: 20px;
  width: 660px;
  border: 1px solid #BBD4F9;
}

/* Calendars Styles */
#calendar_emptyday {
  border: 1px solid #F1F1F1;
  float: left;
  width: 26px;
  height: 24px;
  margin: 1px;
}

#calendar_day {
	border: #CCCCCC solid 1px;
	text-align: center;
	vertical-align: middle;
	float: left;
	width: 26px;
	height: 24px;
	margin: 1px;
	background-color: #FFFFFF;
}

#calendar_busyDay {
  border: #000000 solid 1px;
  background-color: #FF9C00;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 26px;
  height: 24px;
  margin: 1px;
  color: #000000;
}

#calendar_busyDay a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000000;
  text-decoration: none;
}

#calendar_row {
  clear: both;
}

#calendar {
}

/* Vote styles */
#votewrap {
  height: 10px;
  width: 50px;
  background: url(theme/appleTheme/images/frame/rank_objects/green_layer.gif) repeat-x;
  overflow:visible;
}

#voteInt {
  height: 10px;
  width: 50px;
  text-align: center;
  font: 8px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

.votehover {
  width: 20%;
  height: 10px;
  float: left;
  background: url(theme/appleTheme/images/frame/rank_objects/blue_layer.gif) repeat-x;
  font-size: 1px;
  margin: 0px;
}

.voteclear {
  width: 20%;
  height: 10px;
  float: left;
  font-size: 1px;
  margin: 0px;
  display: block;
}

/* Quotes styles */
blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #6699FF;
}

/* Headers */
h1, h2, h3, h4, h5, h6, h7 {
  font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

h1 {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

h3 {
  font-weight: bold;
  color: #658EFD;
  font-size: 25px;
}

h4 {
  color: #658EFD;
  font-size: 20px;
  font-weight: bold;
}

h5 {
  color: #666666;
  font-size: 10px;
}

h6 {
  color: #2f63b3;
  font: 13px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

h7 {
  color: #658EFD;
  font: 12px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  font-weight: bold;
}

/* Some special form fields classes */
#formTitle_DISABLED {
  font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  color: #658EFD;
  font-size: 18px;
  font-weight: bold;
  background-color: #F1F1F1;
  width: 100%;
  border: solid 1px #F1F1F1;
}

.fullwidth {
  width: 100%;
}

/* Navigation menu */
.links-nav a, .links-nav a:link, .links-nav a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF5400;
	text-decoration: none;
	font-weight: bolder;
}

.links-nav a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FF5400;
	text-decoration: underline;
	font-weight: bolder;
}


.links a, .links a:link, .links a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515151;
	text-decoration: none;
	font-weight: bolder;
	text-transform: uppercase;
}

.links a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #515151;
	text-decoration: underline;
	font-weight: bolder;
}

#navigation {
  padding-left: 30px;
}

#navigation a {
  font: 13px bold "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #515151;
  padding-left: 8px;
  text-decoration: none;
  font-weight: bold;
}


#usercontrol {
  padding-right: 30px;
}

#usercontrol a {
  font: 13px bold "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #515151;
  padding-right: 8px;
  text-decoration: none;
  font-weight: bold;
}

#loginout {
}

#loginout a {
  font: 13px bold "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #F4F7FB;
  padding-right: 14px;
  text-decoration: none;
  font-weight: bold;
}

#loginout a:hover {
  font: 13px bold "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #F4F7FB;
  padding-right: 14px;
  text-decoration: underline;
  font-weight: bold;
}

#reglink {
}

#reglink a {
  font: 13px bold "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #175791;
  padding-right: 14px;
  text-decoration: underline;
  font-weight: bold;
}

#reglink a:hover {
  font: 13px bold "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #FFCC00;
  padding-right: 14px;
  text-decoration: underline;
  font-weight: bold;
}

#ranuse {
}

#ranuse a {
  font: 11px bold "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}

#ranuse a:hover {
  font: 11px bold "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #FFFFFF;
  text-decoration: underline;
}

#navlink {
}

#navlink a {
  font: 12px Geneva, Arial, Helvetica, sans-serif;
  color: #3476b8;
  text-decoration: none;
  font-weight: bold;
}

#navlink a:hover {
  font: 12px Geneva, Arial, Helvetica, sans-serif;
  color: #FF9C00;
  text-decoration: none;
  font-weight: bold;
}

#hotshotlink {
}

#hotshotlink a {
  font: 12px Geneva, Arial, Helvetica, sans-serif;
  color: #3476b8;
  text-decoration: none;
  font-weight: bold;
}

#hotshotlink a:hover {
  font: 12px Geneva, Arial, Helvetica, sans-serif;
  color: #FF9C00;
  text-decoration: none;
  font-weight: bold;
}

/* Copyright */
#copyright {
  font: 10px Arial, Helvetica, sans-serif;
  color: #3A5366;
}

/* Login/Logout Links */
#loginout {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9c00;
	text-decoration: none;
	font-weight: bolder;
}

/* Users pictures */
#picture {
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
}

/* BodyCodePicture */
#bodyCodeImage {
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
}

/* CHAT StyleSheet */
.chatNickEntity {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color: #F1F1F1;
}

.chatNickEntity:hover {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color: #BBD4F9;
}

.selectedChatNickEntity {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color:#FFCC66;
}

#chatContent {
	width: 100%;
	height: 400px;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 5px;
}

#nickList {
  width: 100%;
  height: 400px;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 5px;
}

#shadeWrapper {
  background-color: #000;
  filter: alpha(opacity=40);
  -moz-opacity: .40;
  opacity: .40;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  visibility: hidden;
}

#noShadeContent {
  top: 30%;
  left: 30%;
  filter: alpha(opacity=99);
  -moz-opacity: .99;
  opacity: .99;
  position: absolute;
  z-index: 11;
  visibility: hidden;
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #fff; 
}


/* TABS STYLESHEET */
.tabberlive .tabbertabhide {
	display:none;
}

.tabber {}

.tabberlive {
	margin-top:1em;
}

ul.tabbernav {
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #304863;
	font: bold 11px Verdana, sans-serif;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #304863;
	border-bottom: none;
	background: #8EC9F8;
	text-decoration: none;
}

ul.tabbernav li a:link { 
	color: #000000; 
}
ul.tabbernav li a:visited {
	color: #2f63b3;
}

ul.tabbernav li a:hover
{
	color: #000000;
	background: #C9C9C9;
	border-color: #304863;
}

ul.tabbernav li.tabberactive a {
	background-color: #ADE7FA;
	border-bottom: 1px solid #304863;
}

ul.tabbernav li.tabberactive a:hover {
	color: #000000;
	background: #ADE7FA;
	border-bottom: 1px solid #304863;
}

.tabberlive .tabbertab {
	padding:5px;
	border-top:0;
}

.tabberlive .tabbertab h2 {
	display:none;
}

.tabberlive .tabbertab h3 {
	display:none;
}



/* Menu STyle */

    #tabs1 {
      float:left;
      width:600px;
      font-size:93%;
      line-height:normal;
      }
    #tabs1 ul {
          margin:0;
          padding:10px 10px 0 0px;
          list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url(images/tableft1.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url(images/tabright1.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#000000;
      }
    #tabs1 a:hover {
      background-position:0% -42px;
      color:#000000;
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
      color:#000000;
      }

      #tabs1 #current a {
              background-position:0% -42px;
      }
      #tabs1 #current a span {
              background-position:100% -42px;
      }
	  
/* Menu STyle */

    #tabs2 {
      float:left;
      width:510px;
          background:#FFFFFF;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #A2A2A2;
      }
    #tabs2 ul {
          margin:0;
          padding:10px 10px 0 0px;
          list-style:none;
      }
    #tabs2 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs2 a {
      float:left;
      background:url(images/tableft1.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs2 a span {
      float:left;
      display:block;
      background:url(images/tabright1.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs2 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs2 a:hover span {
      color:#000000;
      }
    #tabs2 a:hover {
      background-position:0% -42px;
      color:#000000;
      }
    #tabs2 a:hover span {
      background-position:100% -42px;
      color:#000000;
      }

      #tabs2 #current a {
              background-position:0% -42px;
      }
      #tabs2 #current a span {
              background-position:100% -42px;
      }  
	  
	  
/* Table Styles */
.table_light {
	background-color: #F1F1F1;
	border-right: 0.01em solid #A2A2A2;
	border-bottom: 0.01em solid #A2A2A2;
	border-left: 0.01em solid #A2A2A2;
	width: 260px;
}

.table_sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none solid solid solid;
	border-color: white #A2A2A2 #A2A2A2 #A2A2A2;
	border-collapse: seperate;
	background-color: #F1F1F1;
}

.table_grey {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none solid solid solid;
	border-color: #FFFFFF #A2A2A2 #A2A2A2 #A2A2A2;
	border-collapse: seperate;
	background-color: #FFFFFF;
}

.table_greyin {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #485F64 #485F64 #485F64 #485F64;
	border-collapse: seperate;
	background-color: #78B3F7;
}

.border_bottom_grey {
	border-collapse: seperate;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2A2A2;
}

.footer_bg {
	background-image: url(theme/appleTheme/images/frame/footer.gif);
	background-repeat: repeat-x;
}

.table_float_right {
	float: right;
}
