﻿/* =================================================================================================== */
body
	{
	background-image: url(../images/background.gif); 
	background-repeat: no-repeat; 
	background-color: #040405;
	color: #FFEFB8;
	font-family: Georgia;
	/*font-weight: 900;*/
	text-align:center; /* for IE */ 
	}

/* =================================================================================================== */
/* div with id of wrapper around entire page of all pages for centering */
div#wrapper { 
	text-align:center; /* reset text alignment */ 
	width:1200px; /* or a percentage, or whatever */ 
	margin:0 auto; /* for the rest */ 
}
	
/* =================================================================================================== */	
/* div with id of Main_Div around main section of all pages */
div#main_div { 
	background-image: url(http://www.handballchallenge.com/images/gradient_long.png); 
  background-repeat: repeat-x;
	/*width: 750px; */
	top: 50px; 
	text-align: center;
}
	
/* =================================================================================================== */	
h3
	{
  	color: #FFEFB8;
		font-family: Georgia;
		font-weight: 900;
		letter-spacing: 4px;		
	}

/* =================================================================================================== */            
div.splash_detail
	{
		height: 150px;
		width: 345px;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 15px;
		margin: 10px;
		}
		
div.login
	{
		background-color: #8B1A16; 
		width: 100px;
  	color: #FFEFB8;
		font-family: Georgia;
		font-weight: 900;
		letter-spacing: 4px;		
	}
	
a:link {color: #FFFFCC; font-weight: bold; font-size: 14px;}	
a:visited {color: #C0C0C0; font-weight: bold; font-size: 14px;}	
a:hover {color: #C0C0C0; font-weight: bold; font-size: 14px;}	

div.logout
	{
		background-color: #2E8364; margin: 5px; width: 100px;
	}		

/* =================================================================================================== */            
ul
	{
		text-align: left;
		margin-right: 10px;
	}

/* =================================================================================================== */
td
	{
		/*vertical-align: top;*/
		text-align: left;
	}

/* =================================================================================================== */

table.comments
    {
        border-color: #736179; 
        border-style: solid; 
        border-width: 2px;
    }
    
td.comments
    {
        border-color: #736179; 
        border-style:  outset;
        border-width: 1px;
        padding: 3px;
    }    

td.comments_header
    {
        background-color: #736179;
        border-color: #736179; 
        border-style:  outset;
        border-width: 1px;
        padding: 5px;
    }        
    
/* =================================================================================================== */

table.instructions
    {
        border-color: #736179; 
        border-style: solid; 
        border-width: 2px;
    }
    
td.instructions
    {
        border-color: #736179; 
        border-style:  outset;
        border-width: 1px;
        padding: 3px;
        background-color: #2E8364;
    }    

td.instructions_header
    {
        background-color: #736179;
        border-color: #736179; 
        border-style:  outset;
        border-width: 1px;
        padding: 5px;
    }        
    
/* =================================================================================================== */



/* =================================================================================================== */
/* Ajax Tab Custom Colors */
.CustomTabStyle .ajax__tab_header {font-family: Georgia; font-size: 8pt;background:url(../images/tabs/AjaxControlToolkit.Tabs.tab-line.gif) repeat-x bottom;}
.CustomTabStyle .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tabs/AjaxControlToolkit.Tabs.tab.gif) repeat-x;}
.CustomTabStyle .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#2E8364;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_tab {background:url(../images/tabs/AjaxControlToolkit.Tabs.tab-hover.gif) repeat-x;}
.CustomTabStyle .ajax__tab_active .ajax__tab_tab {background:url(../images/tabs/AjaxControlToolkit.Tabs.tab-active.gif) repeat-x;}

/* =================================================================================================== */
/* Gridview Column alignment */
/* =================================================================================================== */

.TARight
{ text-align:right; }

.TALeft
{ text-align:left; }

.TACenter
{ text-align:center; }


/* =================================================================================================== */
/* The following not used anywhere yet...  keeping for reference on colors
		
div.red_ball
	{
	background-color: #8B1A16; 
	}	

div.purple_ball
	{
	background-color: #736179; 
	}
	
div.blue_ball
	{
	background-color: #296098; 
	}	
	
div.green_ball
	{
	background-color: #2E8364;
	}
	

