/***************************************************************************
 *                      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;
}

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

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

/* Index Downloads Box */
.indexdownloads_table {
	width: 100%;
	border-color: #cccccc;
	border-width: 1px;
}
.indexdownloads_title {
	border-color: #FFFFFF;
	background-color: #E3E8EF;
}
.indexdownloads_text {
	border-color: #FFFFFF;
	border-width: 0px;
}
.indexdownloads_hr {
	width: 100%;
	color: #FFFFFF;
}

/* Content Box */
.contentbox_table {
	width: 100%;
	border-color: #000000;
	border-width: 1px;
}
.contentbox_transparentborder {
	border-color: #FFFFFF;
	border-width: 0px;
}
.contentbox_title {
	width: 100%;
	background-color: #E3E8EF;
	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;
}
