/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-container-two-column {
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	width: 878px;
}

#content-right-two-column {
	width: 180px;
	float: right;
}

#content-main-two-column {
	width: 478px;
	float: left;
	padding: 0 10px 0 0;
}

#content-all-two-column {
	width: 658px;
	float: left;
	padding: 0 10px 0 0;
}

#content-all-two-column1 {
	width: 658px;
	float: left;
	padding: 0 10px 0 0;
	font-size: .9em;
}

#content-all-two-column1 h1 {
	color: #C43632;
}

#content-side-two-column {
	float: left;
	width: 200px;
	padding: 0 10px 0 0;
}

#content-side-two-column1 {
	float: left;
	width: 200px;
	padding: 0 10px 0 0;
	font-size: .9em;
}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-container-three-column {
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	width: 878px;
	position: relative;
}

#content-main-three-column1 {
	width: 453px;
	float: left;
	margin-left: 25px;
	padding: 0 10px 0 0;
}

#content-main-three-column1 h1 {
	color: #C43632;
}

#content-main-three-column1 h2 {
	color: #FFAA52;
}

#content-main-three-column1-products {
	width: 453px;
	float: left;
	margin-left: 25px;
	padding: 0 10px 0 0;
}

#content-main-three-column1-products h1 {
	color: #C43632;
}

#content-main-three-column1-products h2 {
	color: #FFAA52;
}

#content-main-three-column2 {
	width: 453px;
	float: left;
	margin-left: 25px;
	padding: 0 10px 0 0;
}

#content-main-three-column2 h1 {
	color: #317AC4;
}

#content-main-three-column2 h2 {
	color: #FFAA52;
}

#content-side2-three-column {
	width: 180px;
	font-size: .9em;
	padding: 0 10px 0 0;
}

#content-side2-three-column h3 {
	color: #003366;
}
	
#content-side2-three-column-products {
	width: 180px;
	font-size: .9em;
	padding: 0 10px 0 0;
}

#content-side2-three-column-products h3 {
	color: #003366;
}
	
#content-side1-three-column {
	width: 200px;
	font-size: .9em;
}

#content-side1-three-column-products {
	width: 200px;
	font-size: .9em;
}
	
#content-side2-three-column {
	float: right;
}
	
#content-side2-three-column-products {
	float: right;
}
	
#content-side1-three-column {
	float: left;
}

#content-side1-three-column-products {
	float: left;
}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#three-column-container {
	background: url(../../images/bg-three-column-home.png) repeat-y;
	padding: 0;
	margin: 0 0 10px 0;
}

#one-column-container {
	padding: 0;
	margin: 0 0 10px 0;
}

#three-column-side1 {
	float: left;
	width: 30%;
}

.one-column-side {
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
}

.one-column-side-image {
	float: left;
	width: 100%;
}

#three-column-side2 {
	float: right;
	width: 30%;
}

#three-column-middle {
	width: 30%;
	margin: 0 32% 0 35%;
}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
	margin: 0;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #666666;
}

p {
	margin: 10px 0;
}

p.no-padding-no-margin {
	padding: 0;
	margin: 0;
}
	
hr {
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border: 0;
	margin: 15px 0;
	_margin: 10px 0;
}
	
blockquote {
	padding: 0 0 0 12px;
	margin: 12px 0 0 0;
	background: url(../../images/bg-quote.png) no-repeat;
}

blockquote p {
	margin: 2px 0;
}
	
cite {
	font-size: .85em;
	margin: 0;
	padding: 0 0 0 6px;
}

fieldset {
	padding: 15px;
}
	
