body 
{
	color: White;
	background-color: Black;
	background-image: url('/stylesheets/base/back_db.jpg');
	background-position: center top;
	background-repeat: repeat;
   	font-family: Verdana, Helvetica, Arial, sans-serif;
   	font-size: .8em;
   	font-weight: normal;
   	letter-spacing: normal;
	text-transform: none;
   	word-spacing: normal;
   	margin: 0px;
   	padding: 0px;
   	overflow: visible;
}

hr                  {color: Blue;}
img                 {border: 0px;}
img.Avatar          {width: 80px;height: 80px;}
img.Button          {background-image: url('/icons/button.png');}
img.Button:hover    {background-image: url('/icons/buttonh.png');}

img.NewsImage
{
	border: 0px;
	background-position:center;
	padding: 1px;
	width: auto;
	height: auto;
	max-width: 300px;
	max-height: 300px;
}

img.Disc
{
	background-image: url('/icons/icoFolder.gif');
	width: 16px;
	height: 16px;
	border: 0px;
	float: left;
}
	
input, select, textarea {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/*width: 300px;*/ 
    border-radius: 4px;
    -moz-border-radius: 4px;
}
	
a:link, a:visited, a:active {text-decoration: none; color: #1ebae3;}	
a:hover, a:visited:hover    {text-decoration: underline; color: Aqua;}
a.LinkWhite:link, a.LinkWhite:visited, a.LinkWhite:active{text-decoration: none;color: White;}	
a.LinkWhite:hover           {text-decoration: underline;color: #FFFF84;}


.w500 { width: 500px; }
.w600 { width: 600px; }
.w700 { width: 700px; }
.w800 { width: 800px; }

.Justified                  {text-align: justify;}
		 	

#Titlebar
{
    display: block;
    position: relative;
    height: 25px;
}
	
.TableContentBare
{
  	border: 0px none;
  	padding: 2px;
  	font-size: 10px;
  	font-weight: normal;
}
  	
.ThinTable
{
	margin: 0px;
	padding: 0px;
	border: 0px border-collapse;
}

.LinedTable
{
  	border: 1px solid #1ebae3;
  	color: White;
  	background-color: Black;
}

.MessageQuote
{
  	border: 1px solid Blue;
  	color: White;
  	background-color: Black;
}

.SideSubHeader
{
	background-color:#062f40; 
	padding: 2px;
}

.sideSection
{
  	border-bottom: 1px solid #1ebae3;
  	color: White;
  	background-color: Black;
    padding: 2px;
}

.sideArea
{
    padding: 2px; 
}

.Hidden     {display: none;}

.NewsHeader  
{
	border-top: 1px solid Transparent;
	border-bottom: 1px solid Transparent;
	padding: 4px;
	cursor: pointer;
}

.NewsIcon
{
    width: 50px;
    height: 50px;
    float: left;
    padding-right: 4px;
}
  
.NewsTitle
{
	background-color: #065b62;
	border: 1px solid #065b62;
	background-image: url('/stylesheets/base/newsBack.jpg');
	color: White;
	width: auto;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	margin-left: 10px;
}

.NewsSubtitle 
{
    padding: 4px;
    padding-left: 6px;
    margin-left: 60px;
    width: 300px;
    border-left: 1px solid #065b62;
    border-right: 1px solid #065b62;
    border-bottom: 1px solid #065b62;
    -moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}

.NewsContent
{
    padding: 20px;
}

.ArrowR
{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/stylesheets/base/arrowR.gif');
}

.ArrowL
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/stylesheets/base/arrowL.gif');
}

.TableHeader
{
	background-image: url('/images/table_header_small.png');
  	border-left: 1px solid #28c6f0;
  	border-top: 1px solid #28c6f0;
  	border-right: 1px solid #105b6e; 
  	border-bottom: 1px solid #105b6e; 
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	color: White;
  	background-color: #1ebae3;
  	padding: 2px;
}

.ListOddRow
{
  	font-family: Verdana,Helvetica,sans-serif;
  	font-size: 11px;
  	font-weight: normal;
  	color: White;
  	background-color: #303030;
  	vertical-align: middle;
  	border-bottom: 1px solid Black;
  	padding: 3px;
  	height: auto;
}

.ListEvenRow
{
  	font-family: Verdana,Helvetica,sans-serif;
  	font-size: 11px;
  	font-weight: normal;
  	color: White;
  	background-color: #222222;
  	vertical-align: middle;
  	border-bottom: 1px solid Black;
  	padding: 3px;
  	height: auto;
}

.ListRight
{
	border-right: 1px solid Black;
}

.ListLeft
{
	border-left: 1px solid Black;
}

.ListField /* No Border */
{
	border-bottom: inherit;
	background-image: inherit;
  	font-family: Verdana,Helvetica,sans-serif;
  	font-size: 11px;
  	font-weight: normal;
  	color: inherit;
  	background-color: inherit;
  	vertical-align: top;
  	padding: 3px;
  	height: auto;
}

.ListFieldA /* No Border - Arial */
{
	border-left: none;
	border-right: none;
	border-bottom: inherit;
	background-image: inherit;
  	font-family: Verdana,Helvetica,sans-serif;
  	font-size: 11px;
  	font-weight: normal;
  	color: inherit;
  	background-color: inherit;
  	vertical-align: top;
  	padding: 2px;
}

.ListCell /* Border */
{
	border-left: inherit;
	border-bottom: inherit;
	background-image: inherit;
  	font-family: Verdana,Helvetica,sans-serif;
  	font-size: 11px;
  	font-weight: normal;
  	color: inherit;
  	background-color: inherit;
  	vertical-align: top;
  	padding: 2px;
}

.ListHover:hover
{
	border-bottom: 1px solid Green;
	cursor: pointer;
	color: White;
	background-color: Green;
}

.ListBottom /* Bottom Border */
{
	border-bottom: 1px solid silver;
}

.CellNormal 
{
  	background-color: #FEFEFE;
  	position: relative;
  	color: #333333;
  	font-size: 12px;
  	padding: 6px;
  	text-align: left;
  	vertical-align: top;
}
	
.CellLabel {
    display: table-cell;
  	position: relative;
  	color: inherit;
  	padding: 2px;
  	text-align: right;
  	vertical-align: top;
}

.CellLabelD {
    display: table-cell;
    position: relative;
    color: inherit;
    width: 80px;
    padding: 2px;
    text-align: right;
    vertical-align: top;
}

.CellData {
    display: table-cell;
  	position: relative;
  	color: inherit;
  	padding: 2px;
  	text-align: left;
  	vertical-align: top;
}

.FadedDivider {
	background-image: url('/images/FadedDividerB.gif');
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 14px;
  	font-weight: bold;
  	color: #FFFFFF;
  	height: 30;
}

.InputEdit
	{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 300px; 
	}
	
.InputEditW
	{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 500px; 
	}
	
.InputEditN
	{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 200px; 
	}
	
.InputEditS
	{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 100px; 
	}

.InputEditOS
	{
		color: White;
		background-color: Black;
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 65px;
		font-weight: bold;
		width: 618px; 
		height: 75px;
		vertical-align: middle;
		border: 1px Gray solid;
	}

.Centered   {text-align: center;}
.Right      {text-align: right;}
.Middle     {vertical-align: middle;}
.OverHide   {overflow: hidden;}
.FontSmall  {font-size: 10px;font-weight: normal;}
.SubHeader  {font-weight: bold;}
.SectionHeader	{font-weight: bold;background-color: #333333;}

.spoiler 
	{
	color: black; 
	text-decoration: none; 
	background-color: black; 
	font-weight: normal;
	}

.CellLabel 
{
	display: table-cell;
  	position: relative;
  	padding: 2px;
  	padding-right: 2px;
  	text-align: right;
  	width: 75px;
  	vertical-align: middle;
  	height: auto;
}

.CellData
{
	display: table-cell;
  	position: relative;
  	color: inherit;
  	padding: 2px;
  	text-align: left;
  	vertical-align: top;
  	height: auto;
  	width: auto;
}
	
.LinkButton{
	position: relative;
	display: table-cell;
    width: auto;
    min-width: 50px;
    height: 26px;
    padding-left: 6px;
    padding-right: 6px;
    color: White;
    font-weight: bold;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    border: 0px;
	background-image: url('/images/button_fade_blue.png');
	background-repeat: repeat-x;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
	cursor: pointer;
}

.LinkBlue   {background-image: url('/images/button_fade_blue.png');}
.LinkGreen  {background-image: url('/images/button_fade_green.png');}
.LinkRed    {background-image: url('/images/button_fade_red.png');}

.Facebook	{background-color: #3b5998;}

/* NEW FORUM SPECIFIC CLASSES */

#ForumHeader        {height: auto;min-height: 20px;}
#ForumFooter        {height: auto;min-height: 30px;}
.ForumSearch        {height: auto;min-height: 300px;}
.ForumPostAuthor    {vertical-align: top; width: 100px;}
.ForumPostDetail    {vertical-align: top; width: auto;padding: 6px;}
.ForumPostOptions   {vertical-align: top; float: Right;}
.ForumPostContent   {height: auto; min-height: 150px;padding: 6px;width: auto;overflow:auto;}
.ForumRowHeight     {height: auto;min-height: 35px;}
img.ForumImage      {height: auto;width: auto;max-width: 600px;max-height: 600px;}
img.ForumIcon       {height: 16px;width: 16px;padding: 3px; vertical-align: middle;}

/* New Classes */

#pageTable
{
    width: 1000px;
    text-align: center;
	-moz-box-shadow: 0 0 5px 20px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,1);
}

#pageHeader
{
    position: relative;
	width: 1000px;
	height: 150px;
	background-image: url('/stylesheets/base/TronSector-v3.jpg');
	background-repeat: no-repeat;
}

.Themes
{
    position: absolute;
    top: 0px;
    left: 0px;
	width: 984px;
	height: 150px;
	padding: 8px;
	text-align: center;
	background-image: url('/images/trans75.png');
}

.stylePick
{
    display: table-cell;
    font-size: 9px;
    text-align: center;
    padding: 8px;
}

.styleIcon
{
    height: 50px;
    width: 50px;
    border: 2px solid Gray;
    -moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
}


.styleName
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: auto;
    font-size: 9px;
    padding: 4px;
    background-image: url('/images/trans75.png');
    -moz-border-radius: 0px 0px 0px 6px;
	border-radius: 0px 0px 0px 6px;
	cursor: pointer;
}

#pageTitle
{
    position: relative;
    width: 996px;
    height: 18px;   
    text-align: center;
    padding-top: 2px;
    border: 2px Solid #1ebae3;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 16px;
    color: Black;
    background-color: #1ebae3;
	-moz-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}

#pageMenu
{
    position: relative;
    bottom: 0px;
    width: 996px;
    height: 28px;   
    text-align: center;
    padding-top: 2px;
    border: 2px Solid #1ebae3;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 16px;
    background-color: #1ebae3;
}

.navSearch
{
    height: 20px;
    padding: 2px;
    border: 0px;
    border-collapse: collapse;
}

.menuItem 
{
    display: inline-block;
    padding: 4px;
    color: #dbffff;
    -moz-border-radius: 6px;
	border-radius: 6px;
    cursor: pointer;
}

.menuItem:hover
{
    background-color: #1e434e;
}

.Search
{
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-right: 4px;
    cursor: pointer;
}

.Facebook
{
    margin-right: 4px;
    vertical-align: top;
    height: 26px;
    width: 26px;   
}

.OnlineAs
{
    color: Yellow;
    font-family: Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
}

#pageBody
{
    position:relative;
    width: 998px;
    border: 1px Solid #1ebae3;
    height: auto;
    min-height: 400px;
    background-color: Black;
}

#pageContent 
{
    width: 827px;
    padding: 10px;
    position: relative;
    display: table-cell;
    text-align: left;
}

#pageSide
{
    position: relative;
    display: table-cell;
    width: 150px;
    vertical-align: top;
    border-left: 1px Solid #1ebae3;
    font-size: 9px;
    text-align: left;
}

.sideHeader
{
  	background-color: #1ebae3;
  	color: Black;
  	border: 0px none;
  	padding: 0px;
  	font-size: 11px;
  	font-weight: bold;
  	height: 14px;
  	padding: 4px;
  	text-align: center;
  	margin-bottom: 1px;
}

#pageFooter
{
    width: 988px;
    height: auto;   
    border: 2px Solid #1ebae3;
    padding: 4px;
  	font-size: 10px;
  	font-weight: normal;
  	text-align: center;
  	height: auto;
  	background-color: #1ebae3;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}

.Bullet 
{
    vertical-align: middle;
}