/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}
h3.subTitle
{
	color: #999999;
}
p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: none;
	color: #3333ff;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a.Highlight 
{
    color: #980000;
}

.separator 
{
    background-color:Silver;
}

body {
	background-color: #CCCCCC;
/*	background-image: url(images/background.gif);
*/	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	line-height: 15px;
}

img {
	border-width: 0;
}

/* 1 HEADER */

h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 60px;
	font-size: 11px;
}

.menu {
	text-transform: uppercase;
	font-size: 10px;
}

.nav {
	text-transform: uppercase;
	font-size: 10px;
}

.menua a:visited, .nav a:visited {
	color: #d32525;
}

/* 1.1 SHIM */

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(images/content-shim.gif);
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}

.solid {
	background-image: url(images/content-shim-none.gif);
}

/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #register, #admin-albums, #admin-photos {
	background-image: url(images/body-repeat.gif);
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 256px;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

td.logobg 
{
    background-image: url(images/logobg.gif);
}

/* 2.2 ALBUMS PAGE */

#albums {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0px 37px;
	padding-bottom: 40px;
	width: 686px;
}

.view {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item 
{
    text-align: left;
	padding: 5px 5px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

#photos, #details, #admin-details {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0;
	width: 760px;
}

.buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 744px;
	height: 33px;
	text-align: center;
}

.buttonbar-top {
	background-image: url(images/photonav-top-bg.gif);
}

#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #d32525;
}



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}

div 
{
	text-align: left;
}
SELECT
{
	font-size: 90%;
}
TH 
{
	height: 20px;
	font-size: 90%;
	text-align: center;
	background-color:#999999;
	color:White;
}

#COMMON
{
	background-color: #ffffff;
	margin-left: 2px;
	margin-right: 2px;
}
#MAIN
{
	background-color: #ffffff;
	width: 998px;
	padding-left: 1px;
	padding-right: 1px;
}
#HEADER
{
	/*background-image: url(images/bgCalendarHeader.gif);*/
	background-color: #3366CC;
	margin:0px;
	padding:0px;
	border-bottom: Solid 3px #3366CC;
	color: White;
}
#HEADERTITLE
{
	font-size: x-large;
	font-weight: bold;
	color: #ff3300;
	margin: 0px;
	padding: 30px;
	padding-top: 10px;
	margin-left: 30px;
	vertical-align: middle;
}
#MAINCOLUMN
{
	padding: 8px;
	background-color: #ffffff;
	width: auto;
}
#LEFTCOLUMN
{
	height: 100%;
	margin-left: 5px;
	padding-left: 5px;
}
#FOOTER
{
	background-color: #3366CC;
	color: White;
	margin: 0px;
	text-align: left;
	padding: 6px;
	padding-left: 16px;
}
#FEATURE
{
	text-align:left;
}
td.LeftAlign
{
	text-align: left;
}
td.header
{
	text-align: left;
	background-color: #CCCCCC;
	font-weight:bold;
}
/* 
Menus
*/
.HorizMenuBar
{
	padding-left: 10px;
	margin: 0px;
	margin-top: -3px;
  	height: 28px;
  	overflow: hidden;
  	background-color: #999999;
  	border-top: Solid 1px White;
  	border-bottom: Solid 1px White;
}

.HorizMenuBarInner
{
	border-style: solid;
	border-width: 0px;
	border-left-width: 1px;
	border-color: #999999;
}

.HorizMenu 
{
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica; 
	font-size:11px; 
	cursor:pointer;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #999999;
	height: 26px;
	white-space: nowrap;
}

.HorizMenu A:LINK, .HorizMenu A:VISITED, .HorizMenu A:ACTIVE
{
	display: block;
	height: 22px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	white-space: nowrap;
	text-decoration: none;
}

.HorizMenu A:HOVER
{
	display: block;
	height: 18px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
	color: #ffffff;
	text-decoration: none;
}

.HorizMenuHover
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size:11px; 
	color: #000000;
	cursor:default;
	cursor:pointer;
	background-image: url(images/bgToolbarSelected.gif);
	background-repeat:repeat-x;
	height: 26px;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #999999;
	white-space: nowrap;
}

