/*============================================================
	Basic & Reset
============================================================*/
*
{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

.clear
{
	width: 100%;
	clear: both;
	height: 1px;
	line-height: 1px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}










/*============================================================
	Defaults
============================================================*/
p
{
	line-height: 18px;
	margin-bottom: 18px;
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

li
{
	line-height: 18px;
}



/*============================================================
	Headings
============================================================*/
h1
{
	display: block;
	background: url('/images/logo.png');
	background-repeat: no-repeat;
	width: 151px;
	height: 36px;
	margin: auto;
}

h1 a
{
	display: block;
	width: 100%;
	height: 100%;
}

h1 a span
{
	display: none;
}

h2
{
	font: normal 16px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #444;
}








/*============================================================
	Body
============================================================*/
body
{
	font-size: 11px;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	background: url('/images/body_bg.png') #f2f2f2;
	background-repeat: no-repeat;
	background-position: top center;
	color: #777;
	text-align: center;
}




















/*============================================================
	Primary structures
============================================================*/
#container
{
	width: 780px;
	text-align: left;
	margin: auto;
	overflow: hidden;
}


#main
{
	background: #FFF;
	border: 1px solid #dadada;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}


#col_left
{
	float: left;
	width: 140px;
	padding-top: 102px;
}

#col_main
{
	float: left;
	width: 500px;
}

#col_right
{
	float: left;
	width: 140px;
	padding-top: 102px;
}

#header
{
	height: 70px;
	text-align: center;
	padding-top: 30px;
}










#upload
{
	height: 100px;
	border-bottom: 1px solid #dadada;
}

#upload div.inner
{
	border: 1px solid #fcfcfc;
	height: 98px;
	background: #f2f2f2;

}

#upload form
{

}

#upload form fieldset
{
	
}

#upload #pane_left
{
	float: left;
	height: 98px;
	overflow: hidden;
	width: 300px;
}

#upload #pane_right
{
	float: right;
	height: 98px;
	width: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}

#upload #pane_right #previous
{
	display: block;
	height: 20px;
	background: url('/images/arrow_up.png');
	background-repeat: no-repeat;
	background-position: right;
}

#upload #pane_right #previous span
{
	display: none;
}


#upload #pane_right #next
{
	display: block;
	height: 20px;
	background: url('/images/arrow_down.png');
	background-repeat: no-repeat;
	background-position: right;
}

#upload #pane_right #next span
{
	display: none;
}


#upload #pane_right #go
{
	display: block;
	height: 38px;
	background: url('/images/go.png');
	background-repeat: no-repeat;
	background-position: right;
	width: 68px;
}










#content
{
	
}

#content div.inner
{
	margin: 20px;
}





div.fileinput input
{
	margin: 40px;
	margin-left: 30px;
}









/* root element for scrollable */ 
div.scrollable
{   
     
    /* required settings */ 
    position:relative; 
    overflow:hidden;     
 
    /* vertical scrollers have typically larger height than width */     
    height: 100%;      
    width: 300px;     
} 
 
/* root element for scrollable items */ 
div.scrollable div.items
{     
    position:absolute; 
     
    /* this time we have very large space for height */     
    height:20000em;
	WIDTH: 100%;
}

div.scrollable div.items div
{
	height: 98px;
}











#view
{
	padding: 20px;
}











#col_right ul, #col_left ul
{
	list-style: none;
	padding: 10px;
	background: #EFEFEF;
	border: 1px solid #dadada;
}

#col_right ul
{
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: 0;
	border-left: 0;
}

#col_left ul
{
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top: 0;
	border-right: 0;
}

#col_right ul li, #col_left ul li
{

}

#col_left ul li
{
	text-align: right;
}

#col_right ul li a, #col_left ul li a
{
	color: #666;
}
















#success
{
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 0;
}

#success li
{
	padding: 10px;
	border: 1px solid #e1e1e1;
	background: #ffffcc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-raius: 5px;
	margin-bottom: 10px;
}



#errors
{
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 0;
}

#errors li
{
	padding: 10px;
	border: 1px solid #e1e1e1;
	background: #ffcccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-raius: 5px;
	margin-bottom: 10px;
}





#filelist
{
	padding: 0px;
	list-style: none;
	
}

#filelist li
{
	border-bottom: 1px solid #E1E1E1;
}

#filelist li a
{
	display: block;
	padding: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #666;
}

#filelist li a:hover
{
	color: #777;
	background: #f1f1f1;
}

#filelist li a span.size
{
	float: right;
}




div.pagination
{
	text-align: center;
	padding: 10px;
	background: #f1f1f1;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

div.pagination p
{
	margin: 0;
}

div.pagination a
{
	color: #666;
}


#share
{
	padding: 20px;
	padding-top: 0;
}

#share label
{
	color: #333;
	display: block;
	padding: 3px;
}

#share textarea.share
{
	border: 1px solid #DDD;
	width: 100%;
}










ul.latest-thumbs
{
	list-style: none;
}

ul.latest-thumbs li
{
	float: left;
	width: 60px;
	height: 60px;
	background: #000;
	margin-right: 6px;
}

ul.latest-thumbs li.last
{
	margin: 0;
}







#footer
{

}

#footer p
{
	text-align: center;
	line-height: 30px;
}

#footer p a
{
	color: #666;
}