/* Style sheet for Photography TV */
body {
background-color: #dbdbdb;
text-align: left;
font-family: Arial, sans-serif;
}

body, td, th, div, p {
font-size: 12px;
}

.SmallText, .SmallText p {
font-size: 0.9em;
}

.Error {
color: #c00;
}

ul.BigList li {
margin-bottom: 1em;
}

h1 {
color: black;
font-weight: 100;
font-family: Century Gothic, sans-serif;
font-size: 160%
}

h2 {
color: red;
font-weight: 100;
font-family: Century Gothic, sans-serif;
text-align: left;
font-size: 110%
}

h3 {
color: #e00000;
font-weight: 100;
font-family: Century Gothic, sans-serif;
text-align: left;
font-size: 100%
}

h4 {
color: black;
font-family: arial;
font-size: 95%
}

h5 {
color: black;
font-family: arial;
font-size: 90%;
text-align: center
}

h6 {
color: black;
text-align: center;
font-family: arial;
font-size: 70%
}

.flashbanner {
padding-left: 0px;
}

/* User Page 
**************************/

.LeftColumn {
float: left;
width: 150px;
}

.MiddleColumn {
float: left;
width: 600px;
margin-left: 20px;
}

ul.LeftMenu {
margin: 0;
padding: 0;
/* border: 0px solid #000000; */ /*dark border*/
/* border-width: 1px; */
border-top: 1px solid #000;
border-collapse: collapse;
}

.LeftMenu li {
margin: 0;
padding: 0;
border-bottom: 1px solid #000;
list-style-type: none;
}

.LeftMenu li a {
font-family: verdana,sans-serif;
font-size: 80%;
font-weight: normal;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
background: black url('/indentbg.gif') center center repeat-x;
display: block;
}

.LeftMenu li.LastItem a {
border-bottom: none;
}

.LeftMenu li a:Hover {
color: red !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url('/indentbg2.gif') center center repeat-x;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu {
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul {
margin: 1px;
padding: 0px;
float: left;
width: 100%; /*width of menu*/
border: 0px solid #000000; /*dark border*/
border-width: 1px 0;
background: black url(http://www.photographytv.tv/indentbg.gif) center center repeat-x;
}

.indentmenu ul li {
display: inline;
}

.indentmenu ul li a {
float: left;
font-family: verdana,sans-serif;
font-size: 80%;
font-weight: normal;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #ffffff; /*dark divider between menu items*/
}

.indentmenu ul li a:visited {
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current {
color: red !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(http://www.photographytv.tv/indentbg2.gif) center center repeat-x;
}

/*Second Version to allow for 100% Footer*/
.indentmenu {
width: 100%; /*leave this value as is in most cases*/
}

.footer ul {
margin: 0px;
padding: 0px;
float: left;
width: 100%; /*width of menu*/
border: 0px solid #000000; /*dark border*/
border-width: 1px 0;
background: black url(http://www.photographytv.tv/indentbg.gif) center center repeat-x;
}

.footer ul li {
display: inline;
}

.footer ul li a {
float: left;
font-family: verdana,sans-serif;
font-size: 80%;
font-weight: normal;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #ffffff; /*dark divider between menu items*/
}

.footer ul li a:visited {
color: white;
}

.footer ul li a:hover, .footer ul li .current {
color: red !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(http://www.photographytv.tv/indentbg2.gif) center center repeat-x;
}

/*Third Version to creat a button - i hope*/

.button {
width: 91%; /*leave this value as is in most cases*/
}

.button ul {
margin: 0px;
padding: 0px;
float: left;
width: 91%; /*width of menu*/
border: 0px solid #000000; /*dark border*/
border-width: 1px 0;
background: black url(http://www.photographytv.tv/indentbg.gif) center center repeat-x;
}

.button ul li {
display: inline;
}

.button ul li a {
float: left;
font-family: verdana,sans-serif;
font-size: 80%;
font-weight: normal;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 0px solid #ffffff; /*dark divider between menu items - now set to zero to hide the vert bar*/
}

.button ul li a:visited {
color: white;
}

.button ul li a:hover, .button ul li .current {
color: red !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(http://www.photographytv.tv/indentbg2.gif) center center repeat-x;
}