﻿* { margin:0; padding:0; }
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border:0; }
body { 
  padding: 0 0 18px 0; 
  background: #fff url('../img/bg.jpg') repeat-x; 
  font: 0.8em/1.5 "arial",sans-serif; 
  color: #333; 
  text-align: center; 
}

/* General references --------------------------------------------------------------- */
a {color:#095799;}
a:link {color:#095799;}
a:hover {color:#095799; text-decoration: none;}

/* Headers --------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin:15px 0 10px 0; }

h1 
{ 
	font-size:140%; 
	font-weight: bold; 
	line-height: 24px; 
}  
h1#logo { font-size:120%; font-weight: normal; font-style:italic; padding-top:52px; }

h2 
{
	font-size:120%;
	font-weight: bold;
	line-height: 24px; 
}

h3 
{ 
	font-size:100%; 
	margin-top: 20px; 
	border-top: 1px solid #dfdfdf; 
	padding-top: 15px; 
	margin-right: 15px;
	color: #1a8ab3
} 

#panel-left h3
{ 
	margin-top: 15px; 
	padding-bottom: 0; 
	font-size: 160%; 
	font-weight: normal; 
	border: none;
	color: #000;
}
h4 {
	font-size: 100%;
	color: #000000;
	font-style: italic;
	margin-top: 30px;
}
h5 { font-size:120%; }

h6
{
	text-align:right;
	font-style:italic;
}

/* layout ---------------------------------------------------------------------- */
#layout { 
  width:800px; 
  margin:0 auto; 
  text-align:left; 
}
  #container { 
  background: #fff;
  }
  

  	/* header ------------------------------------------------------------------ */
  	#header  
  	{
  		position:relative; 
  		background: #2a9ac3 url('../img/Duplicate-Record-Remover-Logo.jpg') no-repeat; 
  		}
  
      #logo {
        font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
        position: relative; 
        overflow: hidden; 
        height: 80px;
        font-size:100%;
        margin: 0;
        line-height: 120px;
        text-align: right;
      }
      #logo a{
        display: block;
        color: #fff;
        text-decoration: none;
        
      }
      #logo span {
        display: block; 
        position: absolute; 
        left: 0; top: 0; 
        z-index: 1; 
        width: 250px; height: 120px;
        background: url("../img/logo.jpg") 0 0 no-repeat; 
        cursor: pointer;
      }
      
      #slogan{
        position: absolute;
        left: 270px;
        line-height: 120px;
        display: block;
        height: 120px;
        top: 0;
      }
        
    /* horizontal navigation --------------------------------------------------- */
    #nav {position:relative; z-index:2; border-top: 0;}
      #nav ul {margin:0; padding:0; list-style:none;}
      	#nav ul li {float:left; _float: none; display:inline; margin:0; padding:0; background: url('../img/nav.jpg') no-repeat;}
      	#nav ul li a 
      	{
      	  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
      	  color: #000000;
      	  font-size: 95%;
      	  font-weight: bold;
          display: block; 
          float: left; /*\*/ float:none; 
          padding: 16px 20px;
          text-align: center;
        }
        #nav ul li a:hover 
        {
          text-decoration: none;
		  color: #fff;
        }

      	#first {
        background: none !important;}
  
  
  
    .content {
      float: right; 
      padding: 0 0 0 0px; margin-top: 15px;
      width:570px;
      z-index: 10;
      
    }
    .content .in{
      padding: 8px 18px 0 22px;border-left: 1px solid #e3e3e3;
    }
  
  	/* Columns ----------------------------------------------------------------- */
  	#panel-left { float:left; width:220px;}
  	.panel .in { padding: 0px 5px 10px 20px;  }
  
  
/* footer ------------------------------------------------------------------------ */
  	#footer {
      clear:both;
      height: 75px;
      background: url('../img/footer.jpg') no-repeat;
      padding: 8px 16px 0px 16px;
      color: #676767;
      margin-top: 10px;
	  font-size: 80%
    }
      
    #footer p  
    {
    	font-style:italic; 
    	color:Gray; 
    	padding: 0 0 0 0; 
    	margin: 0 0 0 0;
    }

	.f-left {float:left;}

	.f-right 
	{
		margin-top: 47px;
		float:right;
	}

/* subfooter ------------------------------------------------------------------------ */
	#subfooter 
	{
		text-align:center;
		font-size:90%;
		margin: 0;
		padding: 0; 
	}