.HorizMenuHover A:LINK, .HorizMenuHover A:VISITED, .HorizMenuHover A:ACTIVE
{
	display: block;
	height: 18px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	text-decoration: none;
}

.HorizMenuHover A:HOVER
{
	display: block;
	height: 18px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	text-decoration: none;
}

.SelectedHorizMenu
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size:11px; 
	font-weight: bold;
	color: #000000;
	cursor:default;
	cursor:pointer;
	background-image: url(images/bgToolbarSelected.gif);
	background-repeat:repeat-x;
	height: 26px;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #999999;
	white-space: nowrap;
}

.SelectedHorizMenu A:LINK, .SelectedHorizMenu A:VISITED, .SelectedHorizMenu A:ACTIVE
{
	display: block;
	height: 18px;
	padding-top: 4px;
	padding-left: 16px;
	padding-right: 16px;
	color: #000000;
	text-decoration: none;
}

.SelectedHorizMenu A:HOVER
{
	display: block;
	height: 18px;
	padding-top: 4px;
	padding-left: 16px;
	padding-right: 16px;
	color: #000000;
	text-decoration: none;
}

/* Vert Menu */
.VertMenuBar
{
	margin: 0px;
	margin-left: 16px;
	margin-right: 16px;
  	overflow: hidden;
  	background-color: #ffffff;
  	border: Solid 1px #9fbde5;
}
.VertMenuBar th
{
	background-image: url(images/bg_heading.png);
  	color: #CC6633;
}

.VertMenu 
{
	color: #999999;
	font-family: Tahoma, Arial, Helvetica; 
	font-size:11px; 
	cursor:pointer;
	height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-style: solid;
	border-width: 0px;
	/*border-right-width: 1px;*/
	border-color: #666666;
	width: 178px;
	white-space: nowrap;
}

.VertMenu A:LINK, .VertMenu A:VISITED, .VertMenu A:ACTIVE
{
	display: block;
	/*width: 178px;*/
	height: 22px;
	padding-left: 10px;
	padding-right: 16px;
	color: #666666;
	text-decoration: none;
}

.VertMenu A:HOVER
{
	display: block;
	height: 22px;
	padding-left: 10px;
	padding-right: 16px;
	color: #ffffff;
	text-decoration: none;
}

.VertMenuHighlight 
{
	color: #3366CC;
	background-color: #ffffff;
	font-family: Tahoma, Arial, Helvetica; 
	font-size:11px; 
	cursor:pointer;
	height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 178px;
	white-space: nowrap;
}

.VertMenuHighlight A:LINK, .VertMenuHighlight A:VISITED, .VertMenuHighlight A:ACTIVE
{
	display: block;
	width: 178px;
	height: 22px;
	padding-left: 10px;
	padding-right: 16px;
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
}

.VertMenuHighlight A:HOVER
{
	display: block;
	height: 22px;
	padding-left: 10px;
	padding-right: 16px;
	color: #3366CC;
	text-decoration: none;
}

.VertMenuHover
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size:11px; 
	color: #ffffff;
	cursor:pointer;
	height: 22px;
	background-color: #3366CC;
	width: 178px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #999999;
}

.VertMenuHover A:LINK, .VertMenuHover A:VISITED, .VertMenuHover A:ACTIVE
{
	display: block;
	padding-left: 10px;
	padding-right: 16px;
	color: #ffffff;
	text-decoration: none;
	height: 22px;
}

.VertMenuHover A:HOVER
{
	display: block;
	padding-left: 10px;
	padding-right: 16px;
	color: #ffffff;
	text-decoration: none;
	height: 22px;
}

.SelectedVertMenu
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size:11px; 
	font-weight: bold;
	color: #ffffff;
	cursor:pointer;
	background-color: #CCCCCC;
	/*width: 178px;*/
	height: 20px;
	text-align:center;
	/*padding-top: 2px;
	padding-bottom: 2px;  
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #999999;
	white-space: nowrap;*/
	background-image: url(images/bg_heading.png);
  	/*color: #CC6633;*/
}

