/* CSS DOCUMENT */
a{
	outline: none;
}
/* BODY STYLE SECTION */
body {
	margin-left:auto; 
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:10px;
	text-align:center;
	background:#E6E6E6 url("http://www.iconscripts.com/msmodscom/images/bg.jpg") fixed repeat-x center top;
}
#wrapper {
	width:960px; /*was 850px*/
	background:#FFFFFF url("http://www.iconscripts.com/msmodscom/images/contentbg.gif") repeat-y center top;
	margin:0 auto 0 auto;
	padding:0;
}
#container {
	width:100%;
	margin:0 auto 0 auto;
	padding:5px 0 0 0;
	background:#FFFFFF url("http://www.iconscripts.com/msmodscom/images/shadow.gif") repeat-x left top;
}

/* HEADER STYLE SECTION */
#header {
	width:960px;
	height:100px;
	margin:0 auto 0 auto;
	padding:0;
	background:#336699 url("http://www.iconscripts.com/msmodscom/images/header.jpg") no-repeat center top;
}
.header {
	width:960px;
	height:90px;
	margin:0 auto 0 auto;
}
.headerleft, .headerleft a:link, .headerleft a:visited, .headerleft a:hover {
	float:left;
	width:200px;
	height:90px;
	background:transparent;
	font-size:55px;
	text-decoration:none;
}
.headerright {
	float:right;
	width:740px;
	height:90px;
	background:transparent;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 5px 10px 0 5px;
	text-align:left;
}
.topbg {
	background: transparent url("http://www.iconscripts.com/msmodscom/images/topbg.gif") no-repeat center top;
	height:20px;
	margin:0 auto 0 auto;
}
.nav {  
	width:960px;
	height:30px;
	background: #0066CC url("http://www.iconscripts.com/msmodscom/images/navbg.png") repeat-x center bottom;
	text-align:left;
	color:#FFFFFF;
	padding:0;
	margin:0 auto 0 auto;
	clear:both;
	vertical-align:middle;
}
.navcontent {  
	width:100%;
	height:30px;
	background: #0066CC url("http://www.iconscripts.com/msmodscom/images/navbg.png") repeat-x center bottom;
	text-align:left;
	color:#FFFFFF;
	padding:0;
	margin:0 auto 0 auto;
	clear:both;
	vertical-align:middle;
}
#colortabs {
	clear:all;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	z-index:10;
}
#colortabs ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
	display:inline;
}
#colortabs li {
	display:inline;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:40px;
}
#colortabs a {
	float:left;
	color:#FFFFFF;
	background: transparent;
	margin:0;
	padding:7px 6px 7px 6px;
	text-decoration:none;
	letter-spacing: 0px;
	border-right:1px solid #0050A0;
}
#colortabs a:hover {
	/*background:transparent url("http://www.iconscripts.com/msmodscom/images/color_tabs_left.gif") no-repeat left top;*/
	background:#3D76B6;
	color:#FFFFFF;
	cursor:pointer;
}
#colortabs #current a { /*currently selected tab*/
	/*background:transparent url("http://www.iconscripts.com/msmodscom/images/color_tabs_left.gif") no-repeat left top;*/
	background:#3D76B6;
	color:#FFFFFF;
}
/* LEFT and RIGHT TITLE STYLE SECTION */
.menu {
	width:100%;
	padding:0;
	margin:0 0 10px 0;
}
.menubot {
	width:100%;
	padding:0;
	margin:0;
	background:#E6E6E6 url("http://www.iconscripts.com/msmodscom/images/botnav.gif") no-repeat center bottom;
	height:2px;
}
.menutitle {
	padding: 5px 0 4px 5px;
	margin: 0 0 0 0;
	text-decoration:none;
	background:#E6E6E6 url("http://www.iconscripts.com/msmodscom/images/topnav.gif") no-repeat center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.greenmenu {
	width:100%;
	padding:0;
	margin:0 0 10px 0;
}
.greenmenubot {
	width:100%;
	padding:0;
	margin:0;
	background:#009900 url("http://www.iconscripts.com/msmodscom/images/botnav.gif") no-repeat center bottom;
	height:2px;
}
.greenmenutitle {
	padding: 5px 0 4px 5px;
	margin: 0 0 0 0;
	text-decoration:none;
	color: #FFFFFF;
	background:#009900 url("http://www.iconscripts.com/msmodscom/images/topnav.gif") no-repeat center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.spantitle {
	cursor:pointer;
	color: #003399;
}
.spantitle:hover {
	color: #CC0000;
}

