@charset "utf-8";

textarea
{
    margin:0px;
}

.tab-loading
{
    font-weight: bold;
    background-image: url('images/wait.gif');
    background-repeat: no-repeat;
    background-position: bottom;
    height: 12px;
}

.messageBox-unselected
{
    color: #AAAAAA;
    width: 100%;
}

.messageBox-selected
{
    color: #000000;
    width: 100%;
    background-color: #BBFFBB;
    border-color: #00FF00;
    border-width: 2px;
}

img
{
    border: none;
}
body
{
	color:#FFFFFF;
	font-size:12px;
        font-family: Arial;
	background:transparent url(images/paneling/grey-background.jpg) top repeat-x;
        background-color:#2C2827;
        margin:0px;
        margin-top:1px;
}
img, a
{
	color:#0066FF;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
#GeneralMessage
{
	color: #009900;
	font-weight:bold;
}
#GeneralError
{
	color: #FF0000;
	font-weight:bold;
}

.DropDownMessage1
{
    cursor: pointer;
	background: url(images/dropdownmessage-background.png) top repeat-x;
	background-color:#A4A4A4;
    border:solid #999999 3px;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background-size: auto 100%;
    opacity:0.95;
}

.DropDownMessage1 p
{
    font-size: 12.5px;
    color: #444444;
    font-weight:bold;
    text-align: center;

}
.DropDownError1
{
    cursor: pointer;
	background: url(images/dropdownmessage-background.png) top repeat-x;
	background-color:#A4A4A4;
    border:solid #999999 3px;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background-size: auto 100%;
    opacity:0.95;
}
.DropDownError1 p
{
    font-size: 12.5px;
    color: #FF4444;
    font-weight:bold;
    text-align: center;
}

.TitleBar
{
	color:#000000;
	text-decoration:none;
	font-size: 14px;
	border-left: solid 3px #4B3A6D; 
	border-right: solid 3px #4B3A6D; 
	border-bottom: solid 3px #4B3A6D;
}
.TitleBar a:link {color:#0000FF;text-decoration:none;font-size: 12px;}
.TitleBar a:visited {color:#0000FF;text-decoration:none;font-size: 12px;}
.TitleBar a:active {color:#000000;text-decoration:none;font-size: 12px;}
.TitleBar a:hover {color:#3333FF;text-decoration:underline;font-weight: bold;font-size: 12px;}

.StepActive
{
	border: outset 3px;
	background-color:#0066FF;
	padding: 5px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	margin:auto;
	width:100px;
}
.StepActive p {font-size:10px; font-weight:normal; color:#CCCCCC; margin: 1px;}
.StepInactive
{
	border: solid 1px #999999;
	background-color:#666666;
	padding: 5px;
	font-size:16px;
	font-weight:bold;
	color:#CCCCCC;
	margin:auto;
	width:100px;
}
.StepInactive p {font-size:10px; font-weight:normal; color:#999999; margin:1px}


/**********************
	Tab Style 2
***********************/

.TabStyle2Selected 
{
        position:relative;
        top:3px;
	color: #8B784B; 
	border-left: 3px solid #4B3A6D; 
	border-right: 3px solid #4B3A6D; 
	border-top: 3px solid #4B3A6D; 
	border-bottom-width: 0px;
	white-space:nowrap;
	text-align:center;
	background-color:#DDDDDD;
	padding:4px;
        font-size: 14px;
}
.TabStyle2Selected a{color:#000000;text-decoration:none;font-weight: bold;font-size: 14px;}
.TabStyle2NotSelected 
{
	color: #5B49A3;
	border-left:1px solid #4B3A6D; 
	border-right:1px solid #4B3A6D; 
	border-top:1px solid #4B3A6D; 
	border-bottom:3px solid #4B3A6D; 
	text-align:center;
	background-color:#5B49A3;
	padding:4px;
}
.TabStyle2NotSelected a:link {color:#FFFFFF;text-decoration:none;font-weight: bold;font-size: 14px;}
.TabStyle2NotSelected a:visited {color:#FFFFFF;text-decoration:none;font-weight: bold;font-size: 14px;}
.TabStyle2NotSelected a:active {color:#000000;text-decoration:none;font-weight: bold;font-size: 14px;}
.TabStyle2NotSelected a:hover {color:#FFFFFF;text-decoration:underline;font-weight: bold;font-size: 14px;}
.TabStyle2BlankSpace
{
	border-bottom:3px solid #4B3A6D;
}
.TabStyle2Body
{
	color:#000000;
	text-decoration:none;
	font-size: 12px;
	border-left: solid 3px #4B3A6D; 
	border-right: solid 3px #4B3A6D; 
	border-bottom: solid 3px #4B3A6D;
	border-top: solid 3px #4B3A6D;
	background-color:#DDDDDD;
	padding:10px;
}
.TabStyle2Body p
{
	font-weight: bold;
}
#TabStyle2Help
{
	color:#666666;
	border: 5px #333333 dotted;
	font-weight:normal;
	padding: 3px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
#TabStyle2Help a:link {color:#0000FF;text-decoration:none;font-weight: bold;}
#TabStyle2Help a:visited {color:#0000FF;text-decoration:none;font-weight: bold;}
#TabStyle2Help a:active {color:#0000FF;text-decoration:none;font-weight: bold;}
#TabStyle2Help a:hover {color:#0000FF;text-decoration:underline;font-weight: bold;}

/*End Tab Style 2 */

/**********************
	Tab Style 1
***********************/

.TabStyle1MessageBox
{
	color:#CCCCCC;
	padding:15px;
	background-color:#362F1D;
	border-color: #8B784B; 
	border-style:solid; 
	border-width:3px;
}
.TabStyle1MessageBoxCentered
{
	color:#CCCCCC;
	padding:15px;
	background-color:#362F1D;
	border-color: #8B784B; 
	border-style:solid; 
	border-width:3px;
	margin-left:auto;
	margin-right:auto;
}

/*End Tab Style 1 */

/*Tab Style 3 */
.TabStyle3TitleTableBlue
{
	border:none;
	padding: 0px;
}
.TabStyle3TitleTableBlue-Title-Body
{
	border:none;
	height:46px;
	color:#FFFFFF;
	font-size:30px;
	background:transparent url(images/paneling/TitleTableBlue-Top-Filling.png) repeat-x;
}
.TabStyle3TitleTableBlue-Title-Left
{
	border:none;
	height:46px;
	width:9px;
	background:transparent url(images/paneling/TitleTableBlue-Top-Left.png) no-repeat;
}
.TabStyle3TitleTableBlue-Title-Right
{
	border:none;
	height:46px;
	width:9px;
	background:transparent url(images/paneling/TitleTableBlue-Top-Right.png) no-repeat;
}
.TabStyle3TitleTableBlue-Title-Body-Small
{
	border:none;
	height:23px;
	color:#EEEEFF;
        margin:0px;
        padding:0px;
	font-size:13px;
        font-weight:bold;
	background:transparent url(images/paneling/TitleTableBlue-Top-Filling-Small.png) repeat-x;
	text-align: center;
}
.TabStyle3TitleTableBlue-Title-Left-Small
{
	border:none;
        height:23px;
        width:9px;
        margin:0px;
        padding:0px;
/*	min-height:21px;
	min-width:7px;
	max-height:21px;
	max-width:7px;*/
	background:transparent url(images/paneling/TitleTableBlue-Top-Left-Small.png) no-repeat;
}
.TabStyle3TitleTableBlue-Title-Right-Small
{
	border:none;
        height:23px;
        width:9px;
        margin:0px;
        padding:0px;
	/*min-height:23px;
	min-width:7px;
	max-height:23px;
	max-width:7px;*/
	background:transparent url(images/paneling/TitleTableBlue-Top-Right-Small.png) no-repeat;
}
.TabStyle3TitleTableBlue-Body-Body
{
	border:none;
	background-color:#F0F0F0;
	color:#000000;
        margin:0px;
        padding:0px;
	font-size:12px;
	font-family:sans-serif, Helvetica, Arial;
}
.TabStyle3TitleTableBlue-Body-Left
{
	border:none;
        width:9px;
        margin:0px;
        padding:0px;
        /*min-width:7px;
        max-width:7px;*/
	background:transparent url(images/paneling/TitleTableBlue-Bottom-W.png) repeat-y;
}
.TabStyle3TitleTableBlue-Body-Right
{
	border:none;
        width:9px;
        margin:0px;
        padding:0px;
        /*min-width:7px;
        max-width:7px;*/
	background:transparent url(images/paneling/TitleTableBlue-Bottom-E.png) repeat-y;
}
.TabStyle3TitleTableBlue-End-Middle
{
	border:none;
        height:9px;
        margin:0px;
        padding:0px;
	/*min-height:9px;
	max-height:9px;*/
	background:transparent url(images/paneling/TitleTableBlue-Bottom-S.png) bottom repeat-x;
}
.TabStyle3TitleTableBlue-End-Left
{
	border:none;
        width:9px;
        height:9px;
        margin:0px;
        padding:0px;
	/*min-width:9px;
	max-width:9px;
	min-height:9px;
	max-height:9px;*/
	background:transparent url(images/paneling/TitleTableBlue-Bottom-SW.png) repeat-y;
}
.TabStyle3TitleTableBlue-End-Right
{
	border:none;
        width:9px;
        height:9px;
        margin:0px;
        padding:0px;
	/*min-width:9px;
	max-width:9px;
	min-height:9px;
	max-height:9px;*/
	background:transparent url(images/paneling/TitleTableBlue-Bottom-SE.png) repeat-y;
}

/* End Tab Style 3 */

/* Box style 1 (NOT DONE)*/
.BoxStyle1-Body
{
	border:none;
	height:46px;
        background-color:#F0F0F0;
	color:#777777;
	font-size:12px;

}
.BoxStyle1-N
{
	border:none;
	height:21px;
	background:transparent url(images/paneling/GreyBox1-N.png) repeat-x;
}
.BoxStyle1-NE
{
	border:none;
        width:23px;
	height:22px;
	background:transparent url(images/paneling/GreyBox1-NE.png) no-repeat;
}
.BoxStyle1-E
{
	border:none;
	width:23px;
	background:transparent url(images/paneling/GreyBox1-E.png) repeat-y;
}
.BoxStyle1-SE
{
	border:none;
        width:23px;
	height:27px;
	background:transparent url(images/paneling/GreyBox1-SE.png) no-repeat;
}
.BoxStyle1-S
{
	border:none;
	height:27px;
	background:transparent url(images/paneling/GreyBox1-S.png) repeat-x;
}
.BoxStyle1-SW
{
	border:none;
        width:18px;
	height:27px;
	background:transparent url(images/paneling/GreyBox1-SW.png) no-repeat;
}
.BoxStyle1-W
{
	border:none;
	width:18px;
	background:transparent url(images/paneling/GreyBox1-W.png) repeat-y;
}
.BoxStyle1-NW
{
	border:none;
        width:18px;
	height:22px;
	background:transparent url(images/paneling/GreyBox1-NW.png) no-repeat;
}
/* End box style 1 */

body
{
    overflow-x:visible;

}



/* Footer panel stuff */

#footpanel {
	position: fixed;
	bottom: 0; left: 0;
	z-index: 99999; /*--Keeps the panel on top of all other elements--*/
	background: #e3e2e2;
	border: 1px solid #c3c3c3;
	border-bottom: none;
	width: 98%;
	margin: 0 1%;
}


#footpanel ul {
	padding: 0; margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
	font-size: 1.1em;
}
#footpanel ul li{
	padding: 0; margin: 0;
	float: left;
	position: relative;
}
#footpanel ul li a{
	padding: 5px;
	float: left;
	text-indent: -9999px;
	height: 16px; width: 16px;
	text-decoration: none;
	color: #333;
	position: relative;
}
html #footpanel ul li a:hover{	background-color: #fff; }
html #footpanel ul li a.active { /*--Active state when subpanel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to subpanel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active area on top of the subpanel--*/
	position: relative;
}


#footpanel a.home{
        background: url(images/game_lobby.png) no-repeat left center;
        background-position: 5px 5px;
	width: 80px;
	padding-left: 25px;
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent--*/
}
a.profile{	background: url(images/user.png) no-repeat center center;  }
a.connections{	background: url(images/connections.png) no-repeat center center; }
a.calendar{	background: url(images/calendar.png) no-repeat center center; }
a.calendar_alert{background: url(images/calendar_alert.gif) no-repeat center center; }
a.images{	background: url(images/images.png) no-repeat center center; }
a.messages{	background: url(images/mail.png) no-repeat center center; }
a.messages_alert{background: url(images/mail_alert.gif) no-repeat center center; }
a.editprofile{	background: url(images/wrench_screwdriver.png) no-repeat center center; }
a.help{	background: url(images/buttons/q.png) no-repeat center center; }
#footpanel a.connectionsicon{
	background: url(images/balloon.png) no-repeat 15px center;
	width: 126px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding-left: 40px;
	text-indent: 0; /*--Reset text indent--*/
}
#footpanel a.chat{
	background: url(images/comment.png) no-repeat 15px center;
	width: 126px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding-left: 40px;
	text-indent: 0; /*--Reset text indent--*/
}
#footpanel a.connectionsicon_alert{
	background: url(images/balloon_alert.gif) no-repeat 15px center;
	width: 126px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding-left: 40px;
	text-indent: 0; /*--Reset text indent--*/
}
#footpanel a.chat_alert{
	background: url(images/comment_alert.gif) no-repeat 15px center;
	width: 126px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding-left: 40px;
	text-indent: 0; /*--Reset text indent--*/
}
a.alerts{	background: url(images/newspaper.png) no-repeat center center;	 }
a.alerts_alert{	background: url(images/newspaper_alert.gif) no-repeat center center;	 }

#footpanel li#chatpanel, #footpanel li#alertpanel {	float: right; }  /*--Right align the chat and alert panels--*/

#footpanel a small {  /*--panel tool tip styles--*/
	text-align: center;
	width: 70px;
	background: url(images/pop_arrow.gif) no-repeat center bottom;
	padding: 5px 5px 11px;
	display: none; /*--Hide by default--*/
	color: #fff;
	font-size: 1em;
	text-indent: 0;
}
#footpanel a:hover small{
	display: block; /*--Show on hover--*/
	position: absolute;
	top: -35px; /*--Position tooltip 35px above the list item--*/
	left: 50%;
	margin-left: -40px; /*--Center the tooltip--*/
	z-index: 9999;
}





#footpanel a:focus { outline:0 none;}
#footpanel ul li div a { /*--Reset link style for subpanel links--*/
	text-indent: 0;
	width: auto;
	height: auto;
	padding: 0;
	float: none;
	color: #00629a;
	position: static;
}
#footpanel ul li div a:hover {	text-decoration: underline; } /*--Reset link style for subpanel links--*/

