﻿/*
*************************
   - CLEAR STYLES
*************************
*/
* { font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif; font-size: 11px; }
body { margin: 0; padding: 0;}
h1, h2, h3, h4, h1 *, h2 *, h3 *, h4 * { font-weight: normal; text-decoration: none; margin: 0; padding: 0;}
h1, h1 * { font-size: 16px; line-height: 18px; font-weight:bold; }
h2, h2 * { font-size: 13px; line-height: 15px; font-weight:bold; }
h3, h3 * { font-size: 12px; line-height: 14px; font-weight:bold; }
h4, h4 * { font-size: 11px; line-height: 13px; font-weight:bold; padding-top: 3px; }

a, a:link { color: #4D6185; text-decoration: underline; }
a:active { }
a:hover { text-decoration: none; }
a:visited {  }

img, a img { border: none; }
textarea { overflow: auto; }
p { padding-bottom: 10px; }
hr { color: #8f8f8f; background: #8f8f8f; height: 1px; }

input[type=text], input[type=password], select, textarea
{
	font:11px/14px "lucida grande",tahoma,verdana,arial,sans-serif;
	padding:2px;
	background: #ffffff;
	border-bottom: solid 1px #abc1de;
	border-top: solid 1px #abc1de;
	border-left: solid 1px #abc1de;
	border-right: solid 1px #abc1de;
	margin-right:5px;
}

input[type="text"]:focus, input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus
{
    border-bottom: solid 1px #305090;
	border-top: solid 1px #305090;
	border-left: solid 1px #305090;
	border-right: solid 1px #305090;
}

select
{
	 margin-right:5px;
}

select.normal
{
	background: #ffffff;
	border-bottom: solid 1px #6788be;
	border-top: solid 1px #6788be;
	border-left: solid 1px #6788be;
	border-right: solid 1px #6788be;
}

input[type=checkbox]
{
	font:11px/14px "lucida grande",tahoma,verdana,arial,sans-serif;
	padding:2px;
}

input[type=checkbox], input[type=radio]
{
	margin-right:5px;
}