 /*************** GENERAL ELEMENTS STARTS ****************/

html{
	width: 100%;
	height: 100%;
}

body{
	font-size:72%;
	_font-size:68%;
}

br{}

hr{
	border:0px solid #ffffff;
	height:1px;
	margin-bottom: 8px;
	background-color:#dddddd;
}

img{
	border:0px;
}

applet{}

iframe{}

map{}

span{}

div{}


/*************** GENERAL ELEMENTS FINISHES **************/

/*********************** Typography *********************/

body, input, textarea, select {
	font-family: "Lucida Grande", Arial, Sans-serif;
	font-size: 80%;
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-family: "Lucida Grande", Arial, Sans-serif; 
}

pre, code, kbd {
	font-family: "Courier New", Courier, mono;
}

/***************** TEXT ELEMENTS STARTS *****************/

a:link, a:active { 
	outline:none; 
	text-decoration:none; 
}

a:hover {  
	text-decoration:underline; 
}

a:visited {  
	outline:none; 
	text-decoration:none; 
}

p{
	margin:0px 0px 10px 0px;
	line-height:140%;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1{ 
	font-size: 180%;
	line-height: normal;
	letter-spacing: -0.012em;
	margin: 0 0 18px 0;
}

h2{ 
	font-size: 160%;
	letter-spacing: -0.010em;
	margin: 18px 0 12px 0;
}

h3{ 
	font-size: 140%;
	letter-spacing: -0.006em;
	margin: 18px 0 10px 0;
}

h4{ 
	font-size: 120%;
	letter-spacing: -0.004em;
	margin: 18px 0 9px 0;
}

h5{
	font-size: 100%;
	margin: 13px 0 8px 0;
}

h6{
	font-size: 95%;
	margin: 10px 0 6px 0;
}

strong, b {}

em, i{}

u{}

strike{}

pre, code {
	border: 1px dotted #000000;
	padding: 5px;
	margin: 10px 0px;
	background-color: #f3f3f3;
}

samp, tt {
	font-size: 120%;
	_font-size: 100%;
}

kbd{}

acronym, abbr {
	border-bottom: 1px dotted #0000000;
}

blockquote{
	border: 1px dotted #000;
	padding: 5px;
	margin: 10px 0 10px 0;
	background-color: #f3f3f3;
}

sup{}

sub{}

address{}

/***************** TEXT ELEMENTS FINISHES ***************/



/***************** FROM ELEMENTS STARTS *****************/

form{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

label
{
	display:block;
}

label.small { width: 75px; }
label.medium { width: 140px; }
label.large { width: 200px; }

fieldset
{
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 10px 10px;
	_padding: 0px 10px 0px 10px;
	border: 1px solid #dddddd;
}

legend
{
	font-size: 120%;
	letter-spacing: -0.006em;
	font-weight: bold;
	padding: 0 5px 0 5px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	padding: 0px 2px 10px 2px;
	margin: 10px 0px 0px 0px;
}

input, textarea, select {
	background-color: #FFFFFF;
	background-image: url('../images/input_bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid #a79d8f;
	margin: 1px;
	font-size: 100%;
	padding: 2px 4px;
}

input.tiny { width: 50px; }
input.small { width: 100px; }
input.medium { width: 200px; }
input.large { width: 300px; }
input.full { width: 90%; }

textarea.small { width: 150px; }
textarea.medium { width: 300px; }
textarea.large { width: 500px; }
textarea.full { width: 90%; }

select{
	font-family: sans-serif;
	font-size:100%;
	line-height:180%;
}
select.small { width: 150px; }
select.medium { width: 300px; }
select.large { width: 500px; }

optgroup{ font-style: normal; }

input.button {
	padding:4px 10px;
	background-color:#333333;
	background-image: none;
	border:none;
	color:#FFF;
	cursor:pointer;
}

.required {
	font-size: 140%;
	font-weight: 700;
	color: #FF9900;	
}

/**************** FROM ELEMENTS FINISHES ****************/



/**************** TABLE ELEMENTS STARTS *****************/

table {
	/*table-layout: fixed;*/
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

tbody{}

tfoot{}

tr {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

th {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 5px 5px 5px 5px;
	line-height: 1.2em;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 100%;
	text-align: left;
	vertical-align: top;
	color:#333333;
}

td {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 2px 5px 2px 5px;
	color: #333333;
	vertical-align: top;
}

/**************** TABLE ELEMENTS FINISHES ***************/



/**************** LIST ELEMENTS STARTS ******************/

ul{}

ul ul {
	padding-top: 4px;
	padding-bottom: 4px;
}

ol{}

li{
	line-height: 140%;
	padding: 3px 0 3px 0;
}


dl{}

dt{}

dd{
	margin-left: 15px;
	line-height: 175%;
}

/**************** LIST ELEMENTS FINISHES ****************/



/**************** GENERAL CLASSES STARTS ****************/

.clear-both{
	clear: both;
}

.clear-left{
	clear:left;
}

.clear-right{
	clear:right;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}

.uppercase{
	text-transform:uppercase;
}

.lowercase{
	text-transform:lowercase;
}

.noScriptError{
	border:2px solid #FF0000;
	position:absolute;
	right:5px;
	top:5px;
	padding:10px 10px 0px 10px;
}

.hide{
	display:none;
}

.ie-hide{
	_display:none;
}

/*************** GENERAL CLASSES FINISHES ***************/