/* LEFT COLUMN STYLE SECTION */
#left {
	float:left;
	width:180px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding-top:10px;
	margin:0 0 0 10px;
}
#left ul {
	padding:0 0 0 0;
	font-size:12px;
	height:auto;
	list-style:none;
	margin:0 0 0 0;
	border-left:2px solid #E6E6E6;
	border-right:2px solid #E6E6E6;
}
#left li {
	list-style:none;
	font-size:12px;
	padding:1px 0 2px 17px; 
	color:#333333;
	margin:0 3px 0 3px;
	background: transparent url("http://www.iconscripts.com/msmodscom/images/folder.png") no-repeat left center;
}
#left li a:link, #left li a:visited {
	color:#003399;
	text-decoration:none;
	list-style:none;
}
#left li a:hover {
	color:#CC0000;
	text-decoration:underline;
	list-style:none;
}

/* MIDDLE CONTENT STYLE SECTION */
#middle {
	float:left;
	width:750px; /*was 470px*/
	height:auto;
	background: #FFFFFF url("http://www.iconscripts.com/msmodscom/images/topshade.gif") repeat-x left top;
	margin:0;
	padding:10px 5px 0 10px;
	font-size:12px;
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#middlecontent {
	float:left;
	width:560px; /*was 470px*/
	color:#000000;
	padding:0;
	margin:0;
}
/*#middlecontent a:link, #middlecontent a:visited {
	color:#003399;
	text-decoration:none;
}
#middlecontent a:hover {
	color:#CC0000;
	text-decoration:underline;
}*/
.middle {
	background:#FFFFFF;
}

.middletitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 5px 0 4px 5px;
	margin: 0 0 0 0;
	text-align:left;
	background:#6699CC;
}

.middleborder {
	border:1px solid #6699CC;
}

.error {
	border:1px solid #CCCCCC;
	padding:5px 5px 5px 80px;
	background:#EEEEEE url("http://www.iconscripts.com/msmodscom/images/error.gif") no-repeat left center;
	font-size:11px;
	margin-top:5px;
}
.yellow {
	font-size: 12px;
	color: #000000;
	padding:10px 10px 15px 10px;
	margin:0 0 10px 0;
	border-left:2px solid #6699CC;
	border-right:2px solid #6699CC;
	border-bottom:2px solid #6699CC;
	background:#FFFFCC;
}
.yellow a:link, .yellow a:visited {
	color: #003399;
	text-decoration: none;
}
.yellow a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.white {
	font-size: 12px;
	color: #000000;
	padding:10px 10px 15px 10px;
	margin:0 0 10px 0;
	border-left:2px solid #6699CC;
	border-right:2px solid #6699CC;
	border-bottom:2px solid #6699CC;
	background:#FFFFFF url("http://www.iconscripts.com/msmodscom/images/shadow.gif") repeat-x left top;
}
.white a:link, .white a:visited {
	color: #003399;
	text-decoration: none;
}
.white a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.whiteImage {
	width:120px;
	height:80px;
	float:left
}
.whiteImage img{
	border:1px solid #CCCCCC;
	padding:5px;
}
.whiteImage img:hover{
	border:1px solid #336699;
	background: #E6E6E6;
}
.whiteText {
	width:140px;
	height:95px;
	float:left;
	text-align:left;
	font-size:11px;
	vertical-align:middle;
	padding: 1px 0 0 5px;
	margin-bottom: 10px;
}
.whiteText p {
	font-size:10px;
	color: #333333;
}
.blue {
	font-size: 12px;
	color: #000000;
	background:#DCE8FF url("http://www.iconscripts.com/msmodscom/images/shadebg.gif") no-repeat right bottom;
	padding:15px 15px 20px 15px;
}
.blue a:link, .blue a:visited {
	color: #336699;
	text-decoration:none;
}
.blue a:hover {
	color: #6699CC;
	text-decoration:underline;
}
.middlemenu {
	background:#FFFFCC;
	padding:0 0 0 0;
	margin:0;
}
.yellow ul {
	padding:0 0 0 15px;
	font-size:12px;
	margin:0;
	background:#FFFFCC;
	height:auto;
}
.yellow li {
	list-style:none;
	font-size:12px;
	padding:1px 0 2px 17px; 
	margin:0 0 0 10px;
	background:transparent url("http://www.iconscripts.com/msmodscom/images/childfolder.gif") no-repeat left center;
	display:inline;
	width:200px;
	color:#336699;
	float:left;
}
.yellow li a:link, .yellow li a:visited {
	color:#333333;
	text-decoration:none;
}
.yellow li a:hover {
	color:#006699;
	text-decoration:underline;
	list-style:none;
}
.userdt {
	background: transparent url("http://www.iconscripts.com/msmodscom/images/total.gif") no-repeat left top;
	padding:3px 0 2px 18px;
	margin:-3px 0 5px 0;
	border-bottom:1px solid #CCCCCC;
	color:#666666;
	font-size:11px;
	clear:both;
}
p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px 0 1px 0;
	margin:0;
}
a.title:link, a.title:visited {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#336699;
	text-decoration:underline;
	padding:0;
	margin:0;
}
a.title:hover {
	color:#3399CC;
	text-decoration:none;
}
dt {
	clear:both;
	padding:3px 0 2px 18px;
	margin:0 0 0 0;
	border-bottom:1px solid #CCCCCC;
	color:#000000;
	font-weight:bold;
}
dt a:link, dt a:visited {
	padding:0 3px 0 3px;
	color:#336699;
	text-decoration: none;
}
dt a:hover {
	color:#000000;
}
.themewrap {
	margin:5px 0 5px 0;
	padding:0 0 5px 0;
	height:auto;
	background:#FFFFFF;
}
.imagecolumn {
	float:left;
	padding:5px 0 0 0;
	width:80px;
	height:80px;
	margin:0 0 0 0;
	background: #FFFFFF url("http://www.iconscripts.com/msmodscom/images/img-bg.png") no-repeat center top;
}
.theme {
	float:right;
	width:370px;
	padding:1px 0 0 0;
	margin:0 0 0 0;
}
.themeclear {
	clear:both;
	border-bottom:1px dotted #CCCCCC;
}
.page dl {
	margin:0;
	padding:0;
}
.page dt {
	padding:3px 0 2px 5px;
	margin:0 0 0 0;
	border-bottom:1px solid #CCCCCC;
}
.page dd {
	padding:5px 5px 10px 5px;
	margin:0 0 0 0;
}

