/* VKC CSS Document */
/* Stlye originally based on SMF default theme */
/* */
/* Last edit: Feb 8, 2008 */
/* */


/* Normal, standard links. */
.vkc_text a:link
{
	color: #476C8E;
	text-decoration: none;
}
.vkc_text a:visited
{
	color: #476C8E;
	text-decoration: none;
}
.vkc_text a:hover
{
	text-decoration: underline;
}

.vkc_header a
{
	padding-left: 2px;
	padding-right: 2px;
}

.vkc_header a:hover
{
	text-decoration: none;
	color: #cc3333;
}

/* By default (td, body..) use verdana in black. */
.vkc_text, .vkc_text body, .vkc_text td, .vkc_text th, .vkc_text tr, .vkc_text p
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* The main body of the entire site. */
.vkc_body
{
	background-color: #E5E5E8;
	margin: 0px;
	padding: 12px 30px 4px 30px;
}

/* This is used for the body content. */
.vkc_content
{
	padding: 10px;
	border: 1px solid #ADADAD;	
	background-color: #F6F6F6;
}

.vkc_t2col
{
	width: 100%;
}

.vkc_t2col tr
{
	vertical-align: top;
}

.vkc_t2col td
{
	padding: 10px;
}

.vkc_thalf
{
	width: 50%;
}

.vkc_dpad
{
	padding: 10px;
}

.vkc_dcen
{
	margin-left: auto;
	margin-right: auto;
}

.vkc_tcen
{
	text-align: center;
}

.vkc_tbold
{
	font-weight: bold;
}

.vkc_tital
{
	font-style: italic;
}

/* This is used on tables that should just have a border around them. */
.vkc_tborder
{
	padding: 1px;
	border: 1px solid #696969;
	background-color: #FFFFFF;
}

/* Generic centred table */
.vkc_t_gen
{
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

/* Generic table cells*/
.vkc_t_gen td
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #ADADAD;
}

.vkc_t_gen table td
{
	border-bottom-width: 0px;
}

/* Generic table row bold */
.vkc_tr_bold td
{
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

/* Schedule table month row */
.vkc_tr_month td
{
	font-weight: bold;
	padding-top: 10px;
	border-bottom: 0;
}

/* Image with border */
.vkc_imgborder
{
	border: 1px solid #ADADAD;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext, .smalltext th, .smalltext td
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
.largertext
{
	font-size: larger;
}

/* Centred heading */
.vkc_heading
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: large;
	text-align: center;
}

.vkc_heading_small
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: small;
	text-align: center;
}

.vkc_lpad li
{
	margin-bottom: 5px;
}

/* SMF SSI table */
.ssi_table
{
	margin-left:auto;
	margin-right:auto;
}

.vkc_img {
	border: none;
	vertical-align: baseline;
}
.vkc_p {
	margin: 0 0 0 0;
	line-height: normal;
}
.vkc_p img {
	margin: normal;
}

/* Registration table */
.vkc_t_reg form {
	margin-bottom: 0;
}

.vkc_t_reg tr {
	vertical-align: middle;
}

/* Alternating backgrounds */
.vkc_windowbg
{
	color: #000000;
	background-color: #ECEDF3;
}
.vkc_windowbg2
{
	color: #000000;
	background-color: #F6F6F6;
}
.vkc_windowbg3
{
	color: #000000;
	background-color: #E0E1E8;
}