/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Citrus Island
   TEMPLATE CODE: 	S-0004
   VERSION:          1.1          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { margin:0; 	padding: 0; }

body {
	margin: 0; padding: 0;
    font: 70%/1.5 "Segoe UI","Lucida Grande", Verdana, "Trebuchet MS", Tahoma, Verdana, sans-serif;

/*	font: 70%/1.5em  Tahoma, Verdana,  Arial,sans-serif;*/
	color: #333; 
	background: #FFF url(images/bodyBg.gif) repeat-x;	
	text-align: center; 

}

/* links */
a {
	color: #FF8A00; 
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #418CE8;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Sans-serif, Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 145%;	
	padding: 10px 10px 5px 10px;
	color: #418CE8;
	background-color: inherit;
	border-bottom: 1px solid #EFF0F1;		
}
h2 {
	font-size: 125%;
	text-transform: uppercase;
}
h3 {
	font-size: 125%;	
	color: #404040;
}

h2, h3, p {
	padding: 10px;		
	margin: 0;
}

/* images */
/*img {
	border: 3px solid #D5D5D5;
}  */
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

#sidebar h1, 
#sidebar p {
	padding-left: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #FF9966;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #FF9966;   
}

/* form elements */
form {
	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
    }
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
select {
    border: 1px solid #666666;
}

input {
	padding: 2px;
	border:1px solid #666666;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	padding:3px;
    border:1px solid #666666;
	font: normal 1em Verdana, sans-serif;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Verdana, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #418CE8;
}
/* search form */
form.search {
	position: absolute;
	top: 15px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 	
	vertical-align: top;
}
form.search input.button {
	width: 60px;
	vertical-align: top;
}

/**************************************
   LAYOUT 
***************************************/	
#wrap {
	margin: 0 auto; 
	padding: 0; 
	width: 95%;
	text-align: left;
}

/* header */
#header { 
	position: relative;
	height: 70px; 
	margin: 0; padding: 0;
	color: #808080; 		
/*    background-image: url(images/header.png);*/
}
#header h1#logo {
	position: absolute;	
	font: bold 3.9em "Century Gothic",Arial, Tahoma, Sans-Serif;
	margin: 0; padding:0;
	color: #418CE8;
	letter-spacing: -2px;	
	border: none;	
	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 2px;		
}
#header h1#logo span { color: #FF8A00; }

#header h2#slogan { 
	position: absolute;
	margin: 0; padding: 0;	
	font: bold 12px Arial, Tahoma, Sans-Serif;	
	text-transform: none;
	
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 43px; left: 45px;
}

/* menu */
#menu {
	clear: both;
	background: #F0F0F0 url(images/bdback.png) repeat-x;
	height: 30px;
	margin: 0;
	font: bolder 1.2em/30px "Century Gothic",Tahoma, Verdana, Arial, Sans-Serif;		

}

#menu ul{
	margin: 0; padding: 0 0 0 8px;
    
}
#menu ul li {
	float: left;
	list-style: none;
	border-right: 1px solid #E4E7ED;
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 15px;
	color: #4D687F;	
    
}
#menu ul li a:hover {
  	color: black;	
	background: url(images/gradient_tcat.gif) repeat-x;
}


/* sidebar */
#sidebar {
	float: left;
	width: 21%; 
	margin: 0;	padding: 0; 
	display: inline;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;	
	background: url(images/arrow.gif) no-repeat 3px 6px;	
	padding: 2px 5px 2px 20px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
}

#rightbar {
	float: right;
	width: 0%;
	padding: 0;
	margin: 0; 			
}

/* main column */
#main {
	float: left;
	margin: 0 0 0 15px;
	padding: 5 5 5 10;
	width: 70%;	
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 15px 10px 10px 10px;
	border: 1px solid #f2f2f2; 
	font-size: 95%;
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .home {
	background: url(images/home.png) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .author {
	background: url(images/author.png) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer { 
	clear: both; 	
	color: #666666; 	
	padding: 0;	 
	background: #FFF url(images/footerbg2.png) repeat-x;
	height: 80px
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;
}
#footer-content {
	margin: 0 auto;
	width: 800px
}
#footer-content #footer-left {
	padding: 10px;
	width: 60%;
	float: left;
	text-align: left;
}
#footer-content #footer-right {
	padding: 10px;
	width: 33%;
	float: right;
	text-align: right;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear  { clear: both; }
