/*
 *  dev.mygameiq.com main.css
 */

/*  Adds permanent vertical scrollbar so layout width is consistent 
 *  on both long and short pages. (Following 2 lines)
 */
html { 
	overflow-y: scroll; 
	overflow-x: auto; 
}
h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}
body {
  margin:0;
  padding:0;
  font-size: 12px;
  font-family: tahoma, arial, helvetica, sans-serif;
  background: #0a0a0a url('../../image/admin/ss1280x1024.12.jpg') top left repeat-x; 
}
a:link, a:visited {
  font-weight: bold;
	text-decoration: none;
  color: #344271;
}
a:hover, a:active {
	color: #bd0c26;
	text-decoration: underline;
	font-weight: bold;
}
img {
border: 0px;
}
#maincontainer {
  padding: 0 20px;
}
#tablecontainer {
  display: table;
  border-collapse:collapse;
  width: 100%;
  height: 100%;
}
#header {
  min-width: 948px;
  background: #EAEAEA;
  background-image: url('../../image/admin/levdevLogo.png') top left no-repeat;
  background-color: #FFFFFF;
  height: 90px; /*Height of top section*/
  border-left: 1px solid black;
  border-right: 1px solid black;
  display: table-row;
}
.headerLogo img {
  float:left;
}
#headerMenu {
  min-width: 938px;
  font-size: 13px;
  text-align: left;
  color: #FEFEFE;
	text-transform: uppercase;
  padding: 5px 5px 0 5px;
  background: url('../../image/admin/topMenu.png') top left repeat-x;
  height: 30px; 
  border-left: 1px solid black;
  border-right: 1px solid black;
  display: table-row;
}
#headerMenu a:link, #headerMenu a:visited { 
  font-weight: bold;
  color: #FEFEFE;
  text-decoration: none;
}
#headerMenu a:hover, #headerMenu a:active {
	color: #FFC900;
	text-decoration: underline;
	font-weight: bold;
}
#contentwrapper {
  min-width: 950px;
  float: left;
  width: 100%;
  display: table-row;
}
#contentcolumn {
  margin-left: 300px; /*Set left margin to LeftColumnWidth*/
  background: #FFFFFF;
  border-right: 1px solid black;
  min-height: 600px;
}
#leftcolumn {
  float: left;
  width: 299px; /*Width of left column*/
  min-height: 600px;
  background: #FFFFFF;
  border-left: 1px solid black;
  overflow: hidden;
}
#menuExpand {
  padding: 10px;
  background: #eaeaea;
}
#menuBottom {
  background: url('../../image/admin/menuBorderTop.png') bottom right no-repeat;
  min-height: 12px;
  min-width: 299px;
}
#menuTop {
  background: url('../../image/admin/menuBorderTop.png') top right no-repeat;
  min-height: 12px;
  min-width: 299px;
}
#footer {
  min-width: 938px;
  font-size: 12px;
  background: url('../../image/admin/topMenu.png') top left repeat-x;
  height: 30px; 
  color: #FFF;
  display: table-row;
}
#footer img {
  float: right;
  padding: 5px 5px;
}
#footer p {
  padding: 0 5px;
  float: left;
  display: table-cell;
  min-width: 469px;
}
.innerdiv {
margin: 10px 0 10px 10px;
margin-top: 0;
}
.contentdiv {
  min-width: 630px;
  margin: 0 10px 10px 10px;
  padding-top: 10px;
}
ul.topMenu {
	margin: 5px 0 -2px;
	padding: 0;
}
ul.topMenu li {
	display:inline; 
	list-style-type:none; 
	margin-top: 10px;
	padding-left:1.5em; 
	margin-left:.75em; 
	margin-right:.75em; 
	border-left:1px solid #999;
}
ul.topMenu li:first-child {
	border-left:none;
}
ul.leftMenu, ul.leftMenu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
ul.leftMenu ul {
  margin-left: 10px;
}
ul.leftMenu li {
  margin: 0;
  line-height: 20px;
}
ul.secondMenu, ul.secondMenu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  background: url('../../image/admin/vline.png') repeat-y;
}
ul.secondMenu ul {
  margin-left: 17px;
}
ul.secondMenu li {
  margin: 0;
  padding: 0 11px;
  line-height: 20px;
  background: url('../../image/admin/node.png') no-repeat;
}
ul.secondMenu li:last-child {
  background: #eaeaea url('../../image/admin/lastnode.png') no-repeat;
}
#companyselect {
  float:right;
  background: #ffffff url('../../image/admin/menuBorderTop.png') top left no-repeat;
  height: 24px;
  margin-top:30px; /*66px without the logged in as*/
  padding: 5px 10px 5px 10px;
  color: #000;
  font-weight: bold;
}
.gameSelect {
  float:right;
  background: #ffffff url('../../image/admin/menuBorderTop.png') bottom left no-repeat;
  height: 24px;
  padding: 5px 10px 5px 10px;
  color: #000;
  font-weight: bold;
}
input.disable {
	color: #AAA;
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
}
span.disable {
	color: #AAA;
	font-weight: normal;
}

