﻿body 
{
	margin: 0px;
	/*background-color: #696969;*/
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	background-image: url(../../Images/starburstbg.jpg);
	background-position:top;
	background-repeat: no-repeat;
	background-color: #d00000;
	background-attachment: fixed;
	/*
	background-color: #e2e2e2;
	*/
}

.Main
{
	/*background-color: #696969;*/
}

.HeaderImage
{
	/*border: Solid 1px Black;*/
	padding: 0px 0px 0px 0px;
}

h1
{
	font-style: italic;
	font-size: 12pt;
}

h2
{
	font-family: Verdana, Arial;
	font-size: x-large;
	color: #d00000;
}

h3
{
	font-size: small;
	font-style: italic;
	color: #e5e5e5;
	font-weight: bold;
}

.ListImage
{
	height: 200px;
}

a:link, a:visited, a:hover, a:active {
   color: White;
   background: transparent;}

.Menu /*, .Menu a, .Menu a:link, .Menu a:visited, .Menu a:hover, .Menu a:active */
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: White;
	height: 20px;
	/*background-image: url(../../Images/redverticalgradient.gif);*/
	background-color: #000085;
	/*background-color: #e2e2e2;*/
	padding: 0px 5px 0px 5px;
}


.Article
{
	background-color: #010101;
	padding: 10px;
	text-align: left;
	width: 600px;
	color: #e5e5e5;
	font-size: medium;
	border: Solid 1px #696969;
}

.StoryContainer
{	
	background-color: #000000;
	padding: 5px;
	width: 800px;
}

div.StarBox
{
	border: Solid 1px #000000;
	padding: 3px;
	background-color: White;
}

div.Top5
{
	text-align: center;
	font-size: small;
	font-weight: bold;
}

div.DottedLine
{
	background-image: url(../../Images/orangedot.jpg);
	background-repeat: repeat-x;
	width: 100%;
}

div.RatingBox
{
	background-image: url(../../Images/ratingbox.jpg);
	width: 114px;
	height: 113px;
	text-align: center;
}