/* RIGHT COLUMN STYLE SECTION */
#right {
	float:right;
	background:transparent;
	width:180px;  
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	padding:0;
	margin:0;
}
.right a:link, .right a:visited {
	color:#336699;
	text-decoration:underline;
}
.right a:hover {
	color:#6699CC;
	text-decoration:none;
}
.righttitlefeat {
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
	padding: 5px 0 4px 5px;
	margin: 0 0 0 0;
	background: #FFCC00 url("http://www.iconscripts.com/msmodscom/images/topnav.gif") no-repeat center top;
}
.partners {
	height:auto;
	border:1px solid #CCCCCC;
}
.partners ul {
	padding:0 0 0 0;
	font-size:12px;
	height:auto;
	list-style:none;
	margin:0 0 0 0;
}
.partners li { 
	list-style:none;
	font-size:12px;
	padding:1px 0 2px 17px; 
	color:#336699;
	border-bottom:1px solid #E6E6E6;
	margin:0 3px 0 3px;
	background: transparent url("http://www.iconscripts.com/msmodscom/images/global.gif") no-repeat left center;
}
.partners li a:link, .partners li a:visited {
	color:#336699;
	text-decoration:none; 
	list-style:none;
}
.partners li a:hover {
	color:#3399CC;
	text-decoration:underline;
	list-style:none;
}
div.linkleft a:link, div.linkleft a:visited {
	color:#336699;
	text-decoration:none; 
	list-style:none;
}
div.linkleft a:hover {
	color:#6699CC;
	text-decoration:underline;
	list-style:none;
}
div.bookmark  { 
	list-style:none;
	font-size:12px;
	padding:1px 0 2px 17px; 
	margin:0 3px 0 3px;
	background: transparent url("http://www.iconscripts.com/msmodscom/images/bookmark.gif") no-repeat left center;
}
div.rss  { 
	list-style:none;
	font-size:12px;
	padding:1px 0 2px 17px; 
	margin:0 3px 0 3px;
	background: transparent url("http://www.iconscripts.com/msmodscom/images/rss.gif") no-repeat left center;
}
div.news  { 
	list-style:none;
	font-size:12px;
	padding:1px 0 2px 17px; 
	margin:0 3px 0 3px;
	background: transparent url("http://www.iconscripts.com/msmodscom/images/envelope.gif") no-repeat left center;
}
div.sitemap  { 
	list-style:none;
	font-size:12px;
	padding:1px 0 2px 17px; 
	margin:0 3px 0 3px;
	background: transparent url("http://www.iconscripts.com/msmodscom/images/sitemap.gif") no-repeat left center;
}

