/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{
	font-family: Tahoma, Arial;
	font-size: 10pt;
	color:#FFFFFF;
	font-weight:normal;
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-repeat: no-repeat;
	background-position: left top;

	}
TD, P 
	{ 
	  font-family: Tahoma, Verdana, Arial;
	  font-size: 10pt; 
	}
input,select,textarea
{
	color: #FFFFFF;
	background-color: #26262E;
	font-family: Tahoma;
	border 1 solid; border: 1px dashed #868CAC;

}
/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A   	{ color: #F2F2F5; text-decoration: none; }
A:link	{ color: #F2F2F5; text-decoration: none; }
A:visited { color: #F0F0F3; text-decoration: none; }
A:active { color: #FFFFFF; }
A:hover	{ color: #FFFFFF; }
/* 
   text styles 
*/
.title                          /* album titles on main page */
	{
	line-height:140%;
	padding:2px;
	margin-top:2px;
	width: 100%;
	font-family: Arial;
	color: #CEC0CF;
	font-size: 16px;
	font-weight: bold;
	}
.title a,
.title a:link,
.title a:visited,
.title a:active {
	  font-family:Tahoma,Arial;
	  color:#FFFFFF;
	  font-size:x-small;
	  font-weight:bold;
	  letter-spacing: .2em;  
	  text-decoration: none;
	}
.title a:hover {
	  color: #B9B9D5;
	  text-decoration: none;
	} 
.mod_title	/* album title  Text is controled by .title */ 
	{
	background-image: url(../images/mod_titlebar.gif);
	width: 100%;
	height: 28px;
	}
.mod_title_bg	/* album title hightlight Text is controled by .title */ 
	{ 
	}
.mod_title_right  /* album title hightlight  Text is controled by .title*/ 
	{ 
	}
.mod_title_left  /* album title hightlight  Text is controled by .title */ 
	{ 
	}
.albumdesc  /*album description includes all text and background*/
	{
	  font-family:Tahoma, Arial;
	  color:#868CAC;
	  font-size:10px;
	  background-color: #26262E;
	  line-height:normal;
	  padding:2px;
	  margin-top:2px;		
	  border:1px dashed #46464E;
	}
.desc  /* album descriptions on main page just description and author*/
	{ 
	  font-family:Tahoma, Arial;
	  color:#CCCCEF;
	  font-size:12px;
	  font-weight:bold;
	  line-height:normal;
	  padding:2px;
	  margin-top:2px;		
	  letter-spacing: normal; 
	}
.caption  /* photo captions on all pages */
	{ 
	  font-size: 10px; 	
	}
.modcaption  /* modifies background for caption text to reside */
	{
	  font-family:Tahoma,Arial;
	  color: #FFFFFF;
	  font-size: 10px;
	  font-weight:bold;
	  background-color: #262636;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	  border:1px dashed #464666;
	}
.error  /* all error text */
	{ 
	  color: red; 
	  font-size: 12px; 
	}
.attention /* voting instructions */
	{
	}
.headbox  /* box around the page headers */
	{
	filter: Alpha(Opacity=100);

	}
.head  /* page headers behind the Gallery title*/
	{ 
	  font-family:Arial, Tahoma;
	  color:#FFE6CF;
	  font-size: 16px;
	  font-weight:bold;
	  line-height:140%;
	  letter-spacing: .2em;
	  border:0px dashed #000000;
	  height: 28px;  
	}
.head a,
.head a:link,
.head a:visited,
.head a:active 
	{
	  font-weight: normal;
	  color:#FFFFFF;
	  text-decoration: none;
	}
.head a:hover
	{
	  font-weight: normal;
	  color: #A1ACDB;
	  text-decoration: underline;
	}
.mod_headliner  /* Gallery & Album titles. Text is controled by .head */ 
	{
	background-image: url(../images/mod_titlebar.gif);
	width: 100%;
	height: 28px;
	background-color: #6B4A10;

	}
.mod_toplight_bg  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
	}
.mod_toplight_right  /* Gallery & Album titles. Text is controled by .head*/ 
	{ 
	}
.mod_toplight_left  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
	}
.bread  /* used in breadcrumb bars */
	{ 
	  font-size: 10px; 
	}
.bordertop
	{
	}
.borderright
	{
	}
.borderleft
	{
	}
.fineprint  /* used for fine print */
	{ 
	  font-size: 10px; 
	}
.popuphead
	{
	  font-size: 16px;
	  font-weight: bold;
	  color: #FFFFFF;
	}
.popup
	{
	  font-size: 12px;
	  font-weight: bold;
	  color: #FFFFFF;
	}
.editlink,  /* Used for the [edit] tags */
.editlink a,
.editlink a:link,
.editlink a:visited,
.editlink a:active
	{
	  font-size: 10px;
	  font-weight: bold;
	  color: #FFFFFF;	  
	}
.modnavbox  /* main navigation bar next and previous */ 
	{
	font-family:Tahoma,Arial;
	color:#FFFFFF;
	font-size: 12px;
	font-weight:bold;
	background-image: url(../images/mod_navbar.gif);
	line-height:140%;
	letter-spacing: .2em;
	border:0px dashed #000000;
	width: 100%;
	height: 14px;
	background-color: #45424B;

	}
.modnavbox a,
.modnavbox a:link,
.modnavbox a:visited,
.modnavbox a:active {
	  font-weight: normal;
	  color:#FFFFFF;
	  text-decoration: none;
	}
.modnavbox a:hover {
	  font-weight: normal;
	  color: #A1ACDB;
	  text-decoration: underline;
	}
.admin  /* used in admin bars - the serch text*/
	{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	filter: Alpha(Opacity=100);
	visibility: visible;


	}
.search  /* used in admin bars - the serch text*/
	{ 
	  font-size: 10px;
	  color: #FFFFFF; 
	  font-weight: bold;
	}
.leftspacer /* amount of space to the left of the header and titles */
	{
	  width: 5px;
	}
.modnavboxtop  /*navagation bar top of screen where admin buttons show*/
	{
	font-family:Tahoma,Arial;
	color: #FFFFFF;
	font-size: 10px;
	font-weight:bold;
	background-color: #000000;
	line-height:140%;
	letter-spacing: .1em;
	border:0px dashed #000000;
	width: 100%;
	filter: Alpha(Opacity=45, FinishOpacity=100, Style=Linear);

	}
.modnavboxtop a,
.modnavboxtop a:link,
.modnavboxtop a:visited,
.modnavboxtop a:active {
	  font-weight: normal;
	  color: #FFFFFF;
	  text-decoration: none;
	}
.modnavboxtop a:hover {
	  font-weight: normal;
	  color: #A1ACDB;
	  text-decoration: none;
	}
.modnavboxmid  /*navagation bar middle where the link for the albums show*/
	{
	font-family:Tahoma,Arial;
	color: #FFFFFF;
	font-size: 10px;
	font-weight:bold;
	background-color: #363636;
	line-height:140%;
	border:0px dashed #000000;
	width: 100%;
	background-image: url(../images/mod_navboxmid.gif);
	background-repeat: no-repeat;
	background-position: right top;


	}
.modnavboxmid a,
.modnavboxmid a:link,
.modnavboxmid a:visited,
.modnavboxmid a:active {
	  font-weight: normal;
	  color:#FFFFFF;
	  text-decoration: none;
	}
.modnavboxmid a:hover {
	  font-weight: normal;
	  color: #A1ACDB;
	  text-decoration: underline;
	}
.modfooter  /*footer where the Gallery version is located*/
	{ 
	  font-family:Tahoma,Arial;
	  color:#FFFFFF;
	  font-size: 8px;
	  font-weight:normal;
	  background-color: #000000;
	  line-height:140%;
	  padding:2px;
	  border:0px dashed #000000;
	  width=100%   
	}
.modfooter a,
.modfooter a:link,
.modfooter a:visited,
.modfooter a:active {
	  text-decoration: none;
	  color:#FFFFFF;
	}
.modfooter a:hover {
	  color: #A1ACDB;
	  text-decoration: none;
	}
.adminbox {
	filter: Alpha(Opacity=100);
	overflow: auto;
	visibility: visible;
	z-index: 1;

}

a            { color: #9492FE; text-decoration: none }
a:visited    { color: #9492DE; text-decoration: none }
a:hover      { color: #C4CAF0; text-decoration: none; font-family: 
               Verdana,Tahoma,Helvetica,Arial }
a:active     { color: #747AF0; text-decoration: none; font-family: 
               Verdana,Tahoma,Helvetica,Arial }
a:link       { color: #9492FE; text-decoration: none; font-family: 
               Verdana,Tahoma,Helvetica,Arial }
a.menu            {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #292939;
	margin: 1px;
	padding: 0px;
	display: block;
	font-family: Tahoma;
	font-size: 10px;
}
a.menu:link,a.menu:visited      {
	color: #B7C4E1;
	text-decoration: none;
	font-family: Tahoma, Helvetica, Arial;
	margin: 0px 1px 0px 3px;
	padding: 0px 0px 0px 1px;
	background-color: #1A1C39;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #262843;
}
a.menu:active,a.menu:hover      {
	color: #F4F7FD;
	text-decoration: none;
	font-family: Tahoma, Helvetica, Arial;
	margin: 0px 1px 0px 3px;
	padding: 0px 0px 0px 1px;
	background-color: #202346;
	border-top: 1px solid #020202;
	border-bottom: 1px solid #464863;
}
.menu_heading,a.menu_heading,a.menu_heading:link,a.menu_heading:visited,a.menu_heading:active {
	font-family: "Arial Narrow", Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFBD22;
	display: block;
	margin: 4px 0px 1px 1px;
	padding: 0px 0px 0px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A51409;
	background-color: #0F1026;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #171927;
}

font         { text-decoration: none; font-family: Verdana,Tahoma,Helvetica,Arial; color: #FFFFFF }
textarea 
             { background-color: #202559; color: #D0D0E8; font-family: Verdana, Tahoma, Arial; 
               font-size: 8pt; border: 1px solid;
               scrollbar-shadow-color: #9490DE; scrollbar-highlight-color: #9490DE;
               scrollbar-face-color: #9490DE; scrollbar-dark-shadow-color: #C3C4EF;
               scrollbar-base-color: #C3C4EF; scrollbar-3d-light-color: #C3C4EF;
               scrollbar-arrow-color: #FFFFFF ; border-color: #868CD5 #868CD5 #5B64C6 #5B64C6; cursor: crosshair}
body         { font-family: Verdana,Tahoma,Helvetica,Arial; background-color: #171927; 
               color: #FFFFFF; border: 0; border-width: 0;
               scrollbar-shadow-color: #34407E; scrollbar-highlight-color: #34407E;
               scrollbar-face-color: #34407E; scrollbar-dark-shadow-color: #A3A4DF;
               scrollbar-base-color: #A3A4DF; scrollbar-3d-light-color: #A3A4DF;
               scrollbar-arrow-color: #FFFFFF }
h1,h2,h3,h4,h5,h6
             { font-family: Verdana,Tahoma,Helvetica,Arial; color: #4049A4; font-variant: 
               small-caps; font-weight: bold; font-size: 8pt }
.white       { border: 0; border-width: 0 }
hr           { color: #484864 }
img.hidden   { visibility: hidden }
.shadow      { filter: DropShadow(Color="#000000",OffX="1",OffY="1",Positive="1") }
.justify     { text-align: justify }
.center      { text-align: center }
.none        { background-color: #101821; color: #FFFFFF; font-family: Verdana,Tahoma,Arial; 
               border-style: solid; border-width: 0; #101821 }
.submit      { background-color: #E7E2FF; color: #1E185A; font-weight: bold; font-family: Verdana,Tahoma,Arial; 
               border-style: solid; border-width: 0; #CEC7F7 }.red {  color: #E84D4D}
.blue { color: #606FD5}
.yellow,a.yellow,a.yellow:link,a.yellow:visited,a.yellow:hover
             { color: #F5CA47}
input { background-color: #21263D; color: #C2C9E4; font-family: Verdana, Tahoma, Arial; 
               font-size: 8pt; border: 1px solid;
               scrollbar-shadow-color: #9490DE; scrollbar-highlight-color: #9490DE;
               scrollbar-face-color: #9490DE; scrollbar-dark-shadow-color: #C3C4EF;
               scrollbar-base-color: #C3C4EF; scrollbar-3d-light-color: #C3C4EF;
               scrollbar-arrow-color: #FFFFFF  ; text-decoration: none; border-color: #8E94D7 #8E94D7 #5B64C6 #5B64C6; cursor: crosshair} select { background-color: #21263D; color: #C2C9E4; font-family: Verdana, Tahoma, Arial; font-size: 8pt; border: 1px solid; scrollbar-shadow-color: #9490DE; scrollbar-highlight-color: #9490DE; scrollbar-face-color: #9490DE; scrollbar-dark-shadow-color: #C3C4EF; scrollbar-base-color: #C3C4EF; scrollbar-3d-light-color: #C3C4EF; scrollbar-arrow-color: #FFFFFF ; text-decoration: none; border-color: #8E94D7 #8E94D7 #5B64C6 #5B64C6; cursor: crosshair }
.clear { background-color: #101821; color: #FFFFFF; font-family: Verdana,Tahoma,Arial; border-style: solid; border-width: 0; }
.buy {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336666;
	width: 100%;
	border: 1px solid #FFFFFF;
}
.buybackground {
	background-color: #000000;
	background-image: url(/images/photos/KKND2-CD-Designs-Cropped.jpg);
	background-repeat: no-repeat;
	background-position: -20px -10px;
	background-attachment: fixed;
}
.newsheading {
	font-family: Tahoma;
	font-size: 7pt;
	font-weight: bold;
	color: #DADCE9;
	text-decoration: none;
	display: inline;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 8px;
	background-color: #212438;
	margin: 4px 0px 0px;
	border-top: 1px solid #515888;
	border-right: 1px solid #3A4063;
	border-bottom: none;
	border-left: 1px solid #515888;
}
.newstext {
	font-family: Verdana;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px 0px 0px;
	background-color: #171927;
	padding: 0px 8px;
	border-top: 1px solid #515888;
	border-right: 1px solid #3A4063;
	border-bottom: 1px dashed #373C60;
	border-left: 1px solid #515888;
}
.newsfooter {
	font-family: Tahoma;
	font-size: 7pt;
	color: #DADCE9;
	text-decoration: none;
	font-style: italic;
	display: block;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 24px;
	background-color: #1A1C2D;
	border-right: 1px solid #3A4063;
	border-top: none;
	border-bottom: 1px solid #3A4063;
	border-left: 1px solid #515888;
	text-align: left;
	margin: 0px 0px 16px;
}
.newstext p {
	display: block;
	margin: 0px;
	padding: 5px 0px;
	text-align: justify;
}
.newstext img {
	display: block;
	margin: 0px;
	padding: 5px 0px;
	text-align: center;
	border: 1 solid #000000;
}