/* Standard Table Layout */

table {
  min-width: 350px;
  border: none;
  padding: 5px;
  border-collapse: collapse;
  margin: 10px 0;
  empty-cells: show;
}
th {
  padding: 2px 5px;
  background: #aeaba7;
  color: #fefefe;
  border: 1px solid #6e6e6e;
  border-bottom: none;
}
th.name {
  color: black;
  border-bottom: 1px solid #6e6e6e;
}
td {
  padding: 5px;
  border-right: 1px solid #aeaba7;
  border-bottom: 1px solid #aeaba7;
  border-left: 1px solid #aeaba7;
  text-overflow: ellipsis;
  overflow: hidden;
}
tr {
  vertical-align: top;
}

/*th:last-child, td:last-child{
  border-right: none;*/
}
td.notice {
  font-weight: bold;
  font-style: italic;
}
tr.subhead {
	background: #DDD;
}
tr.subhead td {
	font-weight: bold;
}

/* Mini table lists */

table.table_minirow tr.odd {
	background: #F0F0F0;
}
table.table_minirow tr.even {
	background: #FAFAFA;
}
table.table_minirow td {
	padding: 2px;
}

/* Input fields */

input:text {
  width: 250px;
}

/* Company Page Styling */

.company {
}

/* game Page Styling */
.game {
}

/* superadmin Page Styling */
.superadmin {
}

/* SDK Page Styling */

.sdk {
  margin-left: 10px;
  padding-bottom: 25px;
}
.sdk table {
  margin: 0;
  margin-left: -10px;
  margin-bottom: 20px;
}
.sdk pre {
  overflow: auto;
  padding: 10px;
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
  display: block;
  background-color: #eeeeee;
  color: #000000;
  border: 1px inset;
  max-width: 760px;
}
.sdk h4 {
  padding-left: 8px;
  font-size: 14px;
}
.sdk textarea {
  margin: 10px;
  width: 95%;
}
.sdk input {
  padding-left: 6px;
}
.sdk div.example {
  padding: 15px;
  margin-top: 30px;
  background-color: #808080;
  border: 1px outset;
}
.sdk div.example p {
  font-weight: bold;
  color: #FFFFFF;
}
.sdk div.example pre {
  width: 98%;
}
.sdk div.example h4 {
  color: #ffffff;
}

/* Alternate SDK page styling */

.sdk2 {
}
.gsbinfo {
  float: left;
}
.gsbserver {
  float: left;
  margin-left: 50px;
}
.contentsrcdiv {
  margin: 20px 20px 20px 0;
  padding: 10px;
}
.disable {
  font-weight: bold;
  color: #666666;
}
tr.disable {
	font-weight: normal;
	color: #666666;
	font-size: 80%;
}
tr.disable td {
	padding: 4px;
	border: 1px solid #BEBBB7;
	border-top: none;
}
.right {
  float:right;
}
.table_noborder tr {
	border: none;
}
.table_noborder td {
	border: none;
}
.faded {
  color: #bbb;
}
.share_optionswindow {
	height: 430px;
	border: 1px solid #AAA;
	padding: 10px;
	display: none;
	background: #EEEEEE;
}
.share_formbox {
	padding: 10px;
	margin: 20px;
	border: 1px solid #DDD;
}
.share_componentitem {
	height: 16px;
	padding: 2px 5px;
	background: url('/image/admin/item_bg.png');
}
.share_componentsel:hover {
	background: none;
}
.progress_bar {
	background: url('/image/admin/progress_bar.gif') no-repeat;
	width: 220px;
	height: 19px;
	margin: 5px 0;
}
ul li.selected { border: 2px solid #a99; }
.sortable_cell {
	background-image: url('/image/admin/item_bg_bright.png');
	background-repeat: repeat-x;
	padding: 5px;
}
.sortable_cell:hover {
	background-image: url('/image/admin/item_bg_bright_alt.png');
}

/* Summary Table */
.funcfactory_optgroup_section {
	height: 220px;
}
.funcfactory_optgroup {
	float: left;
	width: 145px;
	margin: 0 20px;
	border: 1px solid #555;
}
.funcfactory_head {
	font-weight: bold;
	background: #dedeff;
	padding: 5px;
	border-bottom: 1px solid #555;
}
.funcfactory_body {
	height: 200px;
	overflow: auto;
}
.funcfactory_item {
	padding: 4px;
	border-bottom: 1px solid #555;
}

/* Confirm Dialog */
.fadeBackground {
	background-color:white;
	position:fixed;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	
	/* transparency */
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.confirmDialog {
	position:fixed;
		top:40%;
		left:40%;
}

.custom_audio_button_summary_table {
	margin-top:-2px;
	margin-right: 25px;
	background-image: url('/image/admin/play.png');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	width:20px;
	height:20px;
	cursor:pointer;
	display:none;
	float:right;
}

/* Errors */
div.errormsg,
span.errormsg {
	color: #DD0000;
}
