html
{
	overflow-y: scroll;
	overflow-x: scroll;
}

*
{
	font-size: 13px;
	margin:0;
	padding:0;
	border:0;
}

/*//////////////////////////////////////////////////////////////////////////////////////
// tags
//////////////////////////////////////////////////////////////////////////////////////*/

body
{
	text-align:center;
	background-color:#a1a0a4;	
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1
{
	margin-top:12px;
	margin-bottom:8px;
	padding-bottom: 8px;
	font-weight:bold;
	font-size:24px;
	color: #231F20;
	line-height: 1.3em;
	
/* 
	font-variant: small-caps;
	text-transform: uppercase; 
	border-bottom: solid 1px #CACACC;
*/
}

h2
{
	font-size: 18px;
	margin-top:20px;
	margin-bottom: 6px;
	padding-bottom: 4px;
	font-weight:bold;
	/* text-transform: uppercase; */
	border-bottom: solid 1px #CACACC;
}

div.main
{
	margin-top: 10px;
	font-size: 18px;
	font-weight:bold;
}

h2.single_menu
{
	border-bottom: none;
	margin-bottom:10px;
}

h3
{
	font-size: 18px;
	margin-top:20px;
	margin-bottom: 6px;
	padding-bottom: 4px;
	font-weight:bold;
	/* text-transform: uppercase; */
	border-bottom: solid 1px #CACACC;
}

h4
{
	margin-top:5px;
	font-size: 14px;
	margin-bottom:3px;
	font-weight:bold;
	margin-left: 10px;
}

p
{
	margin-bottom: 10px;
}

/*//////////////////////////////////////////////////////////////////////////////////////
// links
//////////////////////////////////////////////////////////////////////////////////////*/

a:link
{
	text-decoration:none;
	color:#ef4623;
	/*color:#ef4623;*/
}

a:visited
{
	text-decoration:none;
	color:#ef4623;
}

a:hover
{
	text-decoration:underline;
	color:#231F20;
}

a:active
{
	text-decoration:underline;
	color:#ef4623;
}

a.current
{
	color:#ef4623;
}

a:link.offside
{
	color: #F7931E;
}

a:link.vizrt
{
	color: #EE7703;
}

a:visited.offside
{
	color: #F7931E;
}

a:active.offside
{
	color:#F7931E;
}

a:link.playbook
{
	color: #A9112C;
}

a:visited.playbook
{
	color: #A9112C;
}

a:active.playbook
{
	color:#A9112C;
}



/* ----------------------------------------------------------------------------------- */
/* Lists */
/* ----------------------------------------------------------------------------------- */

ol
{
	margin-top: 10px;
	margin-left:15px;
}

ul
{
	margin-top: 7px;
	list-style-type:none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 7px;
}

ul li
{
	padding-left: 15px;
	background-image: url(../images/news_marker.png);
	background-repeat: no-repeat;
	margin-bottom: 3px;
}

ul li.offside
{
	background-image: url(../images/news_marker_orange.png);
}

ul li.playbook
{
	background-image: url(../images/news_marker_playbook.png);
}

ul.main li
{
	font-size: 14px;
}

/* ----------------------------------------------------------------------------------- */
/* Table Data */
/* ----------------------------------------------------------------------------------- */

table
{
	text-align:left;
	padding: 2px;
	width:100%;
}

table.border
{
	padding: 0px;
	width:100%;
}

td
{
	padding: 4px 4px 4px 4px;
	vertical-align: top;	
}

td.border
{
	vertical-align: top;
	padding: 7px;
	border: solid 1px #6D7071;
}

td.header
{
	font-weight: bold;
	border: solid 2px #2F2F2F;
}

/* ----------------------------------------------------------------------------------- */
/* Specials */
/* ----------------------------------------------------------------------------------- */

img.float_left 
{
	float : left;
	clear : both;
	margin-right : 15px;
	margin-top : 5px;
	margin-bottom: 5px;
}

img.float_right
{
	float : right;
	clear : both; 
	margin-left : 15px;
	margin-top : 5px;
	margin-bottom: 5px;
}

.sitemap_1 {
	font-weight: normal;
	padding-right : 15px; 
	padding-top: 2px;
	padding-left : 25px;
}

.sitemap_2 {
	border-bottom : none;
	padding-right : 15px; 
	padding-left : 50px;
	padding-bottom: 3px;
}

input, select, textarea
{
   /* background-color:#ccc; */
   border:1px solid;
}

input.small
{
	width: 140px;
	font-size: 12px;
}