legend {
	color: #333333;
	padding: 5px 3px 10px 3px;	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1, h2, h3, h4, h5, h6 {
	font-size: 1.8em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	margin: 5px 0;
}

h1 {
	margin-bottom: 0;
}

h1, h2 {
	margin-top: 0;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

h3.small {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a:link {
	color: #d61719;
	text-decoration: none;
}

a:visited {
	color: #980000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #980000;
}

#content-side-two-column a:link,
#content-side2-three-column-products a:link,
#content-side2-three-column a:link,
#content-side1-three-column-products a:link,
#content-side1-three-column a:link,
#content-side-two-column a:visited,
#content-side2-three-column-products a:visited,
#content-side2-three-column a:visited,
#content-side1-three-column-products a:visited,
#content-side1-three-column a:visited {
	text-decoration: none;
}

#content-side-two-column a:hover,
#content-side2-three-column a:hover-products,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover-products,
#content-side1-three-column a:hover {
	text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#top-information {
	height: 3.0em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	color: #999999;
	font-size: .85em;
	position: relative;
	width: 930px;
}
	
#logo {
	position: absolute;
	top: .3em;
	left: 15px;
	font-size: 2.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 2.8em;
	padding: .1em 0 .2em 0;
	font-variant: small-caps;
}

#logo a {
	color: #4A6BB3;
	text-decoration: none;
}

#top-information-home {
	text-align: right;
	border-bottom: 1px dashed #CACACA;
	position: absolute;
	top: 0;
	right: 25.5%;
	height: 2em;
	width: 15%;
	padding: 0 1.5% 0 0;
}

#top-information-etc1 {
	text-align: right;
	position: absolute;
	top: 2.4em;
	right: 25.5%;
	height: 2em;
	padding: 0 1.5% 0 0;
}
	
#top-information-phone {
	text-align: left;
	border-left: 1px dashed #CACACA;
	position: absolute;
	top: 0;
	left: 75%;
	height: 100%;
	padding: 0 0 0 2%;
}

#top-information-etc2 {
	text-align: left;
	position: absolute;
	top: 2.8em;
	right: 15px;
	height: 100%;
	padding: 0 0 0 2%;
}

#top-information-link {
	text-align: center;
	border-left: 1px dashed #CACACA;
	position: absolute;
	top: 0;
	right: 0;
	height: 2em;
	width: 8.5%;
	padding: 0 0 0 1.5%;
}

#heading {
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
}

#subheading {
	font-size: 1.1em;
	font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#nav-main-header {
	background: #EEEEEE url(../../images/header.png) no-repeat;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 924px;
	height: 105px;
	position: relative;
	font-weight: bold;
	z-index: 1;
}

#nav-main-header-logo {
	position: absolute;
	top: 43px;
	left: 21px;
	height: 100%;
	padding: 0 0 0 2%;
}

#nav-main-header-flag {
	position: absolute;
	top: 30px;
	right: 0;
	height: 100%;
	padding: 0 0 0 2%;	
}

#nav-main-body {
	background: #EEEEEE url(../../images/body.png) repeat;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
}

#nav-main {
	background: #FFFFFF url(../../images/bg-nav.gif) repeat-x;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 868px;
	padding: 0 15px 0 15px;
	position: relative;
	font-weight: bold;
	z-index: 1;
}

.menu1dms {
	margin-top: 1px;
}

#nav-main-language {
	position: absolute;
	top: 4px;
	right: 15px;
	height: 100%;
	padding: 0 0 0 2%;
}

.dropdownlist1-language {
    border: 1px solid #cccccc;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    background-color: #E9EFF5;
    clip: rect(0px auto auto auto);
}

#nav-main-footer {
	background: #EEEEEE url(../../images/footer.png) no-repeat;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 924px;
	height: 105px;
	position: relative;
	font-weight: normal;
	z-index: 1;
}

#nav-main-footer-sub1 {
	position: absolute;
	top: 20px;
	left: 15px;
	height: 100%;
	padding: 0 0 0 2%;
}

#nav-main-footer-sub2 {
	position: absolute;
	top: 20px;
	right: 35px;
	height: 100%;
	padding: 0 0 0 2%;
	color: #FFFFFF;
}

#nav-main-footer-sub2 a:link,
#nav-main-footer-sub2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#nav-main-footer-sub2 a:hover {
	color: #D4E7F8;
	text-decoration: none;
}

#nav-main-footer-sub2 a:active {
	color: #D4E7F8;
}

#siteMap {
	background: #4b6cb5 url(../../images/bg-nav-side.gif) top right no-repeat;
	width: 25%;
	_width: 25.5%;
	position: absolute;
	top: 0;
	right: 0;
	padding: .8em 0 1em 0;
}

