﻿/*================================================================================
BEGIN EXTENSIONS
================================================================================*/
IMG 
{
	border:none;
}

/*********************************************************************************
* Layout
**********************************************************************************/
DIV.addonwrapper
{
	width:100%;
	margin:0;
	padding:0;
	clear:both;
}

DIV.addoncontent
{
	width:100%;
	margin:0;
	padding:0;
}
DIV.xtnspacer
{
	width:100%;
	margin: 0;
	padding: 0;
	clear: both;
}
DIV.xtncontainer
{
	display:inline;
	margin: 0;
	padding: 0;
}
DIV.xtnspanner 
{
	width:100%;
	display:block;
	clear: both;
}
DIV.xtnoverflowhandler
{
	width:100%;
	overflow:hidden;
}

/*********************************************************************************
* Dialogs & message boxes
**********************************************************************************/
.dialogtitle
{
	margin: 0 0 0 0;
	padding:10px 15px 10px 15px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.dialogtext
{
	margin: 0 0 0 0;
	padding:10px 15px 10px 15px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
DIV.dialogbuttons 
{
	margin: 0 0 0 0;
	padding:0 15px 10px 15px;
}

.tooltipbox
{
	display:table;
}
.tooltiptext
{
	background-color: #F9FCE3;
    border: 1px solid #C9D30F;
    margin: 0 0 0 0;
	padding:3px 6px 3px 6px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#494a4f;
}

.progresstitle
{
	margin:0;
	padding:0;
	color:#C9D30F;
	font-size: 11px;
    font-weight: bold;
}
.progresstask
{
	margin:0;
	padding:0;
	color:#000000;
	font-size: 10px;
    font-weight: bold;
}
.progressinfo
{
	margin:0;
	padding:0;
	color:#000000;
	font-size: 10px;
    font-weight: normal;
}


.smallinfo 
{
	color:#808080;
	font-size: 9px;
    font-weight: normal;
}
.normalinfo 
{
	color:#808080;
	font-size: 10px;
    font-weight: normal;
}

DIV.noentriesfound 
{
	color:#808080;
	width:100%;
	padding: 8px 0 4px 0;
	text-align:center;
}


DIV.infobox
{
	display:inline-block;
	margin:0;
	padding:3px 0 3px 0;
}

DIV.infocontainer
{
	display:block;
	float:none;
	clear:both;
	padding:0 0 8px 0;
}

DIV.infocontainer DIV.text
{
	cursor:default;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color:#333333;
	
}
DIV.infocontainer DIV.error
{
	color:#ee0000;
}
/*********************************************************************************
* Box / Lists
**********************************************************************************/
TABLE.xtnbox 
{
}
TABLE.xtnbox TR.top
{
	height:9px;
}
TABLE.xtnbox TR.top TD.l 
{
	width:9px;
	background-image:url(/_img/xtn/box/top_l.gif);
}
TABLE.xtnbox TR.top TD.m 
{
	background-image:url(/_img/xtn/box/top_m.gif);
	background-repeat:repeat-x;
}
TABLE.xtnbox TR.top TD.r 
{
	width:9px;
	background-image:url(/_img/xtn/box/top_r.gif);
}

TABLE.xtnbox TR.middle
{
}
TABLE.xtnbox TR.middle TD
{
	background-color:#ffffff;
}
TABLE.xtnbox TR.middle TD.l 
{
	width:9px;
	background-image:url(/_img/xtn/box/middle_l.gif);
	background-position:left;
	background-repeat:repeat-y;	
}
TABLE.xtnbox TR.middle TD.m 
{
}
TABLE.xtnbox TR.middle TD.r 
{
	width:9px;
	background-image:url(/_img/xtn/box/middle_r.gif);
	background-position:right;
	background-repeat:repeat-y;	
}

TABLE.xtnbox TR.bottom
{
	height:8px;
}
TABLE.xtnbox TR.bottom TD.l 
{
	width:9px;
	background-image:url(/_img/xtn/box/bottom_l.gif);
}
TABLE.xtnbox TR.bottom TD.m 
{
	background-image:url(/_img/xtn/box/bottom_m.gif);
	background-repeat:repeat-x;
}
TABLE.xtnbox TR.bottom TD.r 
{
	width:9px;
	background-image:url(/_img/xtn/box/bottom_r.gif);
}

#content TH.xtnsorter A,
#content TH.xtnsorter A:link,
#content TH.xtnsorter A:visited
{
	color:#7a9b04;
	text-decoration:none;
}
#content TH.xtnsorter A:hover,
#content TH.xtnsorter A:active
{
	color:#E2007A;
	text-decoration:none;
}

TABLE.forumList TR.xtnselected
{
	background-color:#F4F6CF;
}

#content DIV.quizPrizeSelected {
	background-color:#F4F6CF;
}
/*********************************************************************************
* Controls
**********************************************************************************/
.xtntextarea
{
	margin: 0;
	border: 1px solid #a0a0a0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
    font-weight: normal;
	cursor: default;
}
.xtntextarea:active, .xtntextarea:focus, .xtntextarea:hover
{
    border: 1px solid #808080;
}

/*================================================================================
END EXTENSIONS
================================================================================*/