* {
	margin: 0;
	padding: 0;
}

body, input, select, option {
	
	font-family : "Tahoma"; 
	font-size: small; 
}


body {
	margin: 0;
	padding: 0;
	
	background-repeat: repeat-x;
	
	background: transparent url('/theme/games.default/image/bg_diagonals-medium.png') repeat scroll 0 0;
}

a:link, a:visited, a:active {
	text-decoration: none; 
	color: #000000;
}

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


/* CORE */

.icon {
	vertical-align: bottom
}

hr {
	border: none;
	border-top: 1px solid #ffbf81;
	height: 1px
}

h1, h2, h3, ul, li, dl, dd, dt {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h1 {
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	font-size: x-large;
	border-bottom: 2px solid #fe7e02;
}

h2 {
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	font-size: medium;
	border-bottom: 1px solid #ffbf81;
}

h3 {
	font-size: small;
	
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	
	border-bottom: 1px solid #ffdfc0;
}

p {
	margin: 10px 0;
}

div.clear {
	clear: both;
}

.objt {
	margin-top: 10px;
}

.objb {
	margin-bottom: 10px;
}


div.advertiser {
	background: #ffdfc0 url('/theme/games.default/image/bg_diagonals-small.png') repeat scroll 0 0;
	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

div.advertiser div {
	padding: 10px;
}


fieldset {
	border: 1px solid #fe7e02;
	margin-bottom: 10px;
	
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

legend {
	font-weight: bold;
	padding: 3px 8px 3px 3px;
	
	background-color: #fff3e6; 
	border: 1px solid #fe7e02;
	
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

.nowrap {
	white-space: nowrap;
	overflow: hidden;
}



/* TEXT */

span {
	font-family : "Tahoma"; 
	font-size: small; 
}

span.textinfo {
	color: #fe7e02;
}

span.texterror {
	color: #cd0a0a;
}

.b {
	font-weight: bold;
}



/* ##### TABS ##### */


div.tabs {
	float: left;
	width: 100%;
	line-height: normal;
	
	border-bottom: 1px solid #ffbf81;
	
	margin-bottom: 10px;
}
div.tabs ul {
	margin: 0;
	padding: 0 5px;
	list-style: none;
}

div.tabs li {
	float: left;
	margin-left: 10px;
	padding: 0;
}

div.tabs li.tabsplitl {
	margin-left: 20px;
}

div.tabs a {
	float: left;
	margin: 0;
	text-decoration: none;
	
	border: 1px solid #ffbf81; 
	background: #fff9f3;
	
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	margin-bottom: -1px;
}

div.tabs a span {
	float: left;
	display: block;
	color: #fe7e02;
	background: transparent url('/image/icon/page.png') no-repeat scroll 5px 50%; 
	
	padding: 5px 10px 3px 25px;
}

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

/* End IE5-Mac hack */
div.tabs a:hover {
	color: #fe7e02;
	background-color: #fff3e6;
}


div.tabs li.tabactive a {
	font-weight: bold;
	background-color: white;
	border-bottom-color: white;
}



/* INFOBAR */

div.info {
	margin-bottom: 10px;
	text-align: left;
}

div.info div {
	display: block;
	
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	
div.info div.note {
	background: #f3f8fa url('/image/icon/information.png') no-repeat scroll 5px 3px;
	border: 1px solid #80b4c5;
	color: #00688b;
}

div.info div.complete {
	background: #dbfac7 url('/image/icon/accept.png') no-repeat scroll 5px 3px;
	border: 1px solid #35750b;
	color: #35750B;
}

div.info div.warning {
	background: #fbf9ee url('/image/icon/error.png') no-repeat scroll 5px 3px;
	border: 1px solid #fcefa1;
	color: #363636;
}

div.info div.error {
	background: #fef1ec url('/image/icon/delete.png') no-repeat scroll 5px 3px;
	border: 1px solid #cd0a0a;
	color: #cd0a0a;
}

div.info div span {
	display: block;
}


div.notice {
	margin: 20px 0;
}

div.notice div {
	padding-left: 40px;
}

div.notice div.note {
	background: #f3f8fa url('/image/icon/information.png') no-repeat scroll 10px 50%;
	border-top: 2px solid #80b4c5;
	border-bottom: 2px solid #80b4c5;
	color: #00688b;
}

div.notice div.complete {
	background: #f3f8fa url('/image/icon/accept.png') no-repeat scroll 10px 50%;
	border-top: 2px solid #35750b;
	border-bottom: 2px solid #35750b;
	color: #35750B;
}

div.notice div.warning {
	background: #fbf9ee url('/image/icon/error.png') no-repeat scroll 10px 50%;
	border-top: 2px solid #fcefa1;
	border-bottom: 2px solid #fcefa1;
	color: #363636;
}

div.notice div.error {
	background: #fef1ec url('/image/icon/delete.png') no-repeat scroll 10px 50%;
	border-top: 2px solid #cd0a0a;
	border-bottom: 2px solid #cd0a0a;
	color: #cd0a0a;
}

div.notice div span {
	display: block;
	margin: 5px 0;
}

div.noticepanel {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	background-color: #fef1ec;
	border: 1px solid #cd0a0a;
	margin: 50px 100px;
	padding: 50px;
	text-align: center;
	color: #cd0a0a;
}


/* FORM */

form {
	margin: 0px;
	font-family: "Tahoma"; 
}

form input {
	background-color: white; 
	border: 1px solid #ffbf81; 
}

form select {
	background-color: white; 
	border: 1px solid #ffbf81; 
}

form optgroup {
	font-style: normal;
	margin-left: 5px;
}

form optgroup option {
	margin-left: 25px;
}

form textarea {
	background-color: white; 
	border: 1px solid #ffbf81; 
}


input[type="checkbox"] {
	border: none;
	background-color: transparent;
}

input[type="submit"], input[type="button"] {
	cursor : pointer; 
	
	font-size: small; 
	
	color: #fe7e02;
	 
	background: #ffdfc0 url('/theme/games.default/image/bg_glass.png') repeat-x scroll 0 50%; 
	border: 1px solid #fe7e02; 
	
	padding: 0 6px;
	
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	
	font-family: "Tahoma";
}

label {
	cursor: pointer;
}



/* PANEL */

/*
	panel, box, dock, frame
*/

div.panel {
	padding: 5px;
	
	background-color: #ffdfc0; 
	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

div.panel div.head {
	font-weight: bold;
	
	border-bottom: 1px solid #ffbf81; 
	
	padding: 3px 0 5px 0;
	margin-bottom: 5px;
}

div.panel div.headi {
	background: transparent url('/image/icon/application.png') no-repeat scroll 3px 2px; 
	padding: 2px 0 5px 25px;
}


div.box {
	padding: 5px;
	background-color: #fff9f3; 
	
	border: 1px solid #fe7e02; 
	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

div.box div.head {
	padding: 5px;
	
	background: #ffdfc0 url('/theme/games.default/image/bg_gloss-wave.png') repeat-x scroll 0 50%; 
	
	border: 1px solid #fe7e02; 
	text-align: left;
	
	font-weight: bold;
	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

div.box div.headi {
	background: transparent url('/image/icon/application.png') no-repeat scroll 5px 4px; 
	padding: 4px 0 3px 25px;
}


div.dock {
}

div.dock div.head {
	font-weight: bold;
	
	border-bottom: 1px solid #fe7e02; 
	
	padding-bottom: 5px;
	margin-bottom: 5px;
}

div.dock div.headi {
	background: transparent url('/image/icon/application.png') no-repeat scroll 3px 2px; 
	padding: 2px 0 5px 25px;
}


div.frame {
	padding: 5px;
	
	border: 2px solid #ffbf81; 
	background-color: #fff3e6; 
	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

div.frame div.head {
	font-weight: bold;
	
	border-bottom: 1px solid #ffbf81; 
	
	padding: 3px 0 5px 0;
	margin-bottom: 5px;
}

div.frame div.headi {
	background: transparent url('/image/icon/application.png') no-repeat scroll 3px 4px; 
	padding: 4px 0 3px 25px;
}



/* TABLE */

table {
	width: 100%;
	
	border-collapse: collapse;
	border-spacing: 0;
}

table td {
	padding: 0;
}

tr.row_odd td {
	background-color: #fff9f3 !important;
}

tr.row_oddb td {
	background-color: #fff9f3 !important; 
	font-weight: bold;
}

tr.row_even td {
	background-color: #fff3e6 !important;
}

tr.row_evenb td {
	background-color: #fff3e6 !important; 
	font-weight: bold;
}

td.panell {
	padding-left: 10px;
}

td.panelr {
	padding-right: 10px;
}

table.form {
}

table.form th {
	padding: 5px;
}

table.form td {
	padding: 5px;
}

table.form th {
	text-align: left;
	border-bottom: 1px solid #ffbf81; 
}

table.form td.title {
	text-align: right;
}


table.formcover {
	border: 1px solid #ffbf81;
	
	border-collapse: separate;
	border-spacing: 1px;
	
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

table.formcover th {
	background-color: #fff3e6;
	border-top: 1px solid #ffbf81; 
	border-bottom: 1px solid #ffbf81; 
}

table.formcover tr.first th {
	border-top: none; 
}

table.formcover tr.submit td {
	background-color: #fff3e6;
}


table.dataclear {
	border-spacing: 0px;
	border-collapse: collapse;
}

table.dataclean {
}

table.dataclean td {
	padding: 5px;
}

table.dataclean tr.total td {
	border-top: 1px solid #ffbf81;
}

table.dataclean td.sum {
	border-bottom: 2px solid #ffbf81;
}


table.datagrid {
	border-spacing: 1px;
	background-color: #fe7e02;
}

table.datagrid th {
	padding: 5px;
	background-color: #fff3e6;
}

table.datagrid td {
	padding: 5px;
	background-color: #fff9f3;
	
}

table.datagrid .total {
	font-weight: bold;
}
	
table.datatable {
	
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: white;
	
	border: 2px solid #ffbf81;
}

table.datatable th {
	padding: 5px;
	background-color: #fff3e6;
	
	border: 1px solid #ffbf81;
	border-bottom: 2px solid #ffdfc0;
}

table.datatable td {
	padding: 5px;
	border: 1px solid #ffdfc0;
}

table.datatable tr.total td {
	background-color: #fff3e6; 
	font-weight: bold;
	border-top: 1px solid #ffbf81;
	border-bottom: 1px solid #ffbf81;
}

table.formoption {
	width: auto;
}

table.formoption td {
	padding: 0 8px 0 0;
}

table.formoption tr.right td {
	padding: 0 0 0 8px;
}

table.formoption tr.down td {
	padding-bottom: 5px;
}


/* PAGECONTROL */


ul.pagecontrol {
	margin: 10px 0 5px 0;
	padding: 0;
}

ul.pagecontrol ul {
	margin: 0; padding: 0;
}

ul.pagecontrol li {
	display: inline; 
}

ul.pagecontrol li.page a {
	border: 1px solid #ffdfc0;
	background-color: white;
	
	padding: 3px 6px;
	margin: 2px 3px;
}

ul.pagecontrol li.page a:hover
{
	color: #ffbf81;
	background-color: #fff9f3;
}

ul.pagecontrol li.selected a {
	border: 1px solid #ffbf81;
	background-color: #fff3e6;
	color: #fe7e02;
	
	font-weight: bold;
	
	padding: 3px 6px;
	margin: 2px 0;
}

ul.pagecontrol li.split {
	padding: 3px 6px;
	margin: 2px 0;
}



/* OPTION LINK */

div.oplink {
	margin-bottom: 10px;
}

div.oplink * {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.oplink ul li {
	float: left;
	margin: 0 10px 0 0;
}

div.oplink ul li a {
	display: block;
	padding: 5px 8px 5px 25px;
	
	border: 1px solid #fff3e6;
	background: #fff9f3 url('/image/icon/application.png') no-repeat scroll 3px 50%; 
	
	color: #fe7e02;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.oplink ul li a.active {
	background-color: #fff3e6;
	border: 1px solid #fe7e02;
	color: #fe7e02;
}

div.oplink ul a:hover {
	background-color: #fff3e6;
	border: 1px solid #ffbf81;
	color: #fe7e02;
}

div.oplink ul li.right {
	float: right; 
	margin: 0 0 0 10px;
}



/* SIDE MENU */

div.sidemenu {
	background-color: #fff3e6; 
	padding: 10px;
	
	
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}

div.sidemenu ul li {
	padding: 5px;
	
	border: 1px solid #ffbf81; 
	background-color: #fff9f3; 
	
	margin-bottom: 10px;
	
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}

div.sidemenu ul li.sub {
	margin-left: 20px;
}

div.sidemenu ul li:hover, div.sidemenu ul li.active {
	border: 1px solid #fe7e02; 
	background: #fff3e6 url('/theme/games.default/image/bg_gloss-wave_light.png') repeat-x scroll 0 50%; 
	
	color: #fe7e02;
}

div.sidemenu ul li:hover a, div.sidemenu ul li.active a {
	color: #fe7e02;
}

div.sidemenu ul li.last {
	margin-bottom: 0;
}

div.sidemenu ul li span {
	display: block;
}

div.sidemenu ul li span.head {
	font-weight: bold;
	background: transparent url('/image/icon/application.png') no-repeat scroll 0 0; 
	padding-left: 20px;
}

div.sidemenu ul li span.detail {
	margin: 5px 0 0 30px;
}
