﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: black;
    font-size: .8em;
    font-family: 'Lucida Grande',sans-serif, Arial, Verdana, Helvetica;
    margin: 5px 0 0 0;
    padding: 0;
    color: #ddd;
}

a:link
{
    color: #FFD100;  /* 238590 */
    text-decoration: none;
}
a:visited
{
    color: #FFD100; /* E38A26, FA7F4B orange */
    text-decoration: none;
}
a:hover
{
    color: #FFD100;
    text-decoration: underline;
}
a:active
{
    color: #FFD100;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0;
}
h3
{
    font-size: 1.4em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 763px;
    margin-left:30px;
    /*margin-left: auto;
    margin-right: auto;*/
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #669DBF;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 0 30px 15px 30px;
    background-color: #242424;
    margin-bottom: 30px;
    border: solid 1px #383838;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 4px 17px;
    border: solid 1px #484848;
    font-weight: normal;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #383838;
    color: #FFD100;
}

ul#menu li a:hover
{
    background-color: #484848;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #484848;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #484848;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #383838;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: white;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #383838;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #383838;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #383838; 
  border: solid 1px #383838;   
}

table.noborders
{
  border: none;
}

table.noborders td 
{
  border: none;
}

table.noborders th
{
  border: none;
}
/* table with no borders */

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:10px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.0em;
    display:block;
    text-align:right;
    margin:10px;
    color:#dddddd;
}

#logindisplay a:link
{
}

#logindisplay a:visited
{
}

#logindisplay a:hover
{
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* Pager */
.pager 
{
	margin:8px 0px;
	padding:3px 3px 3px 0;
	font-size:8pt;
}

.pager .disabled 
{
	border:1px solid #555;
	color:#999;
	margin-top:4px;
	padding:3px;
	text-align:center;
}

.pager .current 
{
	background-color:#404040;
	border:1px solid #404040;
	color:#fff;
	font-weight:bold;
	margin-top:4px;
	padding:3px 6px;
	text-align:center;
}

.pager span, .pager a
{
	margin-right: 4px;
}

.pager a 
{
	border:1px solid #404040;
	background-color: #181818;
	padding:3px 6px;
	text-align:center;
	text-decoration:none;
}
.pager a:hover
{
	background-color: #303030;
}

/* end pager */

/* player character badge */
span#nameBadge
{
	font-weight: bold;
	/*color:#00C0FF;*/
}
span#nameBadge a
{
	/*color:#00C0FF;*/
}
span#serverBadge
{
	font-size:.90em;
	font-weight:normal;
	color:#777;
}

/* name and server info */
/* player character badge */
span#nameBadge
{
	/*color:#00C0FF;*/
}
span#nameBadge a
{
	/*color:#00C0FF;*/
}
span#serverInfo
{
	font-size:.90em;
	color:#777;
}


.downplay
{
	color:#777;
}
.standout
{
	color:#00C0FF;
}

/* page containing tweets */
table#tweetsContainer
{
	background-color: #242424;
	border: solid #383838 1px;
	width: 763px;
}
table#tweetsContainer th
{
}
table#tweetsContainer td
{
	padding-left:10px;
}
table#tweetsContainer td#tweetMain
{
	width:564px;
	height:400px;
	padding-right:0;
	vertical-align:top;
}
table#tweetsContainer td#sidebar
{
	width:199px;
	background-color:#303030;
	padding:0;
	margin:0;
	vertical-align:top;
}
table#sidebarcounts
{
	border:none;
	margin-top:8px;
	text-align:center;
}
table#sidebarcounts td
{
	border:none;
}
table#sidebarmenu
{
	width:100%; 
	border-left:none;
	border-right:none;
	border-color:#383838;
}
table#sidebarmenu td
{
	padding-left:10px;
	border-left:none;
	border-right:none;
	border-color:#383838;
}
table#sidebarmenu td.selected
{
	background-color:#242424;
}

/* Tweet table - just the list of tweets */
table#tweet
{
	border: none;
	width: 540px;
}
table#tweet td 
{
	border-top: dashed #383838 1px;
	border-bottom: dashed #383838 1px;
	border-left: none;
	border-right: none;
	padding: 4px 0 0 0;
	margin: 0;
}
table#tweet td.profileImage
{
	width:64px;
	padding-right:10px;
}
table#tweet div.info
{
	padding:0;
	min-height:71px;
}
table#tweet div.header
{
	font-size:.9em;
}
table#tweet div.body
{
	overflow: hidden; /* don't let long text break the layout */
	width: 420px;
	font-size:1.15em;
	padding: 3px 0 3px 0;
}
/* title letting user know if it's the Home, @Ginrush, @me, Favorites pages */
div#homeTitle
{
	margin-top:20px;
	font-size:1.4em;
}

/* begin css tabs */

ul.tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #6c6; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul.tabnav li { /* do not change */
display: inline;
}

ul.tabnav li.active { /* settings for selected tab */
border-bottom: 1px solid #242424; /* set border color to page background color */
background-color: #242424; /* set background color to match above border color */
}

ul.tabnav li.active a { /* settings for selected tab link */
background-color: #242424; /* set selected tab background color as desired */
color: white; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul.tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #cfc; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul.tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */

/* button styles */
div.actionButton
{
	height:21px;
}

div.bigActionButton
{
	height:26px;
}

/* faq styles */
div.faqQuestion
{
	font-weight: bold;
	font-size: 1.2em;
}

/* character profile tooltip styles */
div.profileTooltip
{
	display:none;
	background-color:#111;
	width: 90px;
	border: 1px solid #333;
	padding: 4px;
	font-size: 13px;
	font-weight: normal;
}
/* image screenshot tooltip style */
div.screenshotTooltip
{
	display:none;
	background-color:#111;
	border: 1px solid #333;
	padding: 4px;
}

span.moreCharactersTooltip
{
	display:none;
	background-color:#111;
	border: 1px solid #333;
	padding: 4px;
}