.SelectedVertMenu A:LINK, .SelectedVertMenu A:VISITED, .SelectedVertMenu A:ACTIVE
{
	display: block;
	height: 22px;
	padding-left: 10px;
	padding-right: 16px;
	color: #CC6633;
	text-decoration: none;
}

.SelectedVertMenu A:HOVER
{
	display: block;
	height: 22px;
	padding-left: 10px;
	padding-right: 16px;
	color: #ffffff;
	text-decoration: none;
}

.DIVPROP
{
	border: solid 1px silver;
	background-color: #CCCCFF;
}
.TEXTBOX
{
	border: solid 1px gray;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:90%; 
}
.ALARM
{
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:8pt; 
	color:Red;
}
.button, A.button:LINK, A.button:VISITED, A.button:ACTIVE
{
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:90%;
	font-weight:bold; 
	background-color: #ffffff;
	color:#0000FF;
	border: solid 1px gray;
	cursor: pointer;
	padding: 2px;
	text-align:center;
}
/* Table Css */

td.tl {background-image:url('images/border_tl.gif');background-repeat:no-repeat;filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;width:10px;height:10px}
td.tr {background-image:url('images/border_tr.gif');background-repeat:no-repeat;filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;width:10px;height:10px}
td.bl {background-image:url('images/border_bl.gif');background-repeat:no-repeat;filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;width:10px;height:10px}
td.br {background-image:url('images/border_br.gif');background-repeat:no-repeat;filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;width:10px;height:10px}
td.t {background-image:url('images/border_t.gif');background-repeat:repeat;filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50}
td.r {background-image:url('images/border_r.gif');background-repeat:repeat;filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50}
td.b {background-image:url('images/border_b.gif');background-repeat:repeat;filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50}
td.l {background-image:url('images/border_l.gif');background-repeat:repeat;filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50}

/* Column Menu */
div.cmenu
{
	position: relative;
	margin: 2px;
	padding: 10px;
	border: Solid 1px #CCCCCC;
}

p.menuhead
{
	font-size:100%; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 1.1em;
	margin:0px;
}
p.menuitem
{
	font-size:100%; 
	line-height: 1.3em;
	text-indent: -13px;
	margin: 9px 0px 0px 14px;
}

/* Box */
.box_head {
	font-size:100%; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 1.1em;
	margin:0px;
}
td.feature_group
{
	font-size: 11px;
	font-weight: bold;
}
td.feature
{
	margin-left: 20px;
	font-size: 9pt;
	font-weight: bold;
	cursor: pointer;
}
div.feature_detail
{
	margin-left: 20px;
}
a.jumpto, a.jumpto:LINK, a.jumpto:VISITED, a.jumpto:ACTIVE
{
	color: Blue;
	text-decoration: none;
}
a.jumpto:HOVER
{
	color: Red;
	text-decoration: underline;
}
.highlight, a.highlight:LINK, a.highlight:VISITED, a.highlight:ACTIVE
{
	font-weight: bold;
	color: #0000FF;
}
p.subtitle
{
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	background-color: #CCDDFF;
	font-size: 12px;
	font-weight: bold;
	color: #CC6633;
}
div.productheader
{
	background-image: url('images/productheader.gif');
	background-repeat:repeat-y;
	background-position:right;
	text-align: right;
	font-size: 18px;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 0px;
	height: 30px;
}
div.normal
{
    text-align:left;
    margin:10px;
    padding-right: 20px;
}
a.buy, a.buy:LINK, a.buy:VISITED, a.buy:ACTIVE
{
	padding: 3px;
	font-size: 90%;
	font-weight: bold;
	color: #FF6666;
}
td.buy
{
	text-align:center;
	width: 8%;
}
a.footer, a.footer:LINK, a.footer:VISITED, a.footer:ACTIVE
{
	text-decoration: underline;
	color: #ff3300;
}
pre
{
	font-size: 9pt;
}