#siteMap a:link,
#siteMap a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#siteMap a:hover {
	color: #D4E7F8;
	text-decoration: none;
}

#siteMap a:active {
	color: #D4E7F8;
}

#nav-main ul {
	margin: 0;
	padding: 0 20% 0 0;
}
	
#nav-main li {
	display: inline;
	list-style: none;
	padding: 0 1em 0 0;
	background: none;
}

#nav-main a:link,
#nav-main a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#nav-main a:hover {
	color: #FF9900;
}

#nav-main a:active {
	color: #FFFFFF;
}

#nav-main li.current a:link,
#nav-main li.current a:visited {}

#nav-main li.current a:hover {
	text-decoration: underline;
}

#nav-main li.current a:active {
	color: #FFFFFF;
}

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited {}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#top-poster-photo-container {
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 924px;
	height: 185px;
	position: relative;
}

#poster-photo-container {
	position: absolute;
	top: 1px;
	left: -5px;
	height: 100%;
	padding: 0 0 0 2%;
}
	
.poster-photo-image {}

#feature-area-home {
	position: absolute;
	top: 0;
	right: 0;
	width: 21%;
	text-align: center;
	padding: 2%;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 160%;
}

#feature-area-home a:link,
#feature-area-home a:visited {
	color: #dcf2f7;
	text-decoration: underline;
}
	
#feature-area-home a:hover {
	text-decoration: none;
}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#pagetitle1 {
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 858px;
	background: url(../../images/BigOrange.png) repeat-x;
	position: relative;
	color: #FFFFFF;
	font-size: large;
	padding: 0 20px 0 20px;
	height: 40px;
	line-height: 40px;
}

#pagetitle-home1 {
	position: absolute;
	top: -7px;
	right: 17px;
	padding: .8em 0 1em 0;
}

#pagetitle1 a:link,
#pagetitle1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#pagetitle1 a:hover {
	color: #D4E7F8;
	text-decoration: none;
}

#pagetitle2 {
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 858px;
	background: url(../../images/BigBlue.png) repeat-x;
	position: relative;
	color: #FFFFFF;
	font-size: large;
	padding: 0 20px 0 20px;
	height: 40px;
	line-height: 40px;
}

#pagetitle-home2 {
	position: absolute;
	top: -7px;
	right: 17px;
	padding: .8em 0 1em 0;
}

#pagetitle2 a:link,
#pagetitle2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#pagetitle2 a:hover {
	color: #D4E7F8;
	text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.TreeView {
    border-bottom: 1px dotted #B2B2B2 !important;
}

.TreeView div {
    margin-left: 5px;
}

.TreeView table {
    border-top: 1px dotted #B2B2B2 !important;
}

.TreeView div table {
    border-bottom: none !important;
    border-top: none !important;
}

.TreeView table td {
    padding: 2px 0;
}

.TreeViewSiteMap {}

.TreeViewSiteMap div {
    margin-left: 5px;
}

.TreeViewSiteMap table {}

.TreeViewSiteMap div table {
    border-bottom: none !important;
    border-top: none !important;
}

.TreeViewSiteMap table td {
    padding: 0 0 2px 0;
}

.LeafNodesStyle {}

.RootNodeStyle {}

.LeafNodesStyleSiteMap {}

.RootNodeStyleSiteMap {}

/* ALL ELEMENTS */
.NodeStyle {}

.ParentNodeStyle {
    background: yellow;
}

a.SelectedNodeStyle {
    background: #E5E5E5;
    display: block;
    padding: 2px 0 2px 3px;
}

.NodeStyleSiteMap {}

.ParentNodeStyleSiteMap {}
 
a.SelectedNodeStyleSiteMap {
    background: #E5E5E5;
    display: block;
    padding: 2px 0 2px 3px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
	background: url(../../images/list-bullet-02.gif) no-repeat 0 .8em;
	padding: .2em 0 .2em 1em;
	margin-left: 0.4em;
}

ul.list-of-links {
	border-bottom: 1px dotted #B2B2B2;
}

