﻿/* 0 BASIC TAGS */

body
{
    background-color: #F7F7F7;
    background-image: url(images/background.gif);
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 15px;
    color: #333333;
    vertical-align: top;
}

fieldset
{
    border: 1px #333333;
    background-color: #eeeeee;
    margin: 5px 3px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
}

legend
{
    padding: 1px 1px;
    color: #333333;
    font-size: 14px;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    border-right: #333333 1px solid;
    border-top: #fffdff 1px solid;
    border-left: #fffdff 1px solid;
    border-bottom: #333333 1px solid;
}

table
{
    font-size: 15px;
    vertical-align: top;
    text-align: left;
}

td
{
    vertical-align: top;
    text-align: left;
}

h1, h2, h3, h4, h5
{
    margin: 10px 0px 3px;
    font-family: tahoma, arial, helvetica, sans-serif;
}

h5
{
    color: #cc0000;
    font-size: 14px;
}



h2
{
    color: #cc0000;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

.pager a
{
    text-decoration: none;
    color: #ffff66;
    font-weight: normal;
    font-size: 11px;
}

.pager
{
    font-weight: bold;
    font-size: 13px;
    color: #333333;
}

.pager a:visited
{
    color: #990000;
    font-size: 11px;
}

.pager a:hover
{
    text-decoration: underline;
    color: #ff3300;
    font-size: 11px;
}

.pager a:active
{
    color: #ff0000;
    font-size: 11px;
}


a {
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #333333;
}

a:hover
{
    text-decoration: underline;
    color: #FC1224;
    text-decoration: none;
}

a:active {
	color: #333333;
}



img {
	border-width: 0;
}

/* 1 HEADER */

.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
}

 h1 {
	left: 37px;
	top: 12px;
	font-size: 18px;
	color: #333333;
    }

h2 {
	position: absolute;
	left: 37px;
	top: 60px;
	font-size: 11px;
}

.menua {
	position: absolute;
	right: 37px;
	top: 17px;
	text-transform: uppercase;
	font-size: 10px;
}

.nav {
	position: absolute;
	right: 37px;
	top: 60px;
	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;
}

/* 2.2 ALBUMS PAGE */

.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: left;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: left;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

.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: left;
}

.buttonbar-top {
	background-image: url(images/photonav-top-bg.gif);
}


/* 3 FOOTER */

.footerbg {
	background-image: url(images/footer-side.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 75px;
	text-align: left;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 75px;
	text-align: left;
	font-size: 10px;
}

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #d32525;
}


/* My detailsview style */
.Detailsview
{
    font-size: 18px;
}

.Detailsview input
{
    font-size: 15px;
    width: 95%;
    
}


/* CUSTOM */
.fld
{
    width: 150px;
    display: block;
    float: left;
}

.fldSmall
{
    float: left;
    width: 90px;
    overflow: hidden;
    display: block;
    font-size: 10px;
    text-align: right;
    font-weight: bold;
}

.inputSmall
{
    width: 90px;
    font-size: 10px;
    clear: right;
}

.Filter
{
    border-right: thin inset;
    border-top: thin inset;
    border-left: thin inset;
    border-bottom: thin inset;
    background-color: #ffffcc;
}
    

.OverflowHidden {
    overflow:hidden;
    white-space:nowrap; 
}

/* BUTTON STYLE */
a.button
{
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px 8px;
    /*border-top: 1px solid white;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid white;*/
    text-align: center;
    min-width: 100px;
    text-transform: uppercase;
    background-image: url(App_Themes/White/Images/album-l2.gif);
}

a.button:link
{
    background-color: #eeeeee;
    background-color :Transparent ;
    color: gray;
    text-decoration: none;
}

a.button:visited
{
    background-color: #eeeeee;
    color: gray;
    text-decoration: none;
}

a.button:hover
{
    background-color: #eeeeee;
    color: #333333;
    border-color: #333333 white white #333333;
    text-decoration: none;
}

a.button:active
{
    background-color: gray;
    color: white;
    text-decoration: none;
} 

/*FIXED WIDTH TABLE USE HEADERS TO SET WIDTH*/
.fixed
{
    table-layout:fixed ;
    width:100%;

}

.fixed TD
{
    white-space: nowrap;
}


/* STYLISH BUTTONS */
A.button
{
    padding-right: 0px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 100%;
    background-image: url(buttonBackground.gif);
    padding-bottom: 0px;
    margin: 5px auto;
    width: 132px;
    padding-top: 5px;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    height: 28px;
    background-color: transparent;
    display: block;
    float: left;
}

A.button:link
{
    COLOR: #002577
}
A.button:visited
{
    COLOR: #002577
}
A.button:hover
{
    BACKGROUND-POSITION: 0px -36px;
    COLOR: #ff7200
}
A.button:active
{
    BACKGROUND-POSITION: 0px -36px;
    COLOR: #ff7200
}
A.buttonDis:link
{
    BACKGROUND-POSITION: 0px -72px;
    CURSOR: default;
    COLOR: #5f5f5f
}
A.buttonDis:visited
{
    BACKGROUND-POSITION: 0px -72px;
    CURSOR: default;
    COLOR: #5f5f5f
}
A.buttonDis:hover
{
    BACKGROUND-POSITION: 0px -72px;
    CURSOR: default;
    COLOR: #5f5f5f
}
A.buttonDis:active
{
    BACKGROUND-POSITION: 0px -72px;
    CURSOR: default;
    COLOR: #5f5f5f
}
.icon
{
    PADDING-RIGHT: 0px;
    DISPLAY: inline-block;
    PADDING-LEFT: 18px;
    PADDING-BOTTOM: 5px;
    PADDING-TOP: 0px;
    BACKGROUND-REPEAT: no-repeat
}
A.button:hover .icon
{
    BACKGROUND-POSITION: 0px -28px
}
A.button:active .icon
{
    BACKGROUND-POSITION: 0px -28px
}
A.buttonDis:link .icon
{
    BACKGROUND-POSITION: 0px -56px
}
A.buttonDis:visited .icon
{
    BACKGROUND-POSITION: 0px -56px
}
A.buttonDis:hover .icon
{
    BACKGROUND-POSITION: 0px -56px
}
A.buttonDis:active .icon
{
    BACKGROUND-POSITION: 0px -56px
}
#buttonOK .icon
{
    BACKGROUND-IMAGE: url(ok.gif)
}
#buttonCancel .icon
{
    BACKGROUND-IMAGE: url(cancel.gif)
}
#buttonImport .icon
{
    background-image: url(import.gif);
}

.SmallInput
{
    border-right: #333333 0px solid;
    border-top: #333333 0px solid;
    font-size: 9px;
    border-left: #333333 0px solid;
    border-bottom: #333333 0px solid;
    font-family: Arial;
    background-color: white;
}

/** Support for the "iehover-fix.js" **/

/** end **/
.edit
{
    border-right: #333333 1px solid;
    border-top: #333333 1px solid;
    border-left: #333333 1px solid;
    border-bottom: #333333 1px solid;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    background-color: transparent;
}

.edittr
{
    border-right: transparent 1px solid;
    border-top: transparent 1px solid;
    border-left: transparent 1px solid;
    border-bottom: transparent 1px solid;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    background-color: transparent;
}

