/* ==================================
  
  http://www.Phases.dk/en
  Copyright @ 2011 - 2012 Phases India Technology Solutions LTD.
  written for -  http://www.igdf.org.uk/
  
  Structure
  =============
  $ __Header:     Logo and Global Site Navigations
  $ __Content:    Banner and Everything Within the Content 
  $ __Footer:     Footer Contents
  ================================== 
  
  swatch color
  =============
  #000000  -  Black ( Body Text )
  #003267  -  Blue ( Text Link Color )
  #666666  -  Light Gray ( Global Site Navigation Mouse Over )

   ================================== */
 
/* $__Globales HTML
=====================================================================*/
body, html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, tr, th, td, embed, object {
  margin:0;
  padding:0;
  
}
form {
  min-height:100%;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset, img, abbr, a img {
  border:0;
}
ul {
  list-style:none;
}
caption {
  text-align:left;
}
a, a:link, a:visited, a:hover {
  text-decoration:underline;
  color:#003267;

}
a:hover {
  color:#000000;
  text-decoration:none;
}
a:active, a:focus {
  outline:0 none;
}
/* Firefox Dotted Outline Fix */
address, caption, cite, code, dfn,  th, var {
  font-style:normal;
  font-weight:400;
}
input,select,textarea
{  font-family:Arial, Helvetica, sans-serif;
   /*font-size: 0.8125em;*/
}
abbr, acronym {
  border-bottom:1px dotted #000;
  cursor:help;
}
html, body {
  margin:0;
  padding:0;
  font-size:16px;
  width:98%;
  margin:0 auto;
  height: 100%;
}
/* $__Generales
=====================================================================*/
body {
  font:normal 1em Arial, Helvetica, sans-serif;
  color:#333;
  background:url(../images/body-bg.jpg) repeat-x left top;
}
.replace {
  position:relative;
  overflow:hidden;
  margin:0;
}
.replace span {
  display:block;
  position:absolute;
  z-index:1;
}
.txt-italic {
  font-style:italic;
}
.txt-uppercase {
  text-transform:uppercase;
}
.txt-underline {
  text-decoration:underline !important;
}
.txt-underline:hover {
  text-decoration:none !important;
}
.flt-left {
  float:left !important;
}
.flt-right {
  float:right !important;
}
.clear {
  clear:both;
}
.clearboth {
  clear:both;
  float:none !important;
  margin:0 !important;
  padding:0 !important;
}
/* Layout */
#outer-div {
  padding: 0 0.5em;
  min-height: 100%;
  position: relative;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
#header-wrap {
  padding:0.5em 0 0;
}
#logo {
  background:url(../images/logo.jpg) no-repeat left top;
  padding:0 0 25px 0;
  margin:0;
  float:left;
}
#logo a {
  padding: 20px 0 0 98px;
  margin: 0;
  /*height: 60px;*/
  display: block;
  font: normal 0.55em "Times New Roman", Times, serif;
  color: #003267;
  text-decoration: none;
}
#logo a:hover {
  text-decoration:none;
}
.banner-adv {
  float:right;
  padding-right:20px;
}
/* Navigation */
.navigation {
  /*background:url(../images/nav-bg.gif) repeat-x left top #f3f4ee;*/
  min-height:39px;
  margin-top:12px;
}
.navigation li {
  float:left;
  border-right:#395f81 1px solid;
  margin-top:8px;
}
.navigation li.last {
  border:0;
}
.navigation li a {
  font-size:0.7em;
  color:#003262;
  display:block;
  padding: 0 12px;
  text-decoration:none;
  font-weight:bold;
}
.navigation li a:hover {
  color:#000;
}
#content-wrap {
  padding-bottom:73px;
}
/* Banner */
.banner {
  /*height:127px;*/
  background:url(../images/banner-bg.jpg) repeat-x left top #d1dae3;
}
/* home banner */
.inner-banner-pane {
  width: 463px;
  height: 57px;
  float: left;
  background-repeat:no-repeat;
  padding: 168px 0 0 60px;
  font-size: 16px;
  font-weight: bold;
}
#login {
  float: left;
  padding: 0.9em 0.9em 0;
  width: auto;
}
#login h3 {
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
}
#login p {
  color:#fff;
  font-size: 0.6em;
}
#login .form-listing01 {
  padding-top:8px;
}
#login .form-listing01 .label {
   font-size:0.75em;
}
#login .form-listing01 li {
  color:#fff;
  padding-bottom:5px;
}
#login .form-listing01 li .field .textbox01 {
  border:#495d7a 1px solid;
  padding:2px;
  width:192px;
  height:18px;
}
#login .form-listing01 li .field .submit-btn {
  padding:0 6px;
  /*height:24px;*/
  border:#889fbf 1px solid;
  background:#9dacbf;
  color:#fff;
  font-weight:bold;
  cursor:pointer;
}
.pane01 {
  background: #F3F4EE;
  padding: 0.5em;
  margin: 0;
}
.text-size {
  width:224px;
  float:left;
  font-size: 0.7em;
  height:22px;
}
.text-size a {
  color: #000;
  border: 1px solid #CCC;
  font-weight: bold;
  text-decoration: none;
  padding: 0.1em 0.2em;
  line-height:22px;
  margin-right:3px;
}
.login-pane {
  float:left;
}
.login-pane label{
  font-size:.9em;
}
.login-pane .form-listing01 li {
  float:left;
  padding-right:6px;
  font-size: 10px;
}
.login-pane .form-listing01 li .label,.login-pane .form-listing01 li .field {
  float:left;
  padding-right:4px;
}
.login-pane .form-listing01 li .label {
  line-height:22px;
  height:22px;
}
.login-pane .form-listing01 li .field .textbox01 {
  border:#B8B8B8 1px solid;
  padding:2px;
  font-size:1em;
  height:16px;
}
.login-pane .form-listing01 li .field .submit-btn {
  padding:0 6px;
  height:22px;
  border:#889fbf 1px solid;
  background:#9dacbf;
  color:#fff;
  font-weight:bold;
  cursor:pointer;
}
.sub-nav {
  float:right;
}
.sub-nav a {
  color:#003267;
  font-weight:bold;
}
.search-pane {
  float:right;
  padding-right:10px;
}
.search-pane input {
  float:left;
}
.textbox02 {
  border:#dbdfe6 1px solid;
  padding:2px;
  width:192px;
  height:16px;
}
.textbox03 {
  border:#dbdfe6 1px solid;
  padding:2px;
  width:240px;
  height:16px;
}
.textarea01 {
  border:#dbdfe6 1px solid;
  padding:2px;
  width:240px;
  height:80px;
}
.submit-btn02 {
  border:#d6d7d1 1px solid;
  background:#e6e8df;
  /*height:22px;
  font-weight:bold;
  */
  font-size:.9em;
  padding:2px 10px;
  cursor:pointer;
  margin-left:10px;
}
.submit-btn03 {
  border:#d6d7d1 1px solid;
  background:#e6e8df;
  padding:4px 10px;
  font-weight:bold;
  cursor:pointer;
  font-size:1em;
}
#homeRow1 {
  padding: 0;
  width: auto;
  margin: 1% 0 0 0;
}
.rowBox {
  width: 30%;
  padding: 1%;
  border: 1px solid #F3F4EE;
  float: left;
  background: white;
}
.rowBox a, .sub-nav a{font-size:0.8em; line-height: 22px;}
.middleRow1 {
  margin: 0 1.5%;
}
.rowBox h2 {
  margin: 0px;
  padding: 0 0 0.8em 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #003267;
}
#homeRow2 {
  background: #F3F4EE;
  padding: 1%;
  margin: 1% 0 0 0;
  width: auto;
}
#homeRow2 .textalign {
  text-align:center;
}
.middleRow2 {
  margin: 0 1.5%;
}
#homeRow2 p {
  padding-bottom:8px;
}
#homeRow2 p strong {
  font-size:1em;
}
/* Left Menu */
.left-menu {
  padding:10px 10px 10px 0;
}
.left-menu li {
  padding:3px 0;
}
.left-menu li a {
  color:#003267;
  text-decoration:none;
  font-weight:400;
  display:block;
  font-size:0.9em;
  border-bottom:#ccc 1px dotted;
  
  padding:0 10px
}
.left-menu li a.expandable{
    background:url(../images/icon01.gif) no-repeat left 6px;
}

