﻿body
{
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif, 宋体;
	margin: 0;
	padding: 0;
	color: #000000;
}

a:link,a:visited{color:#333;text-decoration:none;}
a:hover,a:active{color:#333;text-decoration:underline;}

.clicklink, a.clicklink:link, a.clicklink:visited{color:blue;}
.homeLink, a.homeLink:link, a.homeLink:visited{color:#094359;}


.ErrorLabel
{
	color: #ff0000;
	display: block;
	padding-bottom: 10px;
	text-align: left;
}

.InfoLabel
{
	color: #000000;
	display: block;
	padding-bottom: 10px;
}

.Header
{
	background-image: url(Images/background/header.gif);
	background-repeat: repeat-x;
	margin: 0px; 
	width:100%;
	height:100%;
}

.home_bg
{
	background-image: url(Images/background/home_bg.gif);
	background-repeat: repeat-x;
	margin: 0px; 
	width:100%;
	height:70px;
}

.logo
{
	background-image: url(Images/logo/logo.jpg);
	background-repeat:no-repeat;
	background-position:0px 7px;
}

.passport
{
	background-image: url(Images/logo/passport.jpg);
	background-repeat:no-repeat;
	margin: 0px; 
	width:307px;
	height:21px;
	margin-top:5px;
	margin-left:5px;
}

.FieldLabel
{
	text-align: left;
}

.ContentButton
{
	width: 100px;
}

.DropDownField
{
	width: 285px;
}

.SmallDropDownField
{
	width: 185px;
}

.TextboxField
{
	width: 280px;
}

.AttributesList
{
	width: 180px;
	height: 365px;
	margin: 0px;
}

/* Regular pages layout */
.PageBody
{
	margin: 10px 10px 10px 10px;
}

.PageHeader
{
	background-color: #ffffff;
}

.PageHeaderLine
{
	padding: 10px;
	border-bottom: solid 1px #cccccc;
	display: block;
	background-color: #ffffff;
}

.PageContent
{
	padding: 20px 6px 15px 6px;
}

/* Page Title */
.PageTitleBody
{
}

.PageTitleHeader
{
	padding: 5px 5px 3px 5px;
	border-bottom: solid 1px #cccccc;
	display: block;
	white-space: nowrap;
}

.PageTitleBreadCrumbs
{
	font-family: Tahoma;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	border-bottom: solid 1px #cccccc;
	display: block;
	height:29px;
}

.PageTitleBreadCrumbsPadding
{
	padding: 7px 0px 7px 0px;
}

.PageTitleImage
{
	vertical-align: middle;
	padding: 0px 5px 5px 0px;
	width: 24px;
	height: 24px;
}

.RTL .PageTitleImage
{
	padding: 0px 0px 5px 5px;
}

.PageTitle
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FF5A00;
}

.TitleBreadCrumb
{
}

.TitleBreadCrumbLast
{
}

.TitleBreadCrumbSeparator
{
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 17px;
	height: 7px;
	padding: 0px 5px 0px 5px;
}

/* Field Editor */
.SectionTitle
{
	font-weight: bold;
	display: block;
	padding-bottom: 6px;
}

.FieldEditorContent
{
	overflow: auto;
	height: 336px;
	width: 489px;
	padding: 10px 5px 10px 5px;
	margin: 0px;
	border: 1px solid #a4b2bc;
	background-color: #fff;
}

.FieldEditorContentAdvancedMode .FieldEditorContent
{
	border-top-width: 0px;
	height: 335px;
}

.FieldEditorContentSimplifiedMode .FieldEditorContent
{
	border-top-width: 0px;
	border-bottom-width: 0px;
}

.FieldEditorFooter
{
	margin: 0px;
	padding: 10px;
	width: 479px;
	text-align: right;
}

/*logon box*/
.LogonTextBox
{
	width: 150px;
}
.LogonPageBody
{
	background-image: url(Images/background/BackgroundNew.gif);
	background-repeat: repeat-x;
	background-color: #e7f2f8;
	height: auto;
}
.LogonPageBackground
{
	width: 100%;
	height: 100%;
}
.loginBox
{
	margin: auto;
	margin-top: 140px;
	padding: 80px 0 20px 0;
	width: 503px;
	background: url(Images/background/LoginBox05.gif) no-repeat;
}

.loginLine
{
	height: 30px;
	width: 493px;
	margin: auto;
	text-align: right;
	padding-right: 10px;
	background: url(Images/background/bg_login_bottom.gif) no-repeat;
	padding-top: 23px;
	color: #606060;
}

.LogonPageBackground table
{
	margin-left: 35px;
	padding: 0;
}

.LogonDialog
{
	padding: 10px 10px 0px 40px;
}

.LogonTitle
{
	font-size: 15px;
	color: #ff5a00;
	text-align: left;
	font-weight: bold;
	padding-bottom: 15px;
	padding-left:13px;
}

.LogonButton
{
	width: 100px;
	float: right;
}