#footpanel .subpanel {
	position: absolute;
	left: 0; bottom: 27px;
	display: none;	/*--Hide by default--*/
	width: 198px;
	border: 1px solid #555;
	background: #fff;
	overflow: hidden;
        padding-bottom:25px;
}
#footpanel h3 {
	background: #526ea6;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
        margin:0;
}
#footpanel h3 span {
	font-size: 1.5em;
	float: right;
	line-height: 0.6em;
	font-weight: normal;
}
#footpanel .subpanel ul{
	padding: 0; margin: 0;
	background: #fff;
	width: 100%;
	overflow: auto;
}
#footpanel .subpanel li{
	float: none; /*--Reset float--*/
	display: block;
	padding: 0; margin: 0;
	overflow: hidden;
	clear: both;
	background: #fff;
	position: static;  /*--Reset relative positioning--*/
	font-size: 0.9em;
        margin:0;
        padding:0;
}

.chatpanel .subpanel li
{ 
    background: url(images/dash.gif) repeat-x left center;
    margin:0;
    padding:0;
}
.chatpanel .subpanel .chatinputbox
{
    width:100%;
    position:absolute;
    bottom:0px;
}
.chatpanel .subpanel li span {
	padding: 5px;
	background: #fff;
	color: #777;

}
.chatpanel .subpanel li a img {
	float: left;
	margin: 0 5px;
}
.chatpanel .subpanel li a{
	padding: 3px 0;	margin: 0px;
	line-height: 22px;
	height: 22px;
	background: #fff;
	display: auto;
}
.chatpanel .subpanel li a:hover {
	background: #3b5998;
	color: #fff;
	text-decoration: none;
}
.chatpanel .subpanel li p{
    padding:2px;
	margin: 0px;
	/*display: inherit;*/
}
.chatpanel
{
    color: black;
}