div.WordBalloonBox
{
	background-image: url(../../Images/wordballoon.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 60px;
	height: 37px;
	padding-top: 10px;
	padding-left: 5px;
	text-align: center;
	color: Black;
}


a.Comment:link, a.Comment:visited, a.Comment:active 
{
	color: #000000;
	font-weight: bold;
	font-size: medium;
	font-family: Comic Sans MS, Arial;
	text-decoration:none;
	
}

a.Comment:Hover
{
	color: Orange;
	font-weight: bold;
	font-size: medium;
	font-family: Comic Sans MS, Arial;
	text-decoration: underline;
}

a.CommentTitle:link, a.CommentTitle:visited, a.CommentTitle:active 
{
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	
}

a.CommentTitle:Hover
{
	color: Orange;
	font-weight: bold;
	text-decoration: underline;
}


a.GOTDRating:link, a.GOTDRating:visited, a.GOTDRating:active 
{
	color: #dd0000;
	font-size:  xx-large;
	font-weight: bold;
	font-family: Arial;
	font-style: italic;
	
}

a.GOTDRating:Hover
{
	color: Orange;
	font-size:  xx-large;
	font-weight: bold;
	font-family: Arial;
	font-style: italic;
}

.GOTDDescription
{
	color: #dd0000;
	font-size: small;
	font-weight: bold;
	font-family: Arial;
	text-align:center;
}

div.RedDottedLine
{	
	background-image: url(../../Images/reddot.jpg);
	background-repeat: repeat-x;
	width: 100%;
}

div.Author
{
	font-size: small;
	font-style: italic;
	color: #e5e5e5;
	font-weight: bold;
	padding-bottom: 5px;
}

div.GOTDContainer
{
	background-color: #000000;
	border: Solid 1px #2d2d2d;
}

.GOTDCell
{
	background-image: url(../../Images/gotddot.jpg);
	background-repeat: repeat;
	padding-right: 5px; 
	padding-left:5px;
	/*border: Solid 1px #e73601;*/
	font-size: x-small;
	font-weight: bold;
	color: White;
}

.Caption
{
	font-family: Verdana, Arial;
	font-size: smaller;
	font-style: italic;
	color: #e5e5e5;
}

div.GOTDHomeImage
{
	margin: 0 auto 0 auto;
	width: 100px;
	height: 100px;
	background-image: url(../../Images/gotddot.jpg);
	background-repeat: repeat;
}

div.GOTDThumbnail
{
	margin: auto auto auto auto;
	width: 40px;
	height: 60px;
}

div.Thumbnail
{
	float: left;
	padding: 5px;
}

a.ListItem:link, a.ListItem:visited, a.ListItem:active {
   color: Red;
   background: transparent;
   text-decoration: none;
   }

a.ListItem:hover
{
	color: Orange;
} 

.RecentCommentAuthor
{
	color: #696969;
	font-weight: bold;
}

a.RecentComments:link, a.RecentComments:visited, a.RecentComments:active {
   color: #a90000;
   background: transparent;}

a.RecentComments:hover
{
	color: Orange;
} 

a.ListItemSmall:link, a.ListItemSmall:visited, a.ListItemSmall:active 
{
	font-size: x-small;
   color: Red;
   background: transparent;
	
}

a.ListItemSmall:hover
{
	font-size: x-small;
	color: Orange;
} 

.GOTDName
{
	color: Orange;
	font-size: small;
	font-weight: bold;
}
	

a.Item:link, a.Item:visited, a.Item:active 
{
   
	color: Orange;
	font-size: small;
	font-weight: bold;
}

a.Item:hover
{
	color: Red;
}

a.Recommend:link, a.Recommend:visited, a.Recommend:active 
{
   
	color: Orange;
	font-size: x-small;
	font-weight: bold;
}

a.Recommend:hover
{
	color: Red;
}

a.Headline:link, a.Headline:visited, a.Headline:active 
{   
	color: #d16200;
	font-family:Times New Roman;
	font-size: Large;
	font-weight: bold;
	text-decoration: none;
}

a.Headline:hover
{
	color: Red;
}


a.Item2:link, a.Item2:visited, a.Item2:active 
{
   
	color: #ad0000;
	font-size: small;
	font-weight: bold;
}

a.Item2:hover
{
	color: Black;
}

.MenuSpacer
{
	background-color: #e2e2e2;
}

.MenuItem
{
	/*border-right: Solid 1px #E5E5E5;
	background-image: url(../../Images/redverticalgradient.gif);*/
	
	background: transparent;
}

.MenuItemHover
{
	/*border-right: Solid 1px #E5E5E5;*/
	background-image: url(../../Images/redverticalgradienthover.gif);
}

.DynamicMenu
{
	background-color: #FF2703;
}

.DynamicMenuHover
{
	background-color: #e2e2e2;
}


.MainContent
{
	/*background-color: #ffffff;*/
	/*background-color: #000000;*/
	/*background-image: url(../../Images/bgffffff.png);
	background-repeat: repeat;*/
	color: #ffffff;
	/*border: Solid 1px #e2e2e2;*/
}

.MainTable
{
	width: 1024px;
	/*background-color: #696969;*/
}

.ImageLeft
{
	float: left;
	padding-right: 5px;
}

.DividerRight
{
	border-right: Dashed 1px #e2e2e2;
	width: 260px;
	text-align: center;
	color: Black;
}

.Divider
{
	width: 260px;
	text-align: center;
	color: Black;
}

.DividerBottom
{
	border-bottom: Dashed 1px #e2e2e2;
	width: 780px;
	height: 1px;
}

ContentHeader
{
    background-color: Gray;
    color: White;
    font-weight: bold;
}

.ContentBox
{
    background-color: White;
    text-align: left;
    color: Black;
    padding: 5px;
}

.modalBackground
{ 
	background-color:Gray; 
	filter:alpha(opacity=70); 
	opacity:0.7; 
}

td.FormTitle
{
   /* border-top: Solid 1px Blue;
    border-bottom: Solid 1px Blue;
    background-color: #E1EDFF;*/
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
}

td.FormItem
{
    text-align: left;
    
}

.GoodMessage
{
    color: Green;
    font-weight: bold;
}

.BadMessage
{
    color: Red;
    font-weight: Bold;
}

.Red
{
    color: Red;
}

.Top10Name
{
	color: Orange;
	font-weight: bold;
	font-size: medium;
}

hr.Top10
{
	height: 1px; 
	width: 100%; 
	color: #e5e5e5;
}

hr.MostlyDailyLine
{
	height: 1px; 
	width: 100%; 
	color: #858585;
}

div.Outer
{
	border: Solid 1px White;
	width: 800px;
}

.RingBackground
{
	background-color: White;
}

.Ring
{
	border: Solid 1px Black;
}

.RingFrame
{
	border: Solid 1px Red;
}

table.Header
{
	text-align: left;
	border-bottom: Solid 1px #333333;
}

table.LeftMenu
{
	background-color: #990000;
	/*background-color: #000099; */
}

.ContentBox
{
	background-color: #e5e5e5;
	border-bottom: 1px Solid Black;
	color: Black;
	padding: 5px;
}

.GOTDContentBox
{
	background-color: #000000;
	border-bottom: 1px Solid #2d2d2d;
	color: White;
	font-weight: bold;
	padding: 5px;
}

h4
{
	color: Orange;
	font-size: small;
	font-weight: bold;
}

.Bold
{
	color: Orange;
	font-size: medium;
	font-weight: bold;
}

table.WorldChampionTable
{
	background-color: #e5e5e5;	
	background-position: center;
	background-repeat: no-repeat;
}

.WorldChampionHeader
{
	background-color: Orange;
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
}

.WorldChampionBox
{
	background-color: #e5e5e5;
	/*
	background-image: url("../images/background_belt.jpg");
	background-position: center;
	background-repeat: no-repeat;
*/
}

.ChampionHeader
{
	background-color: Orange;
}

.ChampionBox
{
	background-color: #e5e5e5;
	text-align: left;
}

.ContentBoxAlt
{
	background-color: #999999;
	border-bottom: 1px Solid Black;
	padding: 5px;
	text-align: left;
}

.ReportBox
{
	/*border: Solid 1px #666600;*/
	background-color: Gray;
	color: White;
	text-align: center;
}

.ReportBoxResults
{
	width: 400px;
	background-color: #000000;
	padding: 10px;
	text-align: left;
	border-bottom: Solid 1px #ac0000;
	border-left: Solid 1px #ac0000;
	border-right: Solid 1px #ac0000;
	border-top: Solid 1px #ac0000;
		
}

.ArticlesImageBox
{
	border-bottom: Solid 1px #ac0000;
	border-left: Solid 1px #ac0000;
	border-right: Solid 1px #ac0000;
	border-top: Solid 3px #ff0000;	
}

.ReportBoxResults2
{
	width: 420px;
	height: 500px;
	background-color: #000000;
	padding: 10px;
	text-align: left;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	scrollbar-3dlight-color: Black;
                scrollbar-arrow-color:#ff0000;
                scrollbar-track-color: Black; 
                scrollbar-darkshadow-color: Black;
                scrollbar-face-color: Black;
                scrollbar-highlight-color: #696969;
                scrollbar-shadow-color: #696969;	
}

.Parchment
{
	background-image: url("images/parchmentbg2.jpg");
	background-position: center;
	background-repeat: repeat-y;
	width: 500px;	
}

table.MainContentArea
{
	/*background-color: #333333;*/
	/*border-left: Dotted 1px #000099;*/
	/*border-left: Dotted 1px #990000;
	border-right: Dotted 1px #ff7e00;*/
}

.RatingContainer
{
	background-color: #333333;
}

div.RingInput
{
	background-color: Red;
	font-family: Comic Sans MS Arial;
	font-weight: bold;
}

.btn
{
	background-color: White;
}

.ImagePopup
{
	background-color: #2d2d2d;
	padding: 3px;
	text-align: center;
}

.btn:hover
{
	background-color: #f5f5f5;
	cursor: pointer;
}

.CommentsTable
{
	width: 600px;
	text-align: left;
	padding: 3px;	
}

.CommentsTableAlt
{
	width: 600px;
	text-align: left;
	padding: 3px;
	background-color: #393939;	
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar_black.jpg);

}

