/**
 * -----------------------------------------------------------------------
 * File: 		ds.css, 01/10/2003
 * Version: 	1.0
 * -----------------------------------------------------------------------
 * Copyright: 	Digital Samba, S.L.
 * Author:		Matthias Kritz, mk@digitalsamba.com
 * -----------------------------------------------------------------------
**/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/**
* -----------------------------------------------------------------------
* Custom Classes (Mainly Fonts, and Cell BGs)
* -----------------------------------------------------------------------
**/

/*  ds1: Main Page Title Text */
.ds1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
/*  ds2: Main Body Text */
.ds2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
/*  ds3: Subheader Text */
.ds3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/*  ds3grey: Subheader Text */
.ds3grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
/*  ds3orange: Subheader Text */
.ds3orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ED7729;
}
/*  ds3red: Subheader Text */
.ds3red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E55410;
}
/*  ds3purple: Subheader Text */
.ds3purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #996699;
}
/*  ds3brown: Subheader Text */
.ds3brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #996600;
}
/*  ds3darkgreen: Subheader Text */
.ds3darkgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #669966;
}
/*  ds3lightgreen: Subheader Text */
.ds3lightgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #99CCC99;
}
/*  ds3brightblue: Subheader Text */
.ds3brightblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3399FF;
}
/*  ds3lightblue: Subheader Text */
.ds3lightblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #99CCFF;
}
/*  ds3turqoise: Subheader Text */
.ds3turqoise {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #339999;
}
/*  ds4: Breadcrumbs, Left Navigation, Supportive Text */
.ds4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
/*  ds5: Breadcrumb link, Supportive Text */
.ds5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
/*  ds6: footer normal text */
.ds6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
/*  ds7: footer links */
.ds7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
/*  ds8: : Cell BGs (e.g. homepage login box, left navigation, divider lines) */
.ds8 {background-color: #E6E6E6;}
/*  ds9: : input field BGs (e.g. homepage login box) */
.ds9 {background-color: #E0FFB3;}

/**
* -----------------------------------------------------------------------
* Form Elements
* -----------------------------------------------------------------------
**/
/*input {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border-color: #666666;
	border: 1px groove;
}
input.sbtn {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ED7729;
	border-width: 1px;
	border-style: outset;
	border-top-color: #999999;
	border-left-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
input.file {
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	border-color: #ED7729;
	border: 1px solid;
}
textarea {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px;
	background-color: #FFFFFF; 
	border-color: #FFFFFF;
	border: 1px solid; 
}
select {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px;
	background-color: #FFFFFF; 
	border-color: #FFFFFF;
	border: 1px solid; 
}
.checkbox {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px;
	background-color: #FFFFFF; 
	border-color: #FFFFFF;
	border: 0px ; 
}
/*
/**
* -----------------------------------------------------------------------
* Link Colors
* -----------------------------------------------------------------------
**/
a:link {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
