﻿@charset "UTF-8";
html, body { 
	height:100%; 
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited{
	color:#82290A; 	/*#203764*/
	text-decoration:none;
}

a:hover{
	color:#82290A;	/*#203764*/
	text-decoration:underline;
}

.whitelink a:link, .whitelink a:visited {
	color:#ffffff;
	text-decoration:none;
}

.whitelink a:hover {
	color:#ffffff;
	text-decoration:underline;
}



.clearRight{
	clear:right;
}
.clearLeft{
	clear:left;
}
.clearBoth{
	clear:both;
}

.floatRight{
	float:right;
}

.floatLeft{
	float:left;
}

.indentLeft10{
	margin-left:10px;
}

.indentLeft20{
	margin-left:20px;
}

.indentLeft30{
	margin-left:30px;
}

/***** main layout *****/
#wrapper {
	width:782px;
	background:url(../images/bkg_wrapper.png) repeat-y;
	margin: 0 auto -174px;
	padding:6px 0px 6px 0px;
	position: relative;
	min-height: 100%;
	height: 100%;
	height: auto;
}
#hdrWrapper {
	width:782px;
	background:url(../images/bkg_hdr.gif);
	margin:0 auto;
	height:173px;
}

#header{
	width:758px;
	margin:0 auto;	
}

#header #logo{
	float:left;
	padding:12px 0px 0px 12px;
	margin:0px;
}

#header #search{
	padding:10px 5px 5px 14px;
	float:right;
	width:156px;
	height:72px;
	font-size:11px;
	color:#132650;
	margin:14px 13px 0px 0px;
	background:url(../images/bkg_search.gif);
	background-repeat:none;
}
#header #search form{
	padding:0px;
	margin:0px;
}
#header #search input{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:105px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	height:15px;
	margin:2px 0px 0px 0px;
}

#header #search select{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:105px;
	height:17px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	margin:6px 0px 3px 0px;
}

#header #search .go{
	padding:0px 0px 2px 3px;
	vertical-align:bottom;
}

#contentArea{
	width:758px;
	margin:0 auto;
	margin-bottom:33px;
}

#contentArea #content{
	width:548px;
	float:right;
}
#contentArea #content p{
	font-size:10px;
	padding:8px 14px 6px 12px;
	color:#333333;
	line-height:17px;
	margin:0px;	
}

#tblContent {
	font-size:10px;
	color:#333333;
	/*line-height:17px;*/
}

#contentArea #content h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:20px;
	background-color:#a2b0ba;
	color:#FFFFFF;
	padding:8px 4px 8px 12px;
	margin:0px;
}

#contentArea #content img{
	border:none;
	float:left;
	padding:10px 10px 6px 0px;
}


#contentArea #content .directors img{
	border:none;
	float:none;
	padding:5px;
}

#contentArea #content ul{
	font-size:10px;
	list-style:circle;
	list-style:inside;
	font-size:11px;
	margin: 0px;
	padding: 0px;
	
	
}
#contentArea #content li{
	margin:0px;
	padding:0px 0px 4px 30px;
	color:#333333;
}

#contentArea #content li a:hover {
	text-decoration:underline;
}

.nafusaTbl {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:0px;
}

.nafusaTbl th {
	background-color:#6B4F14;
	color:#FFFFFF;
}

/***** navigation *****/
#navbar{
	margin-top:5px;
	width:758px;
	position:relative;
	height:36px;
	text-align:center;
	background:#82290a;
	padding:0px
}

#navbar_admin{
	margin-top:5px;
	width:748px;
	position:relative;
	height:26px;
	text-align:left; 
	color:#FFFFFF; 
	padding: 10px 0px 0px 10px; 
	background:#6B4F14;
}

#nav{
	background:#82290a;
	padding:8px 0px 0px 4px;
	list-style:none;
	margin:0px;
	vertical-align:middle;
	
}

#nav li{ 
	display:inline;
	padding-right:11px;
	padding-left:11px; 
	margin:0px;
	font-family:Verdana, sans-serif;
	font-size:11px;
	
}

#nav li a:link, #nav li a:visited { 
	text-decoration:none;
	color:#FFFFFF;	

}

#nav li a:hover { 
	text-decoration:none;
	color:#dddbca;
}

#leftNav{
	float:left;
	width:198px;
	background-color:#f0efe3;
	margin-right:10px;
	font-size:10px;
	border-color:#d5d3c3;
	border-style:solid;
	border-width:1px;
}
#leftNav div.hdr{

	padding:7px 2px 7px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#dddbca;
	font-size:11px;
	font-weight:bold;
	color:#132650;
	border-color:#d5d3c3;
	border-style:solid;
	border-width:1px;
}

