/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {margin:0; padding:0; list-style:none; border:none;}
/* End Reset */

body {
/*	DO NOT OVERWRITE FONT STYLINGS FROM THE CORE.CSS FILE	*/
/*font-size:0.8em; 
font-family:Arial,Verdana,Sans-Serif;*/
}

a {color:white;}

#trailimageid {
position: absolute;
visibility: hidden;
left: 0px;
top: 0px;
width: 311px;
height: 0px;
z-index: 200;
}

/* Head section */
#head {
    background: #000 url(img/head-bg.png) repeat-x;
    height: 100px;
}
#head h1 {
    line-height: 100px;
    color: #FFF;
    text-align: center;
    background: url(img/inettuts.png) no-repeat center;
    text-indent: -9999em
}
/* End Head Section */

/* Columns section */
#columns .column {
    float: left;
	min-height: 400px;
	height: auto !important; 
	margin-right: 10px;
    /*width: 33.3%;*/
	/*height: 400px;*/
}

#columns .first_column {
	margin-left: 10px;
}

#columns .last_column {
	margin-left: 0px;
}

.bmsMenu {
	margin:0 0 0 0;
}

/*
#columns #column1,
#columns #column3 {
	width:15% !IMPORTANT;
}
#columns #column2 {
	width:70%;
}*/
	
/*#columns #column1 .widget { margin: 30px 35px 0 25px; }
#columns #column3 .widget { margin: 30px 25px 0 35px; }*/

#columns .widget, #widgetBar .widget {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
   /* margin: 30px 20px 0 20px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
}
#columns .widget .widget-head, #widgetBar .widget .widget-head {
    /*color: #000;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;*/
}
#columns .widget .widget-head h3, #widgetBar .widget .widget-head h3 {
    /*padding: 0 5px;
    float: left;*/
}
#columns .widget .widget-content, #widgetBar .widget .widget-content {
    /*background: #333 url(img/widget-content-bg.png) repeat-x;*/
	/*background:#FFFFFF;
    padding: 0 5px;
    color: #DDD;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    overflow: hidden;*/
}
#columns .widget .widget-content p, #widgetBar .widget .widget-content p {
    /*padding: 0.8em 0;
    border-bottom: 1px solid #666;*/
}
/*
#columns .widget .widget-content img{
    float: right;
    margin: 10px;
    border: 1px solid #FFF;
}
*/

#columns .widget .widget-content ul {
    /*padding: 5px 0 5px 20px;
    list-style: disc;*/
}
#columns .widget .widget-content ul li {padding: 3px 0;}
#columns .widget .widget-content ul.images {
    /*padding: 7px 0 0 0;
    list-style: none;
    height: 1%;*/
}
#columns .widget .widget-content ul.images li {
    /*display: inline;
    float: left;*/
}
.content_head {
	background: #0060b6;
	color: 	#fff;
	height: 30px;}
	.content_head a {
		color:	#fff;
		font-weight:	bold;}
.manage {
	margin: 0 2px 20px 2px!important;
	border-style:dashed;
	border-color:#3366cc;
	border-width:1px;
					}
/*
#columns .widget .widget-content ul.images img {
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
}*/
/* End Columns section */


/* ollie */
/* Latest Uploads Listing */	

/*#latestUploads {

}

#latestAssetListing {
margin:	0;
overflow: hidden;
padding: 0;
}

#latestAssetListing ul {
margin:			0;
padding:		0;
}

#latestAssetListing li {
height:	93px;
list-style:	none;
margin:	0;
padding: 0;
width: 100%;
}

#latestAssetListing li.asset  {
float: left;
height:	93px;
list-style:	none;
position: relative;
width: !00%;
} 


#latestAssetListing li.increment {
margin-left: 9px;
}

#latestAssetListing li.asset_odd {
background:	#f9f9f9;
}

#latestAssetListing li.asset a {
display: block;
}

#latestAssetListing a.asset_image {
background:		url(/BMS/images/core/asset_image.png) no-repeat;
float:			left;
height:			83px;
margin:			0px 12px 0 5px;
position:		relative;
width:			83px;
}

#latestAssetListing span.thumb_holder {
display: block;
height:	58px;
left: 13px;
overflow: hidden;
position: absolute;
text-align: center;
top: 13px;
width: 58px;
}

#latestAssetListing span.spacer{
background: url(/images/spacer.gif) 0 0 repeat;
cursor: pointer;
display: block;
height:	83px;
left: 5px;
position: absolute;
top: 5px;
width: 63px;
z-index:100;
}

#latestAssetListing li.asset a.text_link {
padding-top: 4px;
}

#latestAssetListing span.asset_name {
color: #3f3f3f;
display: block;
font-size: 11px;
font-weight: bold;
margin-bottom: 3px;
}

#latestAssetListing span.asset_info {
color: #a0a0a0;
display: block;
font-size: 11px;
line-height: 14px;
}
*/