/*****************************************************************************
  Standar Tags
*****************************************************************************/
html {
	height: 100%;
	width: 100%;
}

body {
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D5D6D7;
	background: url(images/bg.jpg);
}

img {
    border: 0px;
}

/*****************************************************************************
  Tab Menu
*****************************************************************************/
.glowingtabs {
  float:left;
  width:100%;
  line-height:normal;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #7e9fff;
}

.glowingtabs ul {
  list-style-type: none;
  margin:0;
  margin-left: 5px;
  padding:0;
}

.glowingtabs li{
  display:inline;
  margin:0;
  padding:0;
}

.glowingtabs a{
  float:left;
  margin:0;
  margin-right: 5px;
  padding:0 0 0 9px;
  text-decoration:none;
  background-image: url(images/menu/glowtab-left.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

.glowingtabs a span{
  float:left;
  display:block;
  background:url(images/menu/glowtab.gif) no-repeat right top;
  padding: 5px 12px 3px 3px;
  font-weight:bold;
  color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
  color: #000000;
}

.glowingtabs a.current{
  background-position:0 -82px;
}

.glowingtabs a.current span{
  background-position:100% -82px;
  color: black;
}

.glowingtabs a:hover{
  background-position:0% -82px;
}

.glowingtabs a:hover span{
  background-position:100% -82px;
}

.tabcontainer{
  clear: left;
  width:95%;
  height:1.5em;
}

.tabcontent{
  display:none;
}

/*****************************************************************************
  Page Tags
*****************************************************************************/
#page {
	text-align:center;
	width:800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content_top {
	width:800px;
	height:15px;
	background-image: url(images/content_top.png);
	background-repeat: no-repeat;
}

#content_middle {
	width:800px;
	background-image: url(images/content_bg.png);
	background-repeat:  repeat-y;
	text-align: left;
}

#content_bottom {
	width:800px;
	height:15px;
	background-image: url(images/content_bottom.png);
	background-repeat: no-repeat;
}

#logo {
	width: 800px;
	height:100px;
	background-image: url(images/auto-post-tweets.jpg);
}

#menus {
	width:780px;
	height:20px;
	padding-right: 5px;
	padding-left: 10px;
}

#user_stats {
	width:780px;
	height:20px;
	margin: 5px 0px 0px 15px;
}

#main_area {
	width: 780px;
	height: 400px;
	padding-left: 15px;
	padding-top: 15px;
	text-align: left;
}

#main_area_logged {
	width: 800px;
	height: 380px;
	padding: 8px 8px 8px 8px;
	text-align: left;
}

#time_container {
	float: right;
	padding-right: 10px;
}

#servertime {
	padding-left: 5px;
	float: right;
	text-align: left;
}

#footer {
	width: 800px;
	height:64px;
	background-image: url(images/tweet-automation-footer.jpg);
	background-repeat: no-repeat;
}

/*****************************************************************************
  pagination
*****************************************************************************/
.pagination {
	margin: 10px 0px 10px 0px;
	height:40px;
	text-align: center;
	vertical-align: middle;
}

.pagination a {
  color: #3B5998;
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  border: 1px solid #3B5998;
	height:40px;
	text-align: center;
	vertical-align: middle;
}

.pagination a:hover {
  color: #333333;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  text-decoration: underline;
  border: 1px solid #333333;
	height:40px;
	text-align: center;
	vertical-align: middle;
}

/*****************************************************************************
  messages class
*****************************************************************************/
.error {
	color: #FF0000;
	text-align: center;
}

.message {
	color: #27518A;
}

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

.small_img {
    height: 16px;
	width: 16px;
}

.header {
	color: #27518A;
	font-weight: bold;
	padding:0px;
	background-color: #D7F5F7;	
}

/*****************************************************************************
  form class
*****************************************************************************/
.form {
	border: 1px solid #27518A;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.form fieldset {
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.form_input {
	width: 250px;
}

.form_input_small {
	width: 50px;
}

.form_input_big {
	width: 350px;
}

#char_count {
	position: absolute;
	margin-top: -20px;
	margin-left: 230px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

/*****************************************************************************
  signup class
*****************************************************************************/
.form_class {
	width: 400px;
	height: 200px; 
	padding:10px; 
	border: 1px solid #27518A;
}

.form_class fieldset {
	border: 1px solid #CCCCCC;
	height: 170px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.form legend , .form_class legend {
    color: #27518A;
    font-size: 140%;
    font-weight: bold;
    padding:0 5px;
}

.form_class_input {
	width: 180px;
}

.form p label, .form_class p label {
	float: left;
	width: 35%;
	text-align:right;
	padding:5px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.form p br, .form_class p br {
	clear: left;
}

.form_button {
	border: 5px solid #27518A;
	width: 110px;
}

/*****************************************************************************
  Icons
*****************************************************************************/
#icon, #icon:hover {
	position: absolute;
	color: #296D80;
	font-size: 23px;
	border: none;
	margin-left: 5px;
	margin-top: -7px;
	text-decoration: none;
}

#icon_list {
	position: absolute;
	margin-top: -300px;
	z-index: 9999999;
	border: 4px solid #296D80;
	padding: 15px;
	width: 450px;
	background-color:#FFFFFF;
	visibility: hidden;
}
	
#icon_list a, #icon_list a:link, #icon_list a:hover, #icon_list a:visited {
	border: none;
	font-size:30px;
    color: #296D80;
	text-decoration: none;
}