#content-side1-three-column ul.list-of-links,
#content-side1-three-column-products ul.list-of-links,
#content-side2-three-column-products ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0;
}

ul.list-of-links li {
	border-top: 1px dotted #B2B2B2;
	background-image: url(../../images/list-bullet-01-link.gif);
}

ul.list-of-links li.current {
	background-color: #E5E5E5;
}

ul.no-lines,
ul.no-lines li {
	border: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.feature-area {
	background-color: #6799D1;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
img {
	border: none;
}

.photo-border {
	padding: 4px;
	margin-bottom: 5px;
}

.photo-float-left {
	float: left;
	margin-right: 10px;
}

.image-border-none {
	border: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer {
	background: #608fc8 url(../../images/bg-nav.gif) bottom left no-repeat;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 924px;
	height: 86px;
	padding: .8em 0 1em 20px;
	position: relative;
	color: #d61719;
	font-size: .8em;
}

#footer div {
	background: #4b6cb5 url(../../images/bg-nav-side.gif) bottom right no-repeat;
	width: 25%;
	_width: 25.5%;
	position: absolute;
	bottom: 0;
	height: 86px;
	right: 0;
	padding: .8em 0 1em 0;
}

#footer a:link,
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #D4E7F8;
	text-decoration: none;
}

#footer a:active {
	color: #FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer-sub {
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align: right;
	padding: .1em 0 2em 0;
	position: relative;
	font-size: .8em;
	color: #999999;
}

#footer-sub ul {
	margin: 0;
	padding: 0;
}
	
#footer-sub li {
	display: inline;
	list-style: none;
	padding: 0 1em 0 0;
	background: none;
}

#footer-sub a:link,
#footer-sub a:visited {
	text-decoration: underline;
	color: #999999;
}

#footer-sub a:hover {
	color: #666666;
	text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.news-date {
	font-size: 0.9em;
	font-style: italic;
	color: #A4A4A4;
}

.arrow {
	vertical-align: middle;
}

input.button-big {
	font-weight: bold;
	padding: .7em 1.5em;
	font-size: 1.1em;
	vertical-align: bottom;
}

input.button-small {
	font-weight: normal;
	padding: .4em 1em;
	font-size: .8em;
	vertical-align: bottom;
}

.clear {
	clear: both;
}

