@charset "UTF-8";
/* CSS Document */

/* FONTS */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #4F70BA;
	background-image: url(../images/dfs-background.png);
	background-repeat: repeat-x;  
}
h1 {
	font-size: 24px;
	color: #003;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h2 {
	font-size: 18px;
	color: #003;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h3 {
	font-size: 14px;
	color: #006;
	margin-top: 12px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
a          {
	color: #36C;
}
a:visited  { color: black; }
a:hover    { color: #5872f4; }

.normalGreen {
	font-size: 12px;
	color: #00A456;
}

.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* BANNER AREA */
.bannerAreaKronos {
	width: 100%;height: 183px;
	margin-top: 0px;
	/*background-color: #4971a2; */
}

.bannerAreaKronos .container {
	width: 1000px;
	height: 183px;
	background-image: url(../images/dfs-kronos-banner.png);
	background-repeat: no-repeat;
}

.bannerArea {
	width: 100%;height: 183px;
	/*background-color: #4971a2; */
}

.bannerArea .container {
	width: 1000px;
	height: 183px;
	background-image: url(../images/dfs-xpertsys-banner-finalB.png);
	background-repeat: no-repeat;
}

.bannernav {
	padding-top: 30px;
	/*float: right; */
	margin-left: 880px;
	color: #112c4c; 
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.bannernav a { color: #ffffff; text-decoration: none; }
.bannernav a:visited { color: #ffffff; }
.bannernav a:hover { color: #112c4c; text-decoration: none; }

.topArea {
	width: 100%;
	height: 25px;
}
.topArea .container {
	width: 1000px;
	height: 25px;
	background-color: #4F6FB9;
}
.topnav {
	padding-top: 3px;
	/*float: right; */
	margin-left: 710px;
	color: #00A456;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.topnav a {
	color: #ffffff;
	text-decoration: none;
}
.topnav a:visited { color: #ffffff; }
.topnav a:hover {
	color: #000066;
	text-decoration: none;
}

.toplogo {
	padding-left: 30px;
	padding-top: 5px;
}

/* CONTENT AREA */
.contentArea {
	width: 100%;
	/*background-color: #f0eff0;
	/*background-image: url(images/content_bkgd_tile.jpg); 
	background-repeat: repeat-x; */
}


.contentArea .container {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 1000px;
	/*background-image: url(images/content_bkgd.jpg);
	background-repeat: no-repeat; */
	background-color: #FFFFFF;
}

.contentleft {
	width: 650px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	border-right-color: #00A456;
	border-right-style: solid;
	border-right-width: 1px;
}

.contentright {
	padding-top: 20px;
	float: left;
	padding-left: 30px;
	width: 210px;
}

.imageright {	
	margin-left: 5px;
	float: none;
	/*padding: 4px; space around the image */
    border: 1px solid #00A456;
    background: #00A456;
}

.imagerightContent {	
	margin-left: 5px;
	float: right;
	/*padding: 4px; space around the image */
   /* border: 1px solid #00A456; */
}

/* FOOTER AREA */
.footerArea {
	width: 100%;
	/* background-color: #cfcfcf;
	background-image: "../(images/dfs-xpertsys-bottom.png";
	background-repeat: no-repeat; */
}

.footerArea .container {
	height: 51px;
	background-image: url(../images/dfs-xpertsys-bottom.png);
	background-repeat: no-repeat;
}

.footerAreaKronos {
	width: 100%;
}

.footerAreaKronos .container {
	height: 51px;
	background-image: url(../images/dfs-kronos-bottom.png);
	background-repeat: no-repeat;
}

/* TABLES */
table.dfstable {
	border-width: 1px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: white;
	border-style: solid;
	border-color: #4F6FB9;
}
table.dfstable th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #4F6FB9;
	background-color: #4F6FB9;
	-moz-border-radius: ;
}
table.dfstable td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #4F6FB9;
	background-color: white;
	-moz-border-radius: ;
}

.dfs_round_borders {
	width:200px;
	padding: 10px;
	background: #CCCCCC;
    height: 100px;
    width: 250px;
	border: 1px solid #4F6FB9;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
}

.box_header {
	padding: 10px;
	background: #AAAAAA;
    height: 40px;
    width: 250px;
	border: 1px solid #4F6FB9;
	-moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}

.box_container {
	padding: 10px;
	background: #CCCCCC;
    height: 100px;
    width: 250px;
	border: 1px solid #4F6FB9;
	-moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
}