* {
	font-family: Arial;
	padding: 0;
	margin: 0;
}

body {
	behavior: url('/css/csshover.htc');
}

input[type="text"],input[type="password"],input[type~="text"],input[type~="password"],textarea
	{
	border: 1px #C3D2DF solid;
	color: #535A5F;
}

input[type="text"]:hover,input[type="password"]:hover,input[type~="text"]:hover,input[type~="password"]:hover,textarea:hover
	{
	border: 1px solid #A8BDCF;
	color: #455D6F;
}

img {
	border: none;
}

a {
	color: #27749F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.site {
	color: #006600;
	border-bottom: 1px dotted;
}

a.inner {
	border-bottom: 1px dotted;
}

ol.list {
	padding-left: 30px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.headerWithLine {
	background: transparent url('/images/vmain/headerline.gif') repeat-x 0
		14px;
	width: 100%;
	margin: 20px 0 5px;
}

.headerWithLine h1,.headerWithLine h2,.headerWithLine h3,.headerWithLine h4
	{
	background: #FFF none;
	font-weight: 400 !important;
	color: #7192A7;
	display: table;
	padding-right: 5px;
	font-weight: normal;
}

.headerWithLine h1 span,.headerWithLine h2 span,.headerWithLine h3 span,.headerWithLine h4 span
	{
	display: block;
	font-size: small;
}

.headerWithLine h1 *,.headerWithLine h2 *,.headerWithLine h3 *,.headerWithLine h4 *
	{
	font-weight: normal;
}

.pointer {
	cursor: pointer;
}

.linkWithBull {
	background: url(/images/reverseorangearr.gif) no-repeat 4px 50%;
	font: bold 9pt Verdana, sans-serif;
	color: #779db5;
	border: 1px solid #ededed;
	padding-left: 14px;
	padding-right: 4px;
	padding-bottom: 2px;
}

.ajaxLoader {
	padding: 0 5px;
}

#tip {
	padding: 2px 0;
}

#tip span {
	margin-left: 1px;
	background: #FFFFCF;
	border: 1px solid #EEEF77;
	padding: 4px 10px;
	font-weight: bold;
	font-size: 12px;
}

#tip span.error {
	background-color: #dc143c;
	color: #FFF;
	border: 1px solid #EEEF77;
}

#tip span.success {
	background-color: #61DF72;
	color: #FFF;
	border: 1px solid #74CF80;
}