body{
	padding:0px;
	margin:0px;
	background-image: url(bodybg.gif);	/*background:url(bodybg.gif) #2B434B repeat;*/
}
form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	/*margin-bottom: 1.8em;*/
	line-height: normal;
}

ul, ol {
}

blockquote {
}

a {
	color: #414141;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Splash */

#splash {
	width: 960px;
	height: 200px;
	margin: 0 auto;
}


/* Logo */

#logo {
	width: 960px;
	height: 50px;
	color: #414141;
	border-top-width: 10px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #00CCFF;
	border-bottom-color: #3F3F3F;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo h1, #logo h2 {
	margin: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#logo h1 {
	float: left;
	padding-top: 0px;
	letter-spacing: -3px;
	text-transform: capitalize;
	font-size: 32pt;
	padding-right: 10px;
}

#logo h2 {
	float: right;
	padding-top: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

#logo a {
	color: #414141;
}


/* Animated Menu */


    
.animatedtabs{
	/* border-bottom: 1px solid gray; */
	overflow: hidden;
	width: 960px;
	font-size: 10px; /*font of menu text*/
	margin-right: auto;
	margin-left: auto;
	height: 25px;
}


.animatedtabs ul{
	list-style-type: none;
	margin-left: 0px; /*offset of first tab relative to page left edge*/
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
	float: left;
	position: relative;
	display: block;
	background: url(tab-blue-right.gif) no-repeat right top; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	font-weight: bold;
	color: black;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

/* End of animated menu */

top_menu {
	background-image:url(IMG_dropdown_tab-bg.gif);
	background-repeat: repeat-x;
}


a {
	color: #0099FF;
}

a:hover {
	text-decoration: none;
	color: #006600;
}

/* Boxed */

.title {
	/* background: url(img4.gif) no-repeat right center; 
	border-bottom: 3px solid #CFCFCF; */
}
.sidebartitle {
	/*background: url(img4.gif) no-repeat right center; */
	border-bottom: 3px solid #CFCFCF;
}

.boxed1 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.boxed1 .sidebartitle {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.boxed1 .content {
	/* background: url(img05.gif) no-repeat left bottom; */
	 padding: 20px; 
}

.boxed2 .title {
	font: normal 150% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .content {
	/* background: url(img06.gif) repeat-x left bottom; */
	/* padding: 20px; */
}

.boxed3 .title {
	font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed3 .content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}



/* Page */

#page {
	width: 960px;
	/* background: url(img03.gif) repeat-y; */
/*	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF; */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Content */

#content {
	float: right;
	width: 580px;
	border-bottom: 1px solid #FFFFFF;
	left: 220px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#content p, #content ol, #content ul {
	line-height: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 85%;
}
#content_social_left {
	float: right;
	width: 280px;
	border-bottom: 1px solid #FFFFFF;
	left: 200px;
	height: auto;
	padding: 0px;
}
#content_social_right {
	float: right;
	width: 290px;
	border-bottom: 1px solid #FFFFFF;
	left: 200px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* Rightsidebar */

#rightsidebar {
	float: right;
	width: 140px;
	background-color: #FFFFFF;
	margin: 1px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(file:///C|/Documents%20and%20Settings/Oswin%20Peter/My%20Documents/SSCC1.JUNK/tryout/SSCC_trial/sidebar.PNG);
	height: 500px;
	background-repeat: no-repeat;
	background-position: center top;
	/* padding: 20px; */
}

/* LeftSidebar */

#Leftsidebar {
	float: right;
	width: 200px;
	padding-right: 0px;
	background-image: url(file:///C|/Documents%20and%20Settings/Oswin%20Peter/My%20Documents/SSCC1.JUNK/tryout/SSCC_trial/leftsidebar.PNG);
	background-repeat: no-repeat;
	background-position: center 50px;
	height: 500px;
	/* padding: 20px; */
}
/* Sidebar */

/* #sidebar { */
/*	float: right;*/
/*	width: 225px;*/
/*	padding-right: 0px;*/
/*	background-color: #CCCCCC;*/
	/* padding: 20px; */
/* } */

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* News */

#news {
	padding-top: 10px;
	padding-bottom: 0;
	float: none;
	width: 200px;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	font-size: 92%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}


/* Fixtures */

#Fixtures {
	padding-top: 10px;
	padding-bottom: 0;
}

#Fixtures ul {
	list-style-type: square;
}

#Fixtures li {
	margin-bottom: 15px;
}

#Fixtures h3 {
	margin-bottom: 10px;
	font-size: 92%;
}

#Fixtures h3 a {
	display: block;
}

#Fixtures p {
	font-size: 85%;
}
/* Welcome */

#welcome {
	margin-bottom: 0px;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#Match_title {
	margin-bottom: 0px;
	padding-top: 0px;
}

/* Samples */
#sample1 {
	float: left;
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#sample2 {
	float: left;
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 30px;
	border-top: 6px solid #3F3F3F;
	font-size: 9pt;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	clip: rect(auto,auto,auto,auto);
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}


/*top panel starts here*/
.flt{
float:left;
}
.tp_bg1,.tp_bg2{
float:left;
background:url(tp_bg1.jpg) no-repeat;
width:300px;	
height:210px;
}
.tp_bg2{
background:url(tp_bg2.jpg) no-repeat;
}
.tp_bg3{
background:url(tp_bg3.jpg) no-repeat;
float:left;
width:180px;
height:210px;
}
.tp_logo{
margin:7px 0 0 20px;
}
.tp_menus{
width:780px;
display:inline;
}
.tp_menu_bg1{
background:url(tp_menu_bg.jpg) no-repeat;
width:80px;
height:32px;
margin:7px 0 0 20px;
}
.tp_menu_bg2{
background:url(tp_menu_bg1.jpg) no-repeat;
width:510px;
height:32px;
margin:7px 0 0 20px;
}
.tp_navigations,.tp_navigations1,.tp_navigations2,.tp_navigations3,.tp_navigations4{
font:bold 11px Tahoma;
color:#FFFFFF;
float:left;
margin:9px 0 0 24px;
text-decoration:none;
}
.tp_navigations1{
margin:9px 0 0 17px;
}
.tp_navigations2{
margin:9px 0 0 21px;
}
.tp_navigations3{
margin:9px 0 0 10px;
}
.tp_navigations4{
margin:9px 0 0 6px;
}
.tp_ok{
margin:5px 0 0 5px;
}
.tp_divider{
margin:10px 0 0 5px;
}
/*top panel ends up*/

.categories a{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration:none;}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