.left-menu li a.expandableselected {
    background:url(../images/icon-down.gif) no-repeat left 6px;
}
.left-menu li a.selected{
    color:#EEB213;
}
.left-menu li a:hover {
  background-position:2px 6px;
  color:#333;
}
.left-menu li ul {
  padding-left:12px;
}
.banner-adv-left {
  padding-top:10px;
}
.left-pane {
  border-right:#ccc 1px solid;
}
.wrapper {
  padding:18px 0 0 18px;
}
.wrapper p {
  padding-bottom:18px;
}
.wrapper h1 {
  padding-bottom:12px;
  color:#003267;
  font-size: 1.5em;
}
.wrapper h2 {
  padding-bottom:12px;
  color:#003267;
  font-size: 1.4em;
}
.wrapper h3 {
  color:#003267;
  font-size: 1.1em;
  padding-bottom:12px;
}
.wrapper h4 {
  padding-bottom:12px;
  color:#003267;
  font-size: 0.75em;
}
.wrapper h5 {
  padding-bottom:12px;
  color:#003267;
  font-size: 0.5em;
}
.wrapper p {
  padding-bottom:12px;
}
.wrapper ul {
  list-style:disc outside;
  padding:5px 0 12px 12px;
  margin-left:18px
}
/* footer */
#footer-wrap {
  border-top: 1px solid #CCC;
 /* position:absolute;
  bottom:0;
  left:0;*/
  width:98%;
  margin:0 0.5%;
  padding:0.75em 0;
}
#footerNav {
  width: 70%;
  float: left;
}
#footer_copy{text-align:right; float:right;color: #999;  font-size:0.6em;}
#footerNav li {
  float:left;
}
#footerNav li a {
  color: #999;
  font-size:0.6em;
  line-height:1.3em;
  border-right: 1px solid #CCC;
  padding:0 4px;
  display:block;
  text-decoration:none;
}
#footerNav li.last a {
  border:0;
}
#footerNav li a:hover {
  text-decoration:underline;
}
.designed {
  float:right;
  font-size:0.9em;
  color:#999;
}
.designed a {
  font-weight:bold;
  font-size:0.9em;
}