.none {
    display: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.box-header {
	clear: both;
	overflow: auto;
	position: relative;
	width: 100%;
}

.box-type-1 {}

.box-header-1 {
	width: auto;
	height: 27px;
}

.box-header-1 h2 {
	min-width: 20px;
	width: auto !important;
	color: #fff !important;
	font-size: 1em !important;
	font-weight: bold !important;
	line-height: 16px;
	height: 16px;
	margin: 0 !important;
	vertical-align: middle;
	padding: 0 0 0 10px;
}

.box-header-1 .box-header-1-side1 {
	float: left;
	height: 27px;
	background: url(../../images/BlueCurve_01.gif) repeat;
}

.box-header-1 .box-header-1-side2 {
	width: 80px;
	height: 27px;
	float: left;
	background: url(../../images/BlueCurve_02.gif) no-repeat;
}

.box-header-1 .box-header-1-side3 {
	height: 27px;
	background: url(../../images/BlueCurve_03.gif) repeat;
}

.box-type-1 .box-inner {
	padding: 6px;
	height: auto;
}

.color-type-1 {
	background: #F8F9F4;
}

.box-footer-1 {
	height: 27px;
	width: auto;
}

.box-footer-1 .box-footer-1-side1 {
	width: 100px;
	height: 27px;
	float: right;
	background: url(../../images/BlueCurve_05.gif) no-repeat;
}

.box-footer-1 .box-footer-1-side2 {
	height: 27px;
	background: url(../../images/BlueCurve_04.gif) repeat-x;
}

.box-type-2 {}

.box-header-2 {
	width: auto;
	height: 27px;
}

.box-header-2 h2 {
	min-width: 20px;
	width: auto !important;
	color: #fff !important;
	font-size: 1em !important;
	font-weight: bold !important;
	line-height: 16px;
	height: 16px;
	margin: 0 !important;
	vertical-align: middle;
	padding: 0 0 0 10px;
}

.box-header-2 .box-header-2-side1 {
	float: left;
	height: 27px;
	background: url(../../images/OrangeCurve_01.gif) repeat;
}

.box-header-2 .box-header-2-side2 {
	width: 80px;
	height: 27px;
	float: left;
	background: url(../../images/OrangeCurve_02.gif) no-repeat;
}

.box-header-2 .box-header-2-side3 {
	height: 27px;
	background: url(../../images/OrangeCurve_03.gif) repeat;
}

.box-type-2 .box-inner {
	padding: 6px;
	height: auto;
}

.color-type-2 {
	background: #F8F9F4;
}

.box-footer-2 {
	height: 27px;
	width: auto;
}

.box-footer-2 .box-footer-2-side1 {
	width: 100px;
	height: 27px;
	float: right;
	background: url(../../images/OrangeCurve_05.gif) no-repeat;
}

.box-footer-2 .box-footer-2-side2 {
	height: 27px;
	background: url(../../images/OrangeCurve_04.gif) repeat-x;
}

.box-type-3 {}

.box-header-3 {
	width: auto;
	height: 25px;
	background: url(../../images/blue.png) repeat;
}

.box-header-3 h2 {
	min-width: 110px;
	width: auto !important;
	color: #fff !important;
	font-size: 1em !important;
	font-weight: bold !important;
	line-height: 22px;
	height: 22px;
	margin: 0 !important;
	vertical-align: middle;
	padding: 0 0 0 10px;
}

.box-type-3 .box-inner {
	padding: 6px;
	height: auto;
}

.color-type-3 {
	background: #F4F4F4;
}

.box-type-4 {}

.box-header-4 {
	width: auto;
	height: 25px;
	background: url(../../images/orange.png) repeat;
}

.box-header-4 h2 {
	min-width: 110px;
	width: auto !important;
	color: #fff !important;
	font-size: 1em !important;
	font-weight: bold !important;
	line-height: 22px;
	height: 22px;
	margin: 0 !important;
	vertical-align: middle;
	padding: 0 0 0 10px;
}

.box-type-4 .box-inner {
	padding: 6px;
	height: auto;
}

.color-type-4 {
	background: #F4F4F4;
}

.color-type-5 {
	background: #FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Others

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.tblClass {
	border: inset 1px gray;
}

.tblClass td {
	border: outset 1px gray;
	font-size: xx-small;
	padding: 0 2px 0 2px;
}

.tblClass th {
	border: outset 1px gray;
	font-size: x-small;
	padding: 0 2px 0 2px;
}

.notice {
	font-size: 90%; 
}

.info {
	font-weight: bold; 
	color: #008000 
}

.error {
	font-weight: bold; 
	color: #800000 
}

.wtu_textBox {
	width: 200px;
	height: 15px;
	border: solid 1px #cccccc;
	background: #FFFFFF;
	color: #666666;
	font-weight: normal;
	font-size : x-small;
	padding: 2px;
}

.wtu_textArea {
	width: 250px;
	border: solid 1px #cccccc;
	background: #FFFFFF;
	color: #666666;
	font-weight: normal;
	font-size: small;
	padding: 2px;
}

.textBoxLogin {
	width: 130px;
	height: 15px;
	border: solid 1px #cccccc;
	background: #FFFFFF;
	color: #666666;
	font-weight: normal;
	font-size: x-small;
	padding: 2px;
}

.pageNumber {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
    font-weight: bold;
    color: Black; 
}

.dropdownlist {
        border: 1px solid #cccccc;
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        background-color: #E9EFF5;
        clip: rect(0px auto auto auto);
}

.btninput {
        border : solid 1px #cccccc;
        background: #E9ECEF;
        color : #666666;
        font-weight : bold;
        font-size : x-small;
        padding: 2px;
}

.txtarea {
        border: solid 1px #cccccc;
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        background-color: #E9EFF5;
        clip: rect(0px auto auto auto);
}

.disabletxtarea
{
	border: solid 1px #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #E9EFF5;
	clip: rect(0px auto auto auto);
    color: #B8B8B8;
}