/* mk css styles */

body {
	font-family: georgia, serif;
	font-size: 12px;
	color: #444444;
	background-image: url("../imgs/grid_diag.gif");
}

td {
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #990000;
}

a:hover {
	color: #AAAAAA;
}

input {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	color: #666666;
	font-size: 10px;
}

      
#imagecont {
	overflow: auto;
	width: 370px;
	height: 210px;
}      

#shapecont {
	overflow: auto;
	width: 300px;
	height: 210px;
	background-color:#E3E3E3;
}      

#spritecont {
	overflow: auto;
	width: 160px;
	height: 210px;
	background-color:#E3E3E3;
}      

#i2simagecont {
	overflow: auto;
	width: 330px;
	height: 210px;
}      

#mkcmsswfcont {
	overflow: auto;
	width: 480px;
	height: 210px;
}

#frameitems {
	height:80px;
	overflow:auto;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#666666;
}      


/* image box in image manager */
#imgpreview {
	position: inherit;
	top: 0px;
	width: 320px;
	height: 240px;
	background-color: #EEEEEE;
	border-style: solid;
	border-width: 4px;
	border-color: #BBBBBB;
}

/* image box in image manager */
#imgbox, #shapebox {
	position: inherit;
	top: 0px;
	width: 320px;
	height: 240px;
	background-color: #EEEEEE;
	border-style: solid;
	border-width: 4px;
	border-color: #BBBBBB;
}

#swfbox {
	position: inherit;
	top: 0px;
	width: 320px;
	height: 240px;
	background-color: #EEEEEE;
	border-style: solid;
	border-width: 4px;
	border-color: #BBBBBB;
}

#flasmcode {
	background-color:#EEEEEE;
	width: 690;
	height: 250;
	overflow:auto;
	white-space: pre;
}
       		
.sectiontitle {
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
}

.subsectiontitle {
	font-size: 12px;
	font-weight: normal;
}

.subsectiontitle2 {
	font-size: 16px;
	font-weight: normal;
}

.sectiontitlebckred {
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	background-color: #990000;
}

.subsectiontitlebckred {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #990000;
}

       		
.greybck {
	background-color: #999999;
}
  
.littlenote {
	font-size: 10px;
	font-style: italic;
}

.tblgreywithborder {
	font-size: 14px;
	background-color: #DDDDDD;
	border-style: solid;
	border-width: 8px;
	border-color: #EEEEEE;
	padding: 5px;
}

.trhover {
	background-color: #ccbbbb;
}


.trselected {
	background-color: #cc9999;
}

.bckgrid {
	background-color: #D0D0D0;
}

.allcenter {
	vertical-align: middle;
}

.padzero {
	visibility: hidden;
}

.greengoodimg {
	color: #009900;
	font-weight: bold;
}