#leftNav ul{
	list-style-position: outside;
	list-style-image:url(../images/arrows.gif);
	font-size:11px;
	margin: 0px;
	padding:8px 8px 0px 26px;
	
}
#leftNav li {
	margin:0px;
	padding:0px 0px 12px 0px;
	
}
#leftNav li a:link, #leftNav ul a:visited {
	color:#203764;
	text-decoration:none;
}
#leftNav li a:hover {
	color:#203764;
	text-decoration:underline;
}
#leftNav p{
	padding:8px 4px 6px 12px;
	margin:0px;
}


/***** home pg *****/
#homeContent{
	width:548px;
	float:right;
	
}
#homeContent p{
	font-size:11px;
	padding:8px 14px 6px 12px;
	color:#333333;
	line-height:17px;
	margin:0px;
}
#homeContent a:link, homeContent a:visited{
	color:#82290a;
}
#homeHdr{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:20px;
	background-color:#a2b0ba;
	color:#FFFFFF;
	padding:8px 4px 8px 12px;
	margin:4px 0px 0px 0px;
}


/***** footer *****/
#footerBar{
	width:758px;
	font-size:9px;
	color:#878781;
	background:#f0efe3;
	margin: 0 auto;
	padding:0px;
	height:24px;
	text-align:center;
	position: absolute;
	bottom: 0;	
}
#footer{
	margin: 0px;
	padding:8px 0px 0px 0px;
	list-style:none;
	vertical-align:middle;
}


#footer li{ 
	padding:0px 13px 0px 13px;
	display:inline;
}

#footer li a:link, #footer li a:visited { 
	text-decoration:none;
	color:#7e7e79;	
}

#footer li a:hover { 
	text-decoration:underline;
	color:#7e7e79;
}

/*Special Button*/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

#pastconf-list li { list-style-type:none; line-height:1.5em; }

/* Admin Image sort... */

div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

ul.myImageList {
	margin-left: 20px;
}

ul.myImageList li {
	cursor: pointer;
}

ul.myImageList2 {
	width: 150px;
	float: left;
	border: 1px solid black;
	background-color: #f9f9f9;
	min-height: 100px;
	margin: 5px;
	padding-left: 20px;
}

ul.myImageList2 li {
	margin-left: 10px;
	line-height: 30px;
	list-style-type: decimal;
}
ul.myImageList2 li:hover {
	background-color: #ddd;
}

#contentArea #content .progress { padding:0px; }
#contentArea #content ul.ui-sortable{ list-style-type:none;}
#contentArea #content ul.ui-sortable img{ float: none; padding 0px;}
#contentArea #content ul.ui-sortable li{
	position: relative;
	display: block;
	float: left; 
	width:100px;
    height: 100px;    
    border: solid 1px khaki;
    background: #eeeeee;
    text-align: center;
}

.photolistitem {
    position: relative;
    display: block;
    float: left;    
    list-style-type: none;
    width: 100px;    
    padding: 10px;
    margin: 12px;
}
/* 
.photolistitem {
    position: relative;
    display: block;
    float: left;    
    list-style-type: none;
    height: 100px;    
    width: 100px;    
    padding: 10px;
    border: solid 1px khaki;
    margin: 12px;
    background: #eeeeee;
    text-align: center;
}
container around image inside of photolistitem*/
.photolistitem div:first-child
{		
	height: 90px;
	margin-bottom: 3px;	
}
.deletethumb
{				
	/* PhotoListItem  is relative so relative to it */
	position: absolute;
	top: 1px;
	left: 2px;	
	xfloat: left;
	background: #eeeeee;
	color: Red;
	font-weight: bold;
/*	font-size: 12px; */
	padding: 2px;
/*	opacity: 0.00;
	filter: alpha(opacity="0");
	display: none;*/
	margin-top: 3px;
	width:25px;			
	cursor: pointer;	
}
.deletethumb:hover
{
	color:#aa0000;
/*	opacity: 0.90;
	filter: alpha(opacity="90");*/	
}
.expandthumb
{				
	/* PhotoListItem  is relative so relative to it */
	position: absolute;
	top: 35px;
	left: 2px;	
	xfloat: left;
	background: #eeeeee;
	padding: 2px;
	margin-top: 3px;
	width:25px;			
	cursor: pointer;	
}

#ulThumbnailList
{
	padding: 0px;	
	margin: 0px;	
}	

.profile_name {
	font-size:16px;
	font-weight:bold;
}
.cc-tableheader {
	color: #FFF;
}

/* Presidental List */
.nafusaTblSearch {
    background-color: :yellow;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 0px;
}
.nafusaTblSearch .fieldSelectorDesc {
    margin-bottom: 10px;
}
.resultDesc {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
}