﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #333333;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
    background-image: url('Images/twh-graffiti-tile.png');
}

img
{
    border: none;
}

a:link, a:visited
{
    color: #CCFF66;
}

a:hover
{
    color: #CCFF99;
    text-decoration: none;
}

a:active
{
    color: #FFCC99;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #FFFFFF;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 3.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 2.0em;
    font-weight: 600;
}

h3
{
    font-size: 1.8em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#background
{
    background-image: url('Images/twh-header.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
}

#page
{
    width: 960px;
    margin: 0 auto 0 auto;
}

#header
{
    width: 960px;
    height: 260px;
    background-image: url('Images/twh-header.png');
    background-position: -30px;
}

#login
{
    position: relative;
    width: 100px;
    height: 41px;
    margin-left: 740px;
    float: left;
    text-indent: -9009px;
}

#login a
{
    display: block;
    width: 100px;
    height: 31px;
    background-image: url('Images/twh-login-button.png');
    background-repeat: no-repeat;
    background-position: 0px -10px;
    outline: none;
}

#login a:hover
{
    background-position: 0 0;
    height: 41px;
}

#register
{
    position: relative;
    width: 114px;
    height: 31px;
    margin-left: 840px;
    text-indent: -9009px;
}

#register a
{
    display: block;
    width: 114px;
    height: 31px;
    background-image: url('Images/twh-register-button.png');
    background-repeat: no-repeat;
    background-position: 0px -10px;
    outline: none;
}

#register a:hover
{
    background-position: 0 0;
    height: 41px;
}

#mainBanner
{
    width: 510px;
    height: 120px;
    margin-left: 100px;
    text-indent: -9009px;
}

#mainBanner a
{
    display: block;
    width: 510px;
    height: 120px;
}

#headerNavigation
{
    position: relative;
    top: 44px;
    .top: 41px;
    width: 960px;
    height: 58px;
    z-index: 10;
}

#header h1
{
    font-size: 10px;
}

#main
{
    width: 960px;
    background-image: url('Images/twh-main-content-2.png');
    background-repeat: repeat-y;
}

#mainContentLeft
{
    float: left;
    width: 600px;
}

#mainContentRight
{
    float: left;
    width: 360px;
}

#footer
{
    width: 960px;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}

#chatWindow
{
    padding-left: 10px;
    padding-right: 10px;
}

.scroll
{
    float: left;
    width: 21%;
    padding: 0% 2% 2%;
    margin-left: 4%;
    margin-top: 85px;
    border: 2px solid red;
    background-color: #FFEEEE;
}

/* HEADER NAVIGATION
----------------------------------------------------------*/

ul.tabs
{
    position: relative;
    z-index: 999;
    width: 960px;
    height: 14px;
    line-height: 14px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;    
    margin: 0 0 0 14px;
}

ul.tabs a
{
    height: 58px;
    outline: 0;
}

ul.tabs li.topMenuItem
{
    position: relative;
    list-style-type: none;
    float: left;
    height: 58px;
    display: block;
    text-indent: -9009px;
}

ul.dropdown
{
    text-indent: 0px;
    background: none;
}

#headerNavigation ul li.hasmore
{
	background: url(images/drophighlight.png) no-repeat center 27px;
}

ul.tabs li a.topMenuItem
{
    display: block;
    background: url('Images/twh-navigation-sprite.png') no-repeat 0 0;
}

#headerNavigation ul li a
{
    color: #FFFFFF;
    padding-left: 4px;
    text-decoration: none;
}

#headerNavigation ul li a img
{
	vertical-align: middle;
}

#headerNavigation ul.dropdown li a:hover
{
    background-color: #333333 !important;
}

#headerNavigation ul li a span
{
	display: block;
	padding: 0 15px 0 11px;
}

#headerNavigation ul li a:hover span
{
	
}

#headerNavigation ul.dropdown
{
    padding: 10px;
    background-image: url(images/dropdown.png);
    overflow: hidden;
    border-bottom: 1px solid #dc902f;
    width: 200px;
    border-bottom-color: #333333;
    top: 58px;
}

#headerNavigation ul.dropdown li a
{
    border-bottom: 1px solid #e5cd8e;
    line-height: 40px;
    overflow: hidden;
    height: 40px;
    border-bottom-color: #666666;
    font-size: 30px;
    padding-right: 20px;
}

#headerNavigation ul.dropdown li.last a
{
	border-bottom-width: 0;
}

#headerNavigation ul.dropdown li a:hover
{
	background: url(images/menuarrow.png) no-repeat left center;
}

/* dropdowns
*************************/

ul.dropdown
{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999 !important;
	top: 100%;
	width: 250px;
	display: none;
	left: 0;
}

ul.dropdown ul.dropdown
{
	top: 0;
	left: 95%;
}

ul.dropdown li
{
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
}

ul.dropdown li a
{
	display: block;
}


/* HOME LINK */
ul.tabs li#homeNav
{
    width: 118px;
}

ul.tabs li#homeNav a
{
    width: 118px;
    background-position: -14px 0;
}

ul.tabs li#homeNav a:hover, ul.tabs li#homeNav a:focus
{
    width: 118px;
    background-position: -14px -58px;
}

/* TEXTS LINK */
ul.tabs li#textsNav
{
    width: 123px;
}

ul.tabs li#textsNav a
{
    width: 123px;
    background-position: -132px 0;
}

ul.tabs li#textsNav a:hover, ul.tabs li#textsNav a:focus
{
    width: 123px;
    background-position: -132px -58px;
}

/* STORIES LINK */
ul.tabs li#storiesNav
{
    width: 149px;
}

ul.tabs li#storiesNav a
{
    width: 149px;
    background-position: -255px 0;
}

ul.tabs li#storiesNav a:hover, ul.tabs li#storiesNav a:focus
{
    width: 149px;
    _width: 85px;
    background-position: -255px -58px;
}

/* AD-LIB LINK*/
ul.tabs li#adLibNav
{
    width: 130px;
}

ul.tabs li#adLibNav a
{
    width: 130px;
    background-position: -404px 0;
}

ul.tabs li#adLibNav a:hover, ul.tabs li#adLibNav a:focus
{
    width: 130px;
    background-position: -404px -58px;
}

/* IHATE LINK*/
ul.tabs li#iHateNav
{
    width: 113px;
}

ul.tabs li#iHateNav a
{
    width: 113px;
    background-position: -534px 0;
}

ul.tabs li#iHateNav a:hover, ul.tabs li#iHateNav a:focus
{
    width: 113px;
    background-position: -534px -58px;
}

/* ABOUT LINK */
ul.tabs li#aboutNav
{
    width: 133px;
}

ul.tabs li#aboutNav a
{
    width: 133px;
    background-position: -647px 0;
}

ul.tabs li#aboutNav a:hover, ul.tabs li#aboutNav a:focus
{
    width: 133px;
    background-position: -647px -58px;
}

/* CONTACT LINK */
ul.tabs li#contactNav
{
    width: 166px;
}

ul.tabs li#contactNav a
{
    width: 166px;
    background-position: -780px 0;
}

ul.tabs li#contactNav a:hover, ul.tabs li#contactNav a:focus
{
    width: 166px;
    background-position: -780px -58px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.bold
{
    font-weight: bold;
}

.darkWindow
{
    border: 1px dotted #666666;
    background-image: url('Images/twh-dark-window.png');
    background-repeat: repeat;
    width: 570px;
    padding: 10px 10px 10px 10px;
}

.darkWindowFull
{
    border: 1px dotted #666666;
    background-image: url('Images/twh-dark-window.png');
    background-repeat: repeat;
    width: 938px;
    padding: 10px 10px 10px 10px;
}

.commentContainer
{
    border: 1px dotted #666666;
    background-image: url('Images/twh-dark-window.png');
    background-repeat: repeat;
    width: 550px;
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
    overflow: hidden;
}

.commentDate
{
    font-size: 12px;
    color: #808080;
}

.textBoxField
{
    border-style: solid;
    border-width: 1px;
}

.textBoxFieldDark
{
    border-style: dotted;
    border-width: 1px;
    border-color: #FFF;
    background-color: #333333;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.fieldHeading
{
    font-size: 1.2em;
    color: #FFFFFF;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

.buttonDark
{
    border-color: #333333;
    border-width: 1px;
    width: 150px;
    height: 40px;
    background-color: #333333;
    color: #FFFFFF;
}

.buttonDarkDisabled
{
    border-color: #333333;
    border-width: 1px;
    width: 150px;
    height: 40px;
    color: #808080;
    background-color: #666666;
}

.ddlDarkDisabled
{
    color: #808080;
    background-color: #666666;
}

.errorMessage, a.errorMessage
{
    color: #FF3300;
}

.successMessage, a.successMessage
{
    color: #99FF33;
}

.fieldTitle
{
    float: left;
    width: 150px;
    text-align: right;
}

.fieldAnswer
{
    padding-left: 10px;
    float: left;
}

.textBoxBlank
{
    border-style: dotted;
    border-width: 1px;
    border-color: inherit;
    background: none;
    color: #CCFF66;
}

.textBoxAreaCode
{
    border: 1px dotted #FFFFFF;
    width: 150px;
    height: 50px;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #333333;
}

#submitText
{
    text-align: center;
}

#submitTextTitle
{
    background-position: center;
    text-indent: -9009px;
    background-image: url('Images/Text/SubmitText.png');
    background-repeat: no-repeat;
    height: 41px;
}

#submitStoryTitle
{
    background-position: center;
    text-indent: -9009px;
    background-image: url('Images/Text/SubmitStory.png');
    background-repeat: no-repeat;
    height: 41px;
}

#submitIHateTitle
{
    background-position: center;
    text-indent: -9009px;
    background-image: url('Images/Text/SubmitIHate.png');
    background-repeat: no-repeat;
    height: 41px;
}

#submitAdLibTitle
{
    background-position: center;
    text-indent: -9009px;
    background-image: url('Images/Text/StartAdLib.png');
    background-repeat: no-repeat;
    height: 41px;
}

.areaCodeTitle
{
    background-position: center;
    text-indent: -9009px;
    background-image: url('Images/Text/AreaCode.png');
    background-repeat: no-repeat;
    height: 69px;
    width: 91px;
    padding-left: 66px;
    float: left;
}

.areaCode
{
    padding: 0;
    margin: 0;
    text-align: left;
    float: left;
    height: 30px;
}

.areaCodeTitle.white
{
    background-image: url('Images/Text/AreaCode-white.png');
}

#whatsYourHighTitle
{
    background-position: center;
    text-indent: -9009px;
    float: left;
    background-image: url('Images/Text/WhatsYourHigh.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 144px;
    padding-top: 5px;
    padding-left: 10px;
}

#whatsYourHighTitle.white
{
    background-image: url('Images/Text/WhatsYourHigh-white.png');
}

.ddlWhatsYourHigh
{
    border: 1px solid #FFFFFF;
    background-color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    margin-right: 5px;
}

.textSubmission
{
    
}

.texter
{
    width: 100%;
    text-align: left;
    padding-left: 10px;
    color: #333;
}

.texter.white
{
    color: #FFF;
}

.textEntryList
{
}

.textEntryContainer
{
    margin-bottom: 20px;
}

.textEntryTop
{
    width: 530px;
    height: 17px;
    overflow: hidden;
    background-image: url('Images/twh-entry-top.png');
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 3px;
}

.storyEntryTop
{
    width: 530px;
    height: 17px;
    overflow: hidden;
    background-image: url('Images/twh-story-entry-top.png');
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 3px;
}

.iHateEntryTop
{
    width: 530px;
    height: 17px;
    overflow: hidden;
    background-image: url('Images/twh-ihate-entry-top.png');
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 3px;
}

.adLibEntryTop
{
    width: 530px;
    height: 17px;
    overflow: hidden;
    background-image: url('Images/twh-adlib-entry-top.png');
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 3px;
}

.textWhatsYourHigh
{
    width: 245px;
    float: left;
}

.textSubmitDate
{
    text-align: right;
    width: 240px;
    overflow: hidden;
    color: #808080;
}

.adLibSubmitDate
{
    text-align: right;
    width: 320px;
    overflow: hidden;
    color: #808080;
}

.textEntryContentContainer
{
    background-image: url('Images/twh-entry-mid.png');
    background-repeat: repeat-y;
    width: 560px;
    padding-left: 30px;
    padding-right: 0;
}

.storyEntryContentContainer
{
    background-image: url('Images/twh-story-entry-mid.png');
    background-repeat: repeat-y;
    width: 560px;
    padding-left: 30px;
    padding-right: 0;
}

.iHateEntryContentContainer
{
    background-image: url('Images/twh-ihate-entry-mid.png');
    background-repeat: repeat-y;
    width: 560px;
    padding-left: 30px;
    padding-right: 0;
}

.adLibEntryContentContainer
{
    background-image: url('Images/twh-adlib-entry-mid.png');
    background-repeat: repeat-y;
    width: 560px;
    padding-left: 30px;
    padding-right: 0;
}

.textEntryTable
{
    padding: 0 0 0 0;
    border: 0 0 0 0;
    overflow: hidden;
}

.textEntryTableLeft
{
    width: 455px;
    vertical-align: top;
}

.textEntryTableRight
{
    width: 63px;
    text-align: center;
    vertical-align: middle;
}

.textEntryContent
{
    width: 450px;
    overflow: hidden;
    padding-right: 30px;
}

.areaCode
{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #FFCC99;
}

.isSender
{
    color: #99FF66;
}

.textEntry
{
    padding-left: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    width: 423px;
    overflow: hidden;
}

.textEntryBottom
{
    background-image: url('Images/twh-entry-bot.png');
    background-repeat: no-repeat;
    width: 530px;
    height: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

.storyEntryBottom
{
    background-image: url('Images/twh-story-entry-bot.png');
    background-repeat: no-repeat;
    width: 530px;
    height: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

.iHateEntryBottom
{
    background-image: url('Images/twh-ihate-entry-bot.png');
    background-repeat: no-repeat;
    width: 530px;
    height: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

.adLibEntryBottom
{
    background-image: url('Images/twh-adlib-entry-bot.png');
    background-repeat: no-repeat;
    width: 530px;
    height: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

.socialButtons
{
    padding: 3px 0px 0 10px;
    width: 568px;
}

.facebookButton
{
    float: left;
}

.twitterButton
{
    float: right;
}

.textEntryComments
{
    float: left;
    width: 175px;
}

.adLibEntryContribute
{
    float: left;
}

.textEntryAddFavorites
{
    float: right;
    margin-right: 60px;
    padding-top: 1px;
}

.hide
{
    visibility: hidden;
}

.numUpVotes
{
    color: #99FF33;
}

.numDownVotes
{
    color: #FF3300;
}

.textImage
{

}

.imagePointer
{
    cursor: pointer;
}

.hide
{
    visibility: hidden;
}

#chatWindow.sticky
{
    position: fixed;
    top: 100px;
}

#chatPane
{
    position: fixed;
    bottom: 0;
    height: 30px;
    background-color: Gray;
    width: 100%;
    z-index: 1500;
    background-image: url('Images/chatbar-bg.png');
    background-repeat: repeat-x;
    min-width: 960px;
}

#chatRooms
{
    background-position: 0 5px;
    width: 178px;
    height: 30px;
    background-image: url('Images/chat-rooms.png');
    float: right;
    background-repeat: no-repeat;
}

#chatArea
{
    margin: 0 auto 0 auto;
    z-index: 1500;
}

#chatPane2
{
    position: fixed;
    bottom: 0;
    height: 30px;
    z-index: 1400;
    min-width: 960px;
}

#chatArea2
{
    margin: 0 auto 0 auto;
    z-index: 1400;
}

#chatPane3
{
    position: fixed;
    bottom: 0;
    height: 30px;
    z-index: 1400;
    min-width: 960px;
}

#chatArea3
{
    margin: 0 auto 0 auto;
    z-index: 1400;
}

#chatBoxSnD
{
    width: 180px;
    height: 30px;
    float: right;
    text-align: center;
    vertical-align: middle;
    z-index: 1500;
    text-indent: -9009px;
}

#chatBoxSnD a
{
    background-position: center;
    display: block;
    height: 30px;
    z-index: 1500;
    background-color: #666666;
    background-image: url('Images/chatbar-button-sprite.png');
    background-repeat: no-repeat;
    background-position: -180px 0;
    outline: none;
    width: 180px;
}

#chatBoxSnD a:hover
{
    background-color: #333333;
    z-index: 1500;
    background-image: url('Images/chatbar-button-sprite.png');
    background-repeat: no-repeat;
    background-position: -180px -30px;
}

.SnDClicked
{
    background-image: url('Images/chatbar-button-sprite.png');
    background-repeat: no-repeat;
    background-position: -180px -30px !important;
}

#chatBoxGeneral
{
    width: 180px;
    height: 30px;
    float: right;
    text-align: center;
    vertical-align: middle;
    z-index: 1500;
    text-indent: -9009px;
}

#chatBoxGeneral a
{
    background-position: center;
    display: block;
    height: 30px;
    z-index: 1500;
    background-color: #666666;
    background-image: url('Images/chatbar-button-sprite.png');
    background-repeat: no-repeat;
    background-position: -0px 0;
    outline: none;
    width: 180px;
}

.generalClicked
{
    background-image: url('Images/chatbar-button-sprite.png');
    background-repeat: no-repeat;
    background-position: -0px -30px !important;
}

#chatRules
{
    width: 181px;
    height: 30px;
    float: right;
    text-align: center;
    vertical-align: middle;
    z-index: 1500;
    text-indent: -9009px;
    margin-right: 20px;
}

#chatRules a
{
    background-position: center;
    display: block;
    height: 30px;
    z-index: 1500;
    background-color: #666666;
    background-image: url('Images/chat-rules-sprite.png');
    background-repeat: no-repeat;
    background-position: 0 0px;
    outline: none;
    width: 181px;
}

#chatRules a:hover
{
    background-color: #333333;
    z-index: 1500;
    background-image: url('Images/chat-rules-sprite.png');
    background-repeat: no-repeat;
    background-position: 0px -30px;
}

#chatBoxGeneral a:hover
{
    background-color: #333333;
    z-index: 1500;
    background-image: url('Images/chatbar-button-sprite.png');
    background-repeat: no-repeat;
    background-position: 0px -30px;
}

#chatContainer
{
    position: fixed;
    bottom: 18px;
    width: 350px;
    height: 520px;
    right: 0;
    padding-left: 10px;
    z-index: 1400;
}

#chatContainer2
{
    position: fixed;
    bottom: 18px;
    width: 350px;
    height: 520px;
    right: 0;
    padding-left: 10px;
    z-index: 1400;
}

#frameChat
{
    z-index: 1400;
}

#frameChat2
{
    z-index: 1400;
}

.pageNumber
{
    border: 1px solid #CCCCCC;
    background-color: #333333;
    padding: 2px 5px 2px 5px;
}

.pageNumber a
{
    display: block;
}

.pageNumberSelected
{
    border: 1px solid #CCCCCC;
    background-color: #666666;
    padding: 6px 9px 6px 9px;
    color: #666666;
}

.storyTitle
{
    display: block;
    font-weight: 600;
    font-size: 1.6em;
    color: #FFCC00;
    padding-top: 6px;
    line-height: 1.2em;
}

.storyInfo
{
    color: #808080;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
}

.storyEntry
{
    font-size: 1.2em;
    line-height: 18px;
    overflow: hidden;
}

.entryViews
{
    font-size: 1.2em;
    padding-left: 20px;
}

.entryTitle
{
    float: right;
    padding-right: 8px;
}

.entryTitleBox
{
    padding-left: 30px;
    padding-top: 3px;
    color: #333;
    font-weight: 600;
    float: left;
}

.adLibDescriptionTitle
{
    color: #999999;
}

.storyTitle a
{
    color: #FFCC00;
}

.smallAreaCode
{
    color: #FFCC99;
}

.favorite
{
    background-color: #333333;
    overflow: hidden;
}

.favorite.even
{
    background-color: #666666;
}

.favorite.denied
{
    background-color: #330000;
}

.favorite.denied.even
{
    background-color: #660000;
}

.favoriteAreaCode
{
    float: left;
}

.favoriteLeft
{
    float: left;
    width: 378px;
    overflow: hidden;
}

.notificationLeft
{
    float: left;
    width: 478px;
    overflow: hidden;
}

.favoriteRight
{
    float: right;
    padding-right: 5px;
}

.favoriteDelete
{
    float: right;
    padding-right: 10px;
}

.favoriteEdit
{
    float: right;
    padding-right: 10px;
}

#textDetailsContainer
{
    position: absolute;
    border: 1px dotted #666666;
    background-image: url('Images/twh-dark-window.png');
    background-repeat: repeat;
    padding: 10px 10px 10px 10px;
    visibility: hidden;
}

#storyDetailsContainer
{
    position: absolute;
    border: 1px dotted #666666;
    background-image: url('Images/twh-dark-window.png');
    background-repeat: repeat;
    padding: 10px 10px 10px 10px;
    visibility: hidden;
}

#iHateDetailsContainer
{
    position: absolute;
    border: 1px dotted #666666;
    background-image: url('Images/twh-dark-window.png');
    background-repeat: repeat;
    padding: 10px 10px 10px 10px;
    visibility: hidden;
}

#adLibDetailsContainer
{
    position: absolute;
    border: 1px dotted #666666;
    background-image: url('Images/twh-dark-window.png');
    background-repeat: repeat;
    padding: 10px 10px 10px 10px;
    visibility: hidden;
}

.notCreator a
{
    color: #CC9900;
}

.usersEntry
{
    border: 1px dotted #996633;
    background-image: url('Images/twh-dark-window-orange.png');
    background-repeat: repeat;
}

.dwOrange
{
    border: 1px dotted #996633;
    background-image: url('Images/twh-dark-window-orange.png');
    background-repeat: repeat;
}

.reviewPanel
{
    border: 1px dotted #990000;
    width: 80%;
    padding-left: 3px;
    padding-bottom: 2px;
    background-image: url('Images/twh-dark-window.png');
    overflow: hidden;
}

.reviewPanel.denied
{
    background-image: url('Images/twh-dark-window-red.png');
}

.reviewPanel.accepted
{
    background-image: url('Images/twh-dark-window-green.png');
    border: 1px dotted #99FF66;
}

#userControls
{
    height: 20px;
    top: 0px;
    width: 960px;
    z-index: 1600;
    position: absolute;
}

#userControl
{
    position: relative;
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: dotted;
    border-width: 1px;
    border-color: #FFF;
    background-image: url('Images/twh-dark-window.png');
    margin-right: 10px;
}

#control
{
    position: relative;
    height: 20px;
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
}

.listAdLibEntry
{
    padding: 3px 5px 3px 5px;
    border: 1px dotted #CCCCCC;
    background-image: url('Images/twh-dark-window.png');
}