/***************************************************************************
 *                      Olate Download v2 - Download Manager
 *
 *                           http://www.olate.com
 *                            -------------------
 *   author                : David Mytton
 *   copyright             : (C) Olate 2003 
 *
 *   Support for Olate scripts is provided at the Olate website. Licensing
 *   information is available in the license.htm file included in this
 *   distribution and on the Olate website.                  
 ***************************************************************************/

/* Text */

/* Normal Text */
body, p, table, td, th, ul, ol, textarea, input, code { 
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
        background-color: #EFEFEF;
}
/*BODY { font-family: Verdana, Tahoma, Arial, sans-serif;font-size: 11px;margin: 0px;padding: 0px;text-align: center;color: #000;background-color: #5E7291; }
*/

/* Special Sizes */
.small {
	font-size: 10px
}
.large {
	font-size: 14px;
}

/* Link Colours */
a:link { 
	color:#000000; 
}
a:visited { 
	color:#000000; 
}
a:active { 
	color:#000000; 
}
a:hover { 
	color:#000000; 
}

/* Categories/Rate Box */
.categoriesbox_table {
	width: 98%;
	border-color: #000000;
	border-width: 1px;
}
.categoriesbox_transparentborder {
	border-color: #FFFFFF;
	border-width: 0px;
}
.categoriesbox_title {
	width: 26%;
	/* background-color: #E3E8EF;
*/	
background-color: #9cb1d0;
border-width: 0px;
}
.categoriesbox_text {
	border-color: #FFFFFF;
	border-width: 0px;
}

/* Index Downloads Box */
.indexdownloads_table {
	width: 98%;
	border-color: #000000;
	border-width: 1px;
}
.indexdownloads_title {
	border-color: #FFFFFF;
	background-color: #9CB1D0;
}
.indexdownloads_text {
	border-color: #FFFFFF;
	border-width: 0px;
}
.indexdownloads_hr {
	width: 98%;
	color: #9CB1D0;
}

/* Content Box */
.contentbox_table {
	width: 98%;
	border-color: #000000;
	border-width: 1px;
}
.contentbox_transparentborder {
	border-color: #FFFFFF;
	border-width: 0px;
}
.contentbox_title {
	width: 26%;
	background-color: #9CB1D0;
	border-width: 0px;
}
.contentbox_text {
	border-color: #FFFFFF;
	border-width: 0px;
}

/* Admin Area */
.admin_main {
	width: 900px;
	border-width: 1px;
	border-color: #47618F;
}
.admin_title_table {	
	width: 100%;
	height: 25px;
	background-color: #47618F;
	border-width: 0px;
}
.admin_title {
	color: #FFFFFF;
	border-width: 0px;
}
.admin_breadcrumb {
	background-color: #E3E8EF;
	border-width: 0px;
	border-color: #FFFFFF;
	height: 20px;
}