#connectionspanel .subpanel li { background: url(images/dash.gif) repeat-x left center; }
#connectionspanel .subpanel li span {
	padding: 5px;
	background: #fff;
	color: #777;
	float: left;
}
#connectionspanel .subpanel li a img {
	float: left;
	margin: 0 5px;
}
#connectionspanel .subpanel li a{
	padding: 3px 0;	margin: 0;
	line-height: 22px;
	height: 22px;
	background: #fff;
	display: block;
}
#connectionspanel .subpanel li a:hover {
	background: #3b5998;
	color: #fff;
	text-decoration: none;
}
#connectionspanel
{
    color: black;
}


#alertpanel .subpanel { color: black; right: 0; left: auto; /*--Reset left positioning and make it right positioned--*/ }
#alertpanel .subpanel li {
	border-top: 1px solid #f0f0f0;
	display: block;
}
#alertpanel .subpanel li p {padding: 5px 10px;}
#alertpanel .subpanel li a.delete{
	background: url(images/delete_x.gif) no-repeat;
	float: right;
	width: 13px; height: 14px;
	margin: 5px;
	text-indent: -9999px;
	visibility: hidden; /*--Hides by default but still takes up space (not completely gone like display:none;)--*/
}
#alertpanel .subpanel li a.delete:hover { background-position: left bottom; }
#footpanel #alertpanel li.view {
	text-align: right;
	padding: 5px 10px 5px 0;
}



