/***************************************************************************
 *                               LATEdownload v2
 *
 *                                 style.css
 *                            -------------------
 *   author                : David Mytton (david@olate.com)
 *   created               : June 28th 2003
 *   modifed               : September 22nd 2003
 *   version               : 2.0.0
 *   copyright             : (C) Olate 2003 
 *
 *   function              : Allow easy customisation of the layout of the 
 *                           script.
 *
 *   Support for Olate scripts is provided at the Olate website. Licensing
 *   information is available in the license.txt file included in this
 *   distribution and on the Olate website.
 *
 *   www.olate.com
 *                   
 ***************************************************************************/


/* 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;
}

/* Special Sizes */
.small {
	font-size: 10px
}
.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* 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 {
	background-color: #E3E8EF;
	width: 26%;
	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: #E3E8EF;
	valign: top;
}
.indexdownloads_text {
	border-color: #FFFFFF;
	border-width: 0px;
}
.indexdownloads_hr {
	color: #FFFFFF;
	size: 1;
	width: 98%
}

/* Content Box */
.contentbox_table {
	width: 98%;
	border-color: #000000;
	border-width: 1px;
}
.contentbox_transparentborder {
	border-color: #FFFFFF;
	border-width: 0px;
}
.contentbox_title {
	background-color: #E3E8EF;
	width: 26%;
	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 {	
	background-color: #47618F;
	border-width: 0px;
	width: 100%;
	height: 25px;
}
.admin_title {
	color: #FFFFFF;
	border-width: 0px;
}
.admin_breadcrumb {
	background-color: #E3E8EF;
	border-width: 0px;
	border-color: #FFFFFF;
	height: 20px;
	valign: middle;
}
