/* ----------------------------------------------------------------------------------------------------



/* hyperlinks
---------------------------------------------------------------------------------------------------- */

a:link, a:visited, a:hover, a:active {
	color:#0066FF;
}
a:hover {
	text-decoration: underline;
}

/* layout
---------------------------------------------------------------------------------------------------- */

body {
	text-align: center;
}

#WrapperOuter {
	text-align:left;
	width: 780px;
	margin: 10px 0 10px 0;
	margin-left: auto;
	margin-right: auto;
}
#WrapperInner {
	background: url(images/wrapper.gif) repeat-y;
}

#Masthead {
	background:url(images/masthead.gif) no-repeat top;
	height: 100px;
	padding: 10px;
}
#Masthead img {
	/*float: left;*/
}
#Masthead h1 {
	display: none;
}

#ContentOuter {
	margin: 0 220px 0 15px;
	padding: 30px 10px 0 10px;
	min-height: 400px;
	background: url(images/background.gif) no-repeat top;
	HTML height: 400px;
}

/* Navigation
---------------------------------------------------------------------------------------------------- */

#NavigationWrapper {
	float: right;
	padding-right: 10px;
	width: 195px;
	}
#Navigation h1, #Navigation h2, #Navigation h3, #Navigation h4, #Navigation h5, #Navigation h6, #Navigation ul, #Navigation ol, #Navigation p {
	margin: 0 0 0 0;
}
#Navigation {
	margin-right: 10px;
	width: 195px;
	}
#Navigation h2 {
	background: #ccf0de;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	font-size: 0.8em;
	color: #333;
	}
#Links h2 {
	background: url(images/li-background.gif) repeat-x bottom;
	padding: 5px 0 5px 0;
	font-weight: bold;
	font-size: 0.8em;
	color: #333;
	}
#Navigation ul {
	/*font-size: 0.8em;*/
	}
#Navigation li {
	margin: 2px 0 2px 0px;
	border-bottom: dashed #ddd 1px;
	}
#Navigation li span {
	padding: 2px 0 2px 6px;
	float: right;
	}
#Navigation li.disabled {
}
#Navigation a:link,
#Navigation a:visited,
#Navigation a:hover,
#Navigation a:active {
	padding: 2px 0 2px 4px;
	width: 165px;
	display:inline-block;
	}
#Navigation a:hover {
	text-decoration: none;
	}
#Links	{
	display: none;
	}

/* Modules
---------------------------------------------------------------------------------------------------- */

#Modules div {
}
#Modules h2 {
}
#Modules p {
}


/* InnerFooter
---------------------------------------------------------------------------------------------------- */

#InnerFooter {
	background: url(images/footer.gif) no-repeat top;
	padding: 190px 15px 0px 15px;
	text-align:right;
	font-size: 0.9em;
	height: 20px;
	line-height: 8px;
}
#InnerFooter p {
	color: #3fa4ec;
}
#InnerFooter ul {
}
#InnerFooter li {
	display:inline;
}
#InnerFooter a {
	color: #3fa4ec;
	padding: 0 0 0 20px;
}


/* InnerDisclaimer
---------------------------------------------------------------------------------------------------- */
#OuterDisclaimer {
	text-align: center;
}
#InnerDisclaimer {
	width: 750px;
	text-align:left;
	margin: 20px 0 20px 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
	color: #999;
}


/* striped tables
---------------------------------------------------------------------------------------------------- */
table.striped {
	background: url(images/fieldset-background.gif) top repeat-x #f2f2f2;
}
.striped th {
	background: #ff6600;
	color: #fff;
	padding: 4px 2px 4px 2px;
}
.striped tr.stripe {
}
.striped .tfoot td {
}
.striped td {
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #fff;
}
.striped td td {
	padding: 0 0 0 0;
	border-top: none;
}


/* form styles
---------------------------------------------------------------------------------------------------- */

fieldset {
	background: url(images/fieldset-background.gif) top repeat-x #f2f2f2;
	padding: 0 10px 0 10px;
	}

legend {
	color: #ff6600;
	font-weight: bold;
	padding: 30px 0 10px 0;
	}

fieldset dt {
}
fieldset dd {
}


img {
    float: left;
    background: #000;
    padding: 1px;
    margin: 0 15px 5px 0;
    border: 8px #efefef solid;
}
#add img, #Update img {
    background: #fff;
    border: 0px;
    float: none;
    margin: 0;
}