/*******************************

COLOR SCHEME

#575757 - formheader
#7297B5 - watertexdt (?)
#7C8C98 - input box border
#004077 - header text, a.topmenu
#A60000 - a-hover
#006BD7 - a-link
#FF0000 - a-active
#003A71 - a.menu, a.loginlink
#F0F0F0 - sidepanel background
#FFDFDF - error box background
#FFDFDF - error box border
#D1D1D1 - document background

********************************/




.formheader {
	font-size : 8pt; 
	font-family : Tahoma, Arial;
	color : #575757;
}

.formbody{
	padding-bottom :7;
	padding-left : 10;
	padding-right : 10;
	padding-top : 3;
}

.watertext {
	font-size : 8pt;
	font-family : Tahoma, Arial;
	color : #7297B5;
}





/*************************/
/* GENERAL STYLES        */

body , td, .text, p
{
	font-size: 10pt;
	font-family : Arial, Geneva, Helvetica, sans-serif;
}

p
{
	text-align: justify;
	margin: 0 0 1em 0;

	/* LEN kvoli netscape */
	font-size: 10pt;
	font-family : Arial, Geneva, Helvetica, sans-serif;
}

/*.text
{
	font-size: 10pt;
	font-family : Arial, Geneva, Helvetica, sans-serif;
}*/

.smalltext  
{
	font-size: 8pt;
	font-family : Arial, Geneva, Helvetica, sans-serif;
}


/*************************/
/* LOGIN BOX styles      */

.LoginField
{
	font-size: 7pt;
	text-align: right;
}

.InputBoxMenu
{
	height: 18px;
	width: 100px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	background : white; /*#172632;*/
	border : 1px solid #7C8C98;
	color : black;
}


/*************************/
/* TITLES / HEADERS      */

h1, .Head
{
	font-size: 13pt;
	font-weight: bold;
	font-family : Arial, Geneva, Helvetica, sans-serif;
	color : #004077;
	margin-bottom : 0pt;
	letter-spacing : -1px;
}

h2, .SubHead
{
	font-size: 10pt; 
	font-weight: bold; 
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color : #004077;
	margin: 0;
}


/**************************/
/* ALL HYPERLINK STYLES   */

A  
{
	/*font-size: 10pt;*/
	/*text-decoration : underline;*/
	font-family :  Arial, Geneva, Helvetica, sans-serif;
}

A:hover
{
	color : #A60000;
}

A:link 
{
	color : #006BD7;
}
/*
A:visited 
{
	color : #003A71;
}
*/
A:active 
{
	color : #FF0000;
}


/***************************/
/* LINKS - topmenu         */

A.topmenu  
{
	font-size: 9pt;
	text-decoration : none;
	font-family : Arial, Geneva, va, sans-serif;
	color : #004077;
}

A.topmenu:hover  
{
	color : #A60000;
}

A.topmenuselected
{
	font-size: 9pt;
	text-decoration : none;
	font-family : Arial, Geneva, va, sans-serif;
	font-weight: bold;
	color : #004077;
}

A.topmenuselected:hover
{
	font-weight:bold;
	color : #A60000;
}


/*************************/
/* LINKS - main menu     */

A.menu  
{
	font-size: 9pt;
	text-decoration : none;
	font-family : Tahoma, Arial, Geneva, va, sans-serif;
	color : #003A71;
}

A.menu:hover  
{
	color : #A60000;
}



/*************************/
/* LINKS - Login Box     */

A.LoginLink 
{
	font-size: 7pt;
	font-weight:bold;
	text-decoration : none;
	font-family : Tahoma, Arial, Geneva, sans-serif;
	color : #003A71;
}

A.LoginLink:hover 
{
	color : #A60000;
}


/*************************/
/* LINKS - navigation    */

A.navigation
{
	font-size: 8pt;
	text-decoration : underline;
	font-family : Tahoma, Arial, Geneva, sans-serif;
	font-style : inherit;
}

A.navigation:link, A.navigation:visited
{
	color : #BCBCBC;
}

A.navigation:hover  
{
	color : #A60000;
}


/*************************/
/* PANEL STYLES          */

.leftpanel
{
	background-color : #F0F0F0;
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 4;
	margin-right : 4;
}

.leftpanelin 
{
	padding-bottom : 3;
	padding-left : 3;
	padding-right : 3;
	padding-top : 0;
}

.bodypanel
{
	margin-bottom : 4;
	margin-left : 8;
	margin-right : 12;
	margin-top : 6;
}

.productbanner_body {
	font-family: Tahoma, Arial;
	font-size: 8pt;
	margin: 3px 11px 0px 5px;
}

/*************************/
/* DATAGRID STYLES       */

.DataGrid
{
}

.DataGrid td
{
	font-size:8pt;
}

.DataGridHeader
{
	font-weight:bold;
	background:#E8E8E8;
}


/*************************/
/* MISCELLANEOUS STYLES  */

.ErrorBox /* used for validation summary and other error messages on top of the page */
{
	color : Red;
	font-size : 8pt;
	background : #FFF4EF;
	border : 1px solid #DFD4BF; 
	width: 80%;
	text-align : center;
	padding: 0.5em;
	/*font-weight : bold; #FF8000;*/
}

.InfoBox /* used for info messages, e.g. when no game or poll has been created so far */
{
	/*color : Red;*/
	font-size : 8pt;
	background : #F9FCFF;
	border : 1px solid #BFD4DF; 
	width: 100%;
	text-align : center;
	margin: 1em;
	padding: 1em;
}

.RssButton /* used for the orange rss buttons */
{
	font-family: Verdana, Tahoma, Arial; 
	font-weight: bolder; 
	font-size: 10px; 

	border-right: #d23a00 1px solid; 
	border-top: #ffdead 1px solid; 
	border-left: #ffdead 1px solid; 
	border-bottom: #d23a00 1px solid; 

	padding-right: 3px; 
	padding-left: 3px; 

	color: white; 
	background-color: #ff6b33; 
	text-decoration: none
}

.HelpText
{
	font-size: 9pt;
	text-align: left;
	padding-left: 1em;
}

.ToolTip
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	background: white;
	color: black;
	border: 1px solid gray;
	padding: 3px;
	margin: 15px;

	position: absolute; 
	top: 0; 
	left: 0; 
	width: 200px;
	z-index: 3; 
	display: none; 
}

.ToolTipLink
{
	color: #006BD7;
	text-decoration: none;
}

A.ToolTipLink:hover
{
	color: #006BD7;
	border-bottom: 1px dashed #006BD7;
}