/*Fog of war related styles*/

.blotchGM_Invisible
{
    background-color: #0000FF;
    opacity: 0.3;
    filter:alpha(opacity=30);
    -webkit-box-shadow: 0px 0px 10px 10px #000000; /* Safari */
    -moz-box-shadow: 0px 0px 10px 10px #000000; /* Safari */
    box-shadow: 0px 0px 10px 10px #000000;
}
.blotchGM_Translucent
{
    background-color: #880000;
    opacity: 0.3;
    filter:alpha(opacity=30);
    -webkit-box-shadow: 0px 0px 10px 10px #000000; /* Safari */
    -moz-box-shadow: 0px 0px 10px 10px #000000; /* Safari */
    box-shadow: 0px 0px 10px 10px #000000;
}
.blotchGM_Visible
{
    background-color: #FF0000;
    opacity: 0.3;
    filter:alpha(opacity=30);
    -webkit-box-shadow: 0px 0px 10px 10px #000000; /* Safari */
    -moz-box-shadow: 0px 0px 10px 10px #000000; /* Safari */
    box-shadow: 0px 0px 10px 10px #000000;
}

.blotchPlayer_Invisible
{
    visibility:hidden;
}
.blotchPlayer_Translucent
{
    background-color: #000000;
    opacity: 0.5;
    filter:alpha(opacity=50);
    -webkit-box-shadow: 0px 0px 10px 10px #000000; /* Safari */
    -moz-box-shadow: 0px 0px 10px 10px #000000; /* Safari */
    box-shadow: 0px 0px 10px 10px #000000;
}
.blotchPlayer_Visible
{
    background-color: #000000;
    -webkit-box-shadow: 0px 0px 10px 10px #000000; /* Safari */
    -moz-box-shadow: 0px 0px 10px 10px #000000; /* Safari */
    box-shadow: 0px 0px 10px 10px #000000;
}