.emptyRatingStar {
    background-image: url(Images/UnfilledStar_black.jpg);
}

.savedRatingStar {
    background-image: url(Images/SavedStar_black.jpg);
}

.filledRatingStarGray {
    background-image: url(Images/FilledStar_gray.jpg);

}

.emptyRatingStarGray {
    background-image: url(Images/UnfilledStar_gray.jpg);
}

.savedRatingStarGray {
    background-image: url(Images/SavedStar_gray.jpg);
}

/* Comic Panel */

div.ComicTable
{
	background-image: url(../../Images/bg_transparency_ffffff.png);
	background-repeat: repeat;
	/*width: 900px;
	border-left: Solid 1px Black;
	border-right: Solid 1px Black;
	width: 900px;
	background-color: #858585;*/
}

.PanelContainer
{
	padding-right: 2px;
	padding-left: 5px;
}

.DailyContainer
{
	padding-right: 5px;
	padding-left: 2px;
}

.FeaturePanel
{
	width: 600px;
	border: Solid 4px Black;
	background-color: #ffffff;
	color: #000000;
	
	/*text-align: left;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	scrollbar-3dlight-color: Black;
                scrollbar-arrow-color:#ff0000;
                scrollbar-track-color: Black; 
                scrollbar-darkshadow-color: Black;
                scrollbar-face-color: Black;
                scrollbar-highlight-color: #696969;
                scrollbar-shadow-color: #696969;*/	
}

.InnerFeaturePanel
{
	border: Solid 2px #ad0000;
}

.MostlyDailyPanel
{
	width: 415px;
	border: Solid 4px Black;
	/*height: 400px;*/
	/*background-color: #f3f3f3;*/
	color: Black;
	background-image: url(../../Images/parchmentbg.jpg);
	background-repeat: repeat;
	
	/*text-align: left;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	scrollbar-3dlight-color: Black;
                scrollbar-arrow-color:#696969;
                scrollbar-track-color: Black; 
                scrollbar-darkshadow-color: Black;
                scrollbar-face-color: #e70000;
                scrollbar-highlight-color: #696969;
                scrollbar-shadow-color: #696969;
*/	
}

.InnerMostlyDailyPanel
{
	border: Solid 1px #f3f3f3;
}