/* paragraphs -------------------------------------------------------------------- */
p { margin:15px 0; line-height: 25px; font-size: 12px;}
p.small {font-size:8pt; font-style:italic; color:#888;}

/* tables --------------------------------------------------------------------- */
table { margin:15px 0; border-style:none; font-size:100%; width: 100%; border-collapse:collapse; }
th { text-align:center; font-weight:bold; border-style:none; }
th, td { padding:0 0 0 0; margin:0 0 0 0; border-style:none; }

table.withborder { margin:15px 0; border: 1px solid #cdcdcd; border-collapse:collapse; border-spacing:0; font-size:100%; width: 100%;}
th.withborder { text-align:center; font-weight:bold; border: 1px solid #cdcdcd;}
th.withborder, td.withborder { padding:4px 6px; border: 1px solid #cdcdcd;}
tr.table-top {background: #e5e5e5; font-weight: bold;}

table.table {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	font-size: 11pt;
}
table.table th {
	border-width: 1px;
	padding: 2px;
	border-style: dotted;
	border-color: gray;
	background-color: #fffff0;
}
table.table td {
	border-width: 1px;
	padding: 2px;
	border-style: dotted;
	border-color: gray;
	background-color: #fffff0;
}
table.table td.tableheader 
{
	background-color:#1a8ab3; 
	font-weight:bold; 
	color:white;
}


/* lists --------------------------------------------------------------------- */
ul, ol { display:block; margin:15px 0 15px 40px; }
ul ul, ul ul ul, ol ol, ol ol ol { margin:0; margin-left:20px; }
ol { list-style-type:decimal; }
ol ol { list-style-type:upper-alpha; }
ol ol ol {list-style-type:lower-alpha; }
li { display:list-item; margin-bottom: 0px;}
ul li a { text-decoration:underline; }

#panel-left ul{ 
margin: 0 !important; padding: 0 !important;
list-style-type: none; 
font-size: 95%;
}

#panel-left li{ 
list-style-type: none; background: url('../img/li.jpg') no-repeat  3px 6px; padding-left: 20px; margin-bottom: 6px;}

/* definition -------------------------------------------------------------------- */
dl { margin:15px 0; }
dt { font-weight:bold; }
dd { margin-left:30px; }

/* miscellaneous --------------------------------------------------------------------- */
fieldset { margin:15px 0; padding:10px; border:1px solid #CCC; }
legend { margin-left:10px; font-size:100%; font-weight:bold; color:#000; }
abbr, acronym, .help { border-bottom:1px dotted #CCC; cursor:help; }
blockquote { margin:15px 20px; font-style:italic; }
del, .del { text-decoration:line-through; }
strong, .strong { font-weight:bold; }
cite, em, q, var { font-style:italic; }
code, kbd, samp  {font-family:monospace; font-size:110%; }
hr { display:block; height:1px; margin:10px 0; padding:0; border:0 solid #CCC; background:#CCC; color:#CCC;} 
.clear {clear: both;}
.a-left, tr.a-left td {text-align:left;}
.a-center, tr.a-center td {text-align:center;}
.a-right, tr.a-right td {text-align:right;}
.a-justify {text-align:justify;}
.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}
.clear { clear:both; }
.box { min-height:1px; }
.box:after { display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:"."; }
.noscreen { display:none; }
.mleft10 { margin-left: 10px; }
.mright10 { margin-right: 10px; }
.mtop10 { margin-top: 10px; }
.mbottom10 { margin-bottom: 10px; }
.mtop0 { margin-top: 0;}

a img {}
a:hover img {}

.thumbnail
{
float: left;
margin: 0 14px 5px 0;
}

.validationsummary
{
	font-weight:bold;
	color:Red;
	background-color:Yellow;
}


/* versatile elements ------------------------------------------------------------ */
.bigger {font-size:115%;}
.smaller {font-size:85%;}

.high {color:#00F;}
.nonhigh {color:#777;}

.foto{  display: block; border: 3px solid #ddd;}


/* Textboxes ---------------------------------------------------------------------- */
select
{
  height:22px;
}

input.med{
  width: 110px;
  height:18px;
}
.medwatermark {font-style:italic; color:Gray;width:110px;  height:18px;}

input.medlarge{
  width: 170px;
  height:18px;
}
.medlargewatermark {font-style:italic; color:Gray;width:170px;height:18px;}

textarea
{
	font-family: Tahoma, Arial, sans-serif;
	font-size:10pt;
	width: 400px;
	height: 200px;
}
textarea.watermark {font-style:italic; color:Gray; width:400px;}


/* Buttons ----------------------------------------------------------------------- */
.button
{
    border: #000000 1pt solid;
    cursor: hand;
    color: Black;
    height: 16pt;
    font-size: 110%;
    font-weight: bold;
    background-color: #4abae3 ;
}

#redbutton
{
  	margin-left:20px;
  	padding: 10px 0px 10px 0px;
  	text-align:center;
  	background: #fff url('../img/redbutton.gif') no-repeat; 
	height: 44px;
  	width: 195px;
}
#redbutton a
{
  	padding: 10px 38px 10px 38px;
	height: 44px;
  	width: 195px;
  	font-size: 130%;
  	font-weight: bold;
  	text-decoration: underline;
	color: #fff;
}
#redbutton a:hover
{
	text-decoration:none;
}


.greenbutton
{
	padding: 10px 0px 10px 0px;
	text-align: center;
	background: #fff url('../img/greenbutton.gif') no-repeat;
	height: 25px;
	width: 195px;
}
.greenbutton a
{
  	padding: 10px 28px 10px 28px;
	height: 44px;
  	width: 195px;
  	font-size: 13pt;
  	font-weight: bold;
  	text-decoration: underline;
  	color: #fff;
}
.greenbutton a:hover
{
	text-decoration:none;
}