.tipBox
{
    text-align: center;
    background-color: #48C007;
    border: 1px solid #358808;
    font-size: 11px;
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

    -webkit-box-shadow: 3px 3px 7px #000000; /* Safari */
    -moz-box-shadow: 3px 3px 7px #000000; /* Safari */
    box-shadow: 3px 3px 7px #000000;
}
.tipBox a
{
    font-weight: bold;
    color: #DDDDFF;
}

.greyBox1
{
   
    background-color: rgb(240,240,240);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1.5px outset #ABABAB;
    
    height:46px;
    color:#555555;
    font-size:12px;
    min-height: 130px;
    min-width: 30px;
    padding: 10px;
    margin: 10px;



    -webkit-box-shadow: 2px 2px 5px #000000; /* Safari */
    -moz-box-shadow: 2px 2px 5px #000000; /* Safari */
    box-shadow: 2px 2px 5px #000000;

    background-image: linear-gradient(bottom, rgb(207,207,207) 0%, rgb(245,245,245) 100%);
    background-image: -o-linear-gradient(bottom, rgb(207,207,207) 0%, rgb(245,245,245) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(207,207,207) 0%, rgb(245,245,245) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(207,207,207) 0%, rgb(245,245,245) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(207,207,207) 0%, rgb(245,245,245) 100%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.0, rgb(207,207,207)),
            color-stop(1, rgb(245,245,245))
    );
}