/* FOOTER STYLE SECTION */
.bottom {
	background:#DCE8FF url("http://www.iconscripts.com/msmodscom/images/shadebg.gif") no-repeat right bottom;
	width:100%;
	margin:10px 0 10px 0;
	padding:5px 0 0 0;
	font-size: 12px;
	color: #000000;
}
.bottom a:link, .bottom a:visited {
	color: #336699;
	text-decoration:none;
}
.bottom a:hover {
	color: #6699CC;
	text-decoration:underline;
}
.clearbot {
	clear:both;
	margin:auto;
	height:0;
}
#footer {
	clear:all;
	width:960px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 0 5px 0;
	margin:0 auto 0 auto;
	color:#000000; 
	text-align:center;
}
.footer {
	width:100%;
	margin:0 auto 0 auto;
}
.footer a:link, .footer a:visited {
	color:#0000FF;
	text-decoration:none;
	padding:0;
}
.footer a:hover {
	color:#FF0000; 
	text-decoration:underline;
}
.footer ul {
	padding:1px 0 2px 7px; 
	margin:20px 20px 20px 0;
	font-size:12px;
	height:auto;
	float:left;
	width:160px;
	text-align:left;
}
.footer li {
	list-style:none;
	font-size:12px;
	display:block;
	color:#FFFFFF;
	padding:2px 0 0 2px;
	margin:0;
}
.footer li a:link, .footer li a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.footer li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	list-style:none;
}
.footerclear {
	clear:left;
}
/* PAGE COMPONENTS STYLE SECTION */
H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 5px 0 4px 5px;
	margin: 0 0 0 0;
	text-align:left;
	background:#6699CC url("http://www.iconscripts.com/msmodscom/images/topmid.gif") no-repeat center top;
}
H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 5px 0 4px 5px;
	margin: 0 0 0 0;
	text-align:left;
	background:#6699CC url("http://www.iconscripts.com/msmodscom/images/topmid.gif") no-repeat center top;
}
H3,H4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	text-align:left;
	border-bottom: 1px solid #CCCCCC;
}
strong {
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
.maintext {
	font-size:11px;
}
.center {
	font-size:11px;
}
.center a:link {
	font-size:11px;
	text-decoration:none;
	color:#003366;
}
hr {
	background-color:#D7D7D7;
	height:1px;
	border: none;
}
.pg {
	font-size:11px;
	background:#FFFFFF;
	margin-bottom:4px;
	border:1px solid #003366;
}

/* PAGINATION STYLE SECTION */
.pagination {
	text-align:center;
	clear:both;
}
.page-no:link, .page-no:visited{
	color:#336699;
	text-decoration:underline;
}
.page-no:hover{
	color:#6699CC;
	text-decoration:none;
}
.page_link:link, .page_link:visited {
	color:#336699;
	text-decoration:none;
}
.page_link:hover {
	color:#6699CC;
	text-decoration:underline;
}
.topad {
	/*background: #FFFFFF url("http://www.iconscripts.com/msmodscom/images/borderbg.gif") repeat-y center top;*/
	width:960px;
	height:97px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	text-align:center;
}
.opac {
	/*filter: alpha(opacity=100);
	-moz-opacity: 1;*/
	/*border: 1 solid #ABABAB;
	background:#FFFFFF;*/
	padding:0 0 0 0;
}
/*.opac a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.4;
}*/
select {
	/*width:120px;
	padding-left:5px;*/
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #CCCCCC;
}
#list {
	padding:0 0 0 5px;
	margin:0 0 0 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#search {
	width:180px;
	padding:1px 0 1px 2px;
	margin:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
#searchsubmit {
	padding:3px auto 3px auto;
	margin:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	width:50px;
	border:1px solid #006699;
	background:#6699CC;
}
label {
	text-align:right;
}
em {
	color:#CC0000;
	font-family:Arial, Helvetica, sans-serif;
}
.forminput {
	border:1px solid #CCCCCC;
	padding:1px 0 1px 2px;
	font-family:tahoma;
	width:300px;
	font-family: arial;
	font-size: 12px;
}
.form {
	border:1px solid #CCCCCC;
	padding:3px 3px 3px 3px;
	margin:0 0 3px 0;
	font-family:tahoma;
	width:139px;
}
label {
	vertical-align:top;
}
.button {
	height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	padding: 0;
}
textarea {
	border:1px solid #CCCCCC;
	padding:1px 0 1px 2px;
	font-family:arial;
	font-size:12px;
	width:300px;
	height:75px;
}
.shadow {
	margin:0 auto 0 auto;
	padding:5px 0 0 0;
	background:#FFFFFF url("http://www.iconscripts.com/msmodscom/images/shadow.gif") repeat-x left top;
	border-left: 2px solid #6699CC;
	border-right: 2px solid #6699CC;
}
.zoom {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.zoom:hover {
	cursor: -moz-zoom-in;
	_cursor: pointer;
}
.mini {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.mini:hover {
	cursor: -moz-zoom-out;
	_cursor: pointer;
}
.comments {
	background:#EEEEEE;
	border:1px solid #CCCCCC;
	padding:10px
}
.login {
	float:left;
	width:253px;
	height:140px;
	padding: 10px;
	background: #FFFFFF url("http://www.iconscripts.com/msmodscom/images/loginBG.gif") no-repeat center center;
}
.updates {
	float: left;
	width: 260px;
	border: 1px solid #;
}
form {
	margin:0;
	padding:0;
}
/* END CSS DOCUMENT */