Body {
	Margin: 0px; Padding: 0px;
	Background-Color: White; 
	Font-Family: Verdana; Font-Size: 12px;
}
img		{ 		Border: None; 							}
form 	{ 		Margin: 0px; Padding: 0px; 				}
input 	{ 		Border: 1px solid Black; 				}
a		{ 		Color: Black; Text-Decoration: None; 	}

div#container { Margin: Auto; Width: 1200px; 			}

div#top {
	Padding: 5px; Margin-Bottom: 5px;
	Border-Bottom: 2px solid #e50909; 
}
div#top h1 { Margin: 0px; Padding: 0px; }

div#bar {
	Height: 24px; Line-Height: 25px; Margin: -20px; Margin-Bottom: 10px; Padding: 6px;
	Border-Bottom: 1px solid Black;
	Background-Image: Url('../Images/bar.jpg');
}
div#bar .tabItem {
	Height: 25px; Line-Height: 25px; Margin-Right: 5px; Padding-Left: 5px;
	Width: 100px; Text-Align: Center; Border-Left: 1px solid White; Border-Right: 1px solid White;
	Font-Weight: Bold; Color: White; Cursor: Hand;
}
div#bar div.current { Height: 31px; Line-Height: 31px; Background-Color: White; Color: Black;}
div#bar a { Color: White; }
div#bar div.current a { Color: black; }
div.panes div.pane { Display:none; }

div.content { Padding: 20px; Overflow: Hidden; }

div.row, div#row { Height: 20px; Line-Height: 20px; }
div.row div, div#row div { Height: 20px; }

div.row .field, div#row .field { Float: Left; Margin-Left: 5px; Margin-Right: 5px; Color: Black; }
div.rowHover {
	Background-Color: #FFFFE5;
}


div#placeholderMessage {
	Height: 35px; Overflow: Hidden; Margin-Bottom: 5px;
	Line-Height: 35px;
}
div#placeholderMessage .error {
	Padding-Left: 25px; Color: White;
	Background-Image: Url( '../Images/errorBG.gif' ); Background-Repeat: x-repeat; Background-Color: #ea6b6c;
}
div#placeholderMessage .success {
	Padding-Left: 25px; Color: Black;
	Background-Image: Url( '../Images/successBG.gif' ); Background-Repeat: x-repeat; Background-Color: #ea6b6c;
}

.error {
	Height: 35px; Padding-Left: 25px;
	Color: White; Line-Height: 35px;
	Background-Image: Url( '../Images/errorBG.gif' ); Background-Repeat: x-repeat;
	Overflow: Hidden;  Background-Color: #ea6b6c;
}
.smallError
{
	Padding: 5px; Padding-Left: 25px; Margin-Bottom: 5px;
	Background-Image: Url( '../Images/error.gif' );
	Background-Repeat: No-repeat;
	Background-Position: 5px center;
	Float: Left; Margin-Bottom: 12px;
	Border-top: none !important;
}

.borderBlack { Border: 1px solid Black; Overflow: Hidden; }	
.highlight a {
	Color: #ff6600;
}
.left { Float: Left; }
.right { Float: Right !important; }
.middle { FLoat: Middle !important; }
.hide { Display: None; }


div#tooltip { 
	background-color:#000;     
	border:1px solid #fff;     
	padding:10px 15px;     
	width:200px;     
	display:none;     
	color:#fff;     
	text-align:left;     
	font-size:12px;      /
}
div#copyright { 
	Margin: 15px; Margin-Top: 50px; 
	Text-Align: Center; Font-Size: 10px; 
}
div#overlay { 
	Display: None; Padding: 20px; Width: 800px; 
	Border: 1px solid Black; Background-Color: White; 
}

#tblTeam {
	Width: 600px; 
	Border: 1px solid Black;
}
#tblTeam th { Background-Color: Black; Color: White; Text-Align: Left; }
#tblTeam .colPosition { Width: 40px; }
#tblTeam .colValue { Width: 75px; Text-Align: center; }
#tblTeam .colTeamname { Width: 220px; }
