/* main.css style sheet
for free-christmas-cards-online.com
copyright 2003-2004
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 1%;
}
h1 {
	font-size: 16pt; 
	font-weight: bold; 
}

body {
	background-color: #f0f8ff;
}

a:link {
	/*color: #0000FF;*/
	text-decoration: none;
}

a:visited, a:active {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/* bottom navigation links */

.toplinks a:link, .toplinks a:visited, .toplinks a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.toplinks a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

/* LEFT navigation links */

.leftNav a {
	font-weight: bold;
	font-size: 12px;
}

.leftNav a:link, .leftNav a:visited, .leftNav a:active {
	color: #FFFFFF;
	text-decoration: none;

}

.leftNav a:hover {
	/*color: #00CCFF;*/
	color: #0000FF;
	text-decoration: underline;
	/*background: #3399CC;*/

}
.leftNavTitle a {
	font-weight: bold;
	font-size: 12px;
}
.leftNavTitle a:link, .leftNavTitle a:visited,  .leftNavTitle a:active {
	color: #000000;
	text-decoration: none;
}

.leftNavTitle a:hover {
	color: #00CCFF;
	text-decoration: underline;
}

.links, .links td, .links th {
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif;
}

/******************************* SAMPLE leftNavTitle *******************************/
.leftNavTitleSample a {
	font-weight: bold;
	font-size: 12px;
}
.leftNavTitleSample a:link, .leftNavTitleSample a:visited,  .leftNavTitleSample  a:active {
	color: #00CCFF;
	text-decoration: none;
}
/******************************* END leftNavTitleSample *******************************/

.leftNavTitleSample  a:hover {
	color: #00CCFF;
	text-decoration: underline;
}
/* table background colours */

#bgcolor1 {
	background-color: #3399CC;
}
#bgcolor2 {
	background-color: #79B9D9;
}


#leftNav {
	background-color: #79B9D9;

}
#leftNav tr, #leftNav td {
	border-color: #3399CC;
	border-width: 1px;
	border-style: solid;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
}

#navtitle {
	background-color: #3399CC;
}

/* forms */
input  {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-color: #000000;
	border-width: 1px;
}

input.text {
	background-color: #A1BCCA;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

input.button  {
	background-color: #000000;
	color:#FFFFFF;
}

.gallery-artist{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.white a, .white a:link, .white a:hover, .white a:visited, .white a:active {
color:#FFFFFF;
}