.greyBox2
{
    background-color: rgb(240,240,240);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1.5px outset #ABABAB;

    color:#555555;
    font-size:12px;
    padding:5px;
    padding-left:10px;
    margin-left:10px;



    -webkit-box-shadow: 2px 2px 5px #000000; /* Safari */
    -moz-box-shadow: 2px 2px 5px #000000; /* Safari */
    box-shadow: 2px 2px 5px #000000;

    background-image: linear-gradient(bottom, rgb(207,207,207) 0%, rgb(245,245,245) 100%);
    background-image: -o-linear-gradient(bottom, rgb(207,207,207) 0%, rgb(245,245,245) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(207,207,207) 0%, rgb(245,245,245) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(207,207,207) 0%, rgb(245,245,245) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(207,207,207) 0%, rgb(245,245,245) 100%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.0, rgb(207,207,207)),
            color-stop(1, rgb(245,245,245))
    );
}

.linkTab_Selected
{
    color: #000000;
    font-weight:bold;
    text-shadow: 0px 0px 10px #FFFF00;
    font-size: 120%;
}

.speechBubble   /*This class must inherit from greyBox2. Example: class="greyBox2 speechBubble"*/
{
/*    position: absolute;*/
    max-width:200px;
    overflow: hidden;
    border: solid 3px #000000;
}

option.imagebacked
{
    padding: 2px 0 2px 20px;
    background-repeat: no-repeat;
    background-position: 1px 2px;
    background-size: 26px auto;
    vertical-align: middle;
}

.fullscreen{
  display: block;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  background:#333;
}

.collapsiblePanelOnButton
{
    position:absolute;
    max-width:10px;
}

.collapsiblePanelOffButton
{
    position:inherit;
    max-width:10px;
}


/*///////////////////////////////////
// Table style 2
//////////////////////////////////*/

table.tableStyle2
{
  border-collapse: collapse;
  border: 1px solid #666666;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #EAEAEA;
  text-align:left;
}
.tableStyle2 caption
{
  text-align: center;
  font: bold 16px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #CC00FF;
  text-transform: uppercase;
}
.tableStyle2 thead, .tableStyle2 tfoot
{
    background:url(images/paneling/TableStyle2-TopBackground.png) repeat-x;
    text-align:left;
    height:30px;
}
.tableStyle2 thead th, .tableStyle2 tfoot th
{
    padding:5px;
}
.tableStyle2 a
{
    color: #333333;
    text-decoration:none;
}
.tableStyle2 a:hover
{
    text-decoration:underline;
}
.tableStyle2 tr.odd
{
    background: #f6f6f6;
}
.tableStyle2 tbody th, .tableStyle2 tbody td
{
    padding:5px;
}


/*//////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////*/

.collapsible-details
{
    font-size: 10px;
}

.collapsible-details div
{
    display:none;
    font-size: 10px;
}


.gameMessages
{
    
}

.gameMessages-oocMessage h3
{
    
}
.gameMessages-oocMessage p
{

}

.gameMessages-objectActionMessage
{
    padding: 3px;
    border: solid 1px #555555;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.gameMessages-objectActionMessage p
{
    margin:2px;
    margin-left: 10px;
}
.gameMessages-objectActionMessage h3
{
    font-size: 12px;
    margin:2px;
}

/* Game master message */
.gameMessages-gmMessage
{
    padding: 3px;
    border: solid 1px #555555;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.gameMessages-gmMessage p
{
    margin:2px;
    margin-left: 10px;
}
.gameMessages-gmMessage h3
{
    font-size: 12px;
    color: #AA0000;
    margin:2px;
}

/* Game master message */
.gameMessages-systemMessage
{
    color: #362B36;
    background-color: #dee2a0;
    padding: 3px;
    border: solid 1px #555555;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.gameMessages-systemMessage p
{
    margin:2px;
    margin-left: 10px;
}
.gameMessages-systemMessage h3
{
    font-size: 12px;
    color: #AA0000;
    margin:2px;
}
