/* CSS Document */

/*ibox app specific css below*/


#ibox_content { background-color:#0099CC; border:0; }
#ibox_wrapper {
	background-color:#0099CC;
	border-color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: medium;
}

#ibox_wrapper a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	background-color: #0099cc;
}

#ibox_progress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;   
}

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	/*this needs to be set as relative for the absolute positioned layers to works!!*/
position: relative;
	width: 747px;
	height: 670px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	margin-top: 0px;
	background-image: url(skin_images/interface/background.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-bottom: 0px;
}

#squares {
	width: 590px;
	height: 399px;
	position: absolute;
	top: 130px;
	left: 77px;
	margin: 0px;
	z-index: 2;
	padding: 0px;
	margin: 0px;
	visibility: visible;
}
#squares li{
	height: 96px;
	width: 128px;
	background-color: #0099CC;
	list-style-type: none;
	float: left;
	clear: none;
	text-align: left;
	list-style-position: outside;
	border-top: #666666;
	border-right: #666666;
	border-bottom: #666666;
	border-left: #666666;
}

#leftnav {
	position:absolute;
	left:-16px;
	top:250px;
	width:113px;
	height:135px;
	z-index:5;
	visibility: visible;
	display:block;
}

#rightnav {
	position:absolute;
	left:653px;
	top:250px;
	width:113px;
	height:135px;
	z-index:4;
	display:block;
}

/*for ie6 - Holly hack */

/* Hiding from ie5/mac \*/
*html #shadow {background-color: #6699dd;}
*html #squares li{
	list-style-type: none;
	display: inline;	
	overflow:hidden;	
}

*html #squares{
width: 600px;}

*html #controltext {
	margin-top: -1px;
}


*html #leftnav{
background-image: url(skin_images/interface/leftarrow-ie.gif);

}

*html #rightnav {
background-image: url(skin_images/interface/right-arrow-ie.gif);

}

*html .hidefromie {
	display: none;
}

/*end hack*/
#quiltnumber{
	position:absolute;
	left:450px;
	top:606px;
	width:108px;
	height:22px;
	z-index:6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #CCCCCC;
	visibility: visible;
}
#patchdiv {
	position:absolute;
	left:18px;
	top:562px;
	width:110px;
	height:78px;
	z-index:1;
	display: block;
	visibility: visible;
}

#helpdiv {
	position:absolute;
	left:611px;
	top:571px;
	width:110px;
	height:77px;
	z-index:1;
	display: block;
	visibility: visible;
}

#stilton {
	position:absolute;
	left:185px;
	top:660px;
	width:375px;
	height:21px;
	z-index:1;
	display: block;
	visibility: visible;
}

#backtositediv {
	position:absolute;
	left:470px;
	top:10px;
	width:110px;
	height:77px;
	z-index:1;
	display: block;
	visibility: visible;
}

/*style for front and iboxes*/
.top {
	background-image: url(skin_images/interface/top-rounded.jpg);
	width: 455px;
	height: 19px;
	margin-left: 10px;
}
.bottom {
	width: 455px;
	background-image: url(skin_images/interface/bottom-rounded.jpg);
	height: 19px;
	background-repeat: no-repeat;
	margin-left: 10px;
}
.content {
	background-image: url(skin_images/interface/box-tile.jpg);
	width: 415px;
	display: block;
	background-repeat: repeat-y;
	height: 100%;
	padding: 5px 20px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	margin-left: 10px;
	text-align: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: lighter;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 10px;
	text-align: left;
}
#icon {
	float: right;
	margin: 0px;
	clear: right;
	height: 83px;
	width: auto;
	display: inline;
}
#boxheader {
	width: 455px;
	min-height: 83px;
	padding: 0px 0px 0px 10px;
	clear: both;
	display: block;
}
#iboxwrapper {
	text-align: center;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0099CC;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1em;
}
.sortbullets {
	margin-left: -30px;
	list-style-type: none;
}
.mediatitles {
	font-weight: bold;
	width: 95px;
}
#boxheader2 {
	width: 455px;
	padding: 0px 0px 0px 10px;
	clear: both;
	height: 35px;
	margin: 0px;
}