.wrapper ol {
 list-style-position:outside;
 padding:12px 0 12px 12px;
 margin-left:18px
}
.inner-page {
  font-size: 0.8em;
}
/*.AjaxHeight {
  overflow-y:scroll;
}*/
.field-list01 ul {
  list-style: none;
  padding:0;
  margin:0;
}
.field-list01 li {
  padding:0 0 20px 0;
}
.field-list01 li .label {
  width:10%;
  float:left;
  min-width:130px;
  padding-top:3px;
}
.field-list01 li td {
  padding-bottom:10px;
}
.field-list01 li td label{
  padding-left:10px;
}
.field-list01 li .field{
  width:15%;
  float:left;
}
.error_text {
   color:#f00;
  padding-bottom:25px;
}
.error_text ul {
  list-style:disc inside;
}
.error_text ul li {
  padding: 0 0 5px 0;
}
.simple-listing01 {
  padding:0 !important;
  margin:0 !important;
  list-style:none !important;
}
.simple-listing01 li
 {
  padding-bottom:20px;
  border-bottom:#e3e6ed 1px solid;
  margin-bottom:15px;
}
.simple-listing01 h3 {
  padding-bottom: 8px;
}
.date {
  padding-bottom: 4px;
  font-weight:800;
  font-size:0.8em;
}
.simple-listing01 p {
  padding-bottom:0;
}
.simple-listing01 .more,.back-link {
   font-size:0.8em;
}
#pager a {
   border:#dbdfe6 1px solid;
  padding:0 5px;
  text-decoration:none;
  margin-right:5px;
}
#pager a:hover {
  background:#dbdfe6;
}
#pager strong {
  background:#dbdfe6;
  border:#c9d2e2 1px solid;
  padding:0 5px;
  margin-right:5px;
  font-weight:400;
}
.simple-listing01 .imageWrap{
  float:left; width:120px;
}
.simple-listing01 .contentWrap{
  float:left;width:77%; padding-left:3%;
}
.list-box01 {
  float:right; 
  width:18%;
  padding: 20px;
  border: 1px solid #CCC;
}
.list {
  list-style: none !important;
  padding:0 !important;
  margin:0 !important;
}
.list li {
  padding-bottom:10px;
}
.list li a {
   font-weight:bold;
}
.list-wrapper {
  float:left; 
  width:75%;
}
.search-results p{
line-height:auto;
margin:auto;
}
#sitemap ul li{list-style:none;}
#sitemap li a{margin-left:8px;text-decoration:none;color:black;padding:4px;}
#sitemap li a:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color:#dfdfdf;
  border:1px solid #dcdcdc;
}

.listSubPage {
    margin: .5em 0;
}




















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