.green  { color: #418CE8; }

div.fieldset {
    border:  1px solid #afe14c;
    margin: 10px 0;
    padding: 20px 10px;
}
div.fieldset span.legend {
    position: relative;
    background-color: #FFF;
    padding: 3px;
    top: -30px;
    font: 700 14px Arial, Helvetica, sans-serif;
    color: #73b304;
}



#firstrow{
    text-align:center;
    background-image: url(images/gradient_tcat.gif);
}

/*globalnav*/

#globalnav {
    position:absolute;
    float:left;
    
    width:50%;
    padding:0 0 1.75em 1em;
    margin:0;
    list-style:none;
    line-height:1em;
}

#globalnav LI {
    float:left;
    
    margin:0;
    padding:0;
}

#globalnav A {
    display:block;
    color:#4D687F;
    text-decoration:none;
    font-weight:bold;
/*    background:#F0F0F0;*/
    background: #F0F0F0 url(images/bdback.png) repeat-x;
    margin:0;
    padding:0.25em 1em;
    border-left:1px solid #fff;
    border-top:1px solid #fff;
    border-right:1px solid #aaa;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
    background:#bbb;
    color:black;
    background: url(images/gradient_tcat.gif) repeat-x;
}

#globalnav A.here:link,
#globalnav A.here:visited {
    position:relative;
    z-index:102;
}

.s_table td {
    text-align: center;
}

#megalist 
{
/*    list-style-image: url('images/megalist.png');*/
    list-style-position: inside;
}
#megalist li
{
    font: 110%/1 Tahoma, Verdana, sans-serif;
    font-weight: bold;
    padding:5px;
}


/* Some round fancies */
.textstyle {
    font-size:100%;
    font-family: Arial,Helvetica,sans-serif;
    border-color: #A7A7A7 #CCCCCC #CCCCCC #CCCCCC;
    border-style:solid;
    border-width:1px;
    color:#555555;
    font-size:1em;
}


.tl, .tr, .bl, .br {
    background: url('images/corners.gif');
    width: 10px;
    height: 10px;
    font-size: 0;
}

.tl, .bl {
    float: left;
}
.tr, .br {
    float: right;
}

.shiny_box {
    background: #0066FF;
    color: #FFF;
    width: 210px;
    overflow: hidden;
}
.shiny_box p {
    margin:10px;
}

.shiny_box .tl {
    background-position: -340px 0px;    
}
.shiny_box .tr {
    background-position: -350px 0px;    
}
.shiny_box .bl {
    background-position: -340px 10px;    
}    
.shiny_box .br {
    background-position: -350px 10px;    
}

.shiny_box_body {
    clear: both;
    padding: 0 10px;
    overflow: hidden;    
}


/* CLUE TIP */
/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(images/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(images/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(images/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(images/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(images/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(images/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(images/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(images/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

#bug {
    background-color: #FFCCCC;
    font-weight: bold;
    text-align: center;
}
#not_bug {
    text-align: center;
    background-color: #CCCCFF;
}

#fixed {
    background-color: #CCFF99;
    text-align: center;
}

#not_fixed {
    background-color: #FFFFCC;
    text-align: center;
}

.inner
{
    margin:10px;
    border: 2px solid;
    border-color:#FF8A00;
    width:250px;
    height:60px;
    float:left;
    
}

.inner:hover
{
    margin:10px;
    border: 2px solid;
    border-color:#FF8A00;
    width:250px;
    background-color: #FF8A00;
    height:60px;
    float:left;
    
}
.inner h1 
{
    color: black;
    text-decoration: none;
    border-bottom: 0px;        
}
.inner p 
{
   margin-top: -20px;
   color: black; 
   border-bottom: 10px;        
}
       
.h {
    padding:20px 20px 10px 50px;
    width: 100%;
}       

#regform
{
    
    width: 50%;
    float: inherit;
    text-align: left;
    border-collapse: collapse;
    
    
}


#services fieldset {
    width: auto;
    float: left;
    border-color: #418CE8;
    border: 0px;
    padding: 10px;
}

#question
{
    background-color: #EBEDF0;
    color:black;
    font-weight: 500;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11pt; 
    cursor: pointer;
}

.answer
{
    border-bottom: 1px #EBEDF0 dashed ;
    border-left: 1px #EBEDF0 dashed ;
    border-right: 1px #EBEDF0 dashed ;
}

#news {
    font: 110%/1.5  Tahoma, Verdana, sans-serif;
}