@charset "UTF-8";
/* Additional CSS */

#container {
height: 100%;
padding: 5px;
}

#col_one {
margin: 0; /* Applied to first column only in lieu of padding (personal thing) */
width: 33%; /* Allows for fluid design. Can be set to pixels */
float: left;
}

#col_two {
margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 32%;
float: left;
}

#col_three {
margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 33%;
float: left;
}

a {
outline: none;
} 


/* Additional CSS2 */

/* format vBCode table */
table.stg_table {
        border-width: 1px 1px 1px 1px;
        padding: 5px 5px 5px 5px;
        border-style: solid solid solid solid;
        border-color: gray silver gray gray;
        background-color: white;
}

table.stg_table thead th {
        background: #000000 url(http://www.wendag.com/forum/images/gradients/gradient1_thead.gif) repeat-x top left;
        Color: #FFFFFF;
}

table.stg_table thead tr {
        background: #000000 url(http://www.wendag.com/forum/images/gradients/gradient1_thead.gif) repeat-x top left;
        Color: #FFFFFF; 
        border: 1px;
}

table.stg_table td {
        border-width: 1px 1px 1px 1px;
        padding: 2px 8px 2px 8px;
        border-style: solid solid solid solid;
        border-color: gray silver silver gray;
        background-color: white;
        vertical-align: top;
}

table.stg_table .alt1 {background: #FFFFFF;}
table.stg_table .alt2 {background: #FFFFFF;}




.skl a:link, .skl_alink {
	color: #FFFFFF;
        font-size : 11px;
	text-decoration: none;
	Height:21px;
}

.skl a:visited, .skl_avisited {
	color: #FFFFFF;
        font-size : 11px;
	text-decoration: none;
}

.skl a:hover, .skl a:active, .skl_ahover {
	color: #FFFF00;
        font-size : 11px;
	text-decoration: none;
}

.skl1, .skl1Active {
	background: #F5F5FF;
	color: #000000;
}

.skl2 {
	background: #22229C url(http://www.wendag.com/forum/images/gradients/gradient1_tcat.gif) repeat-x top left;
	color: #000000;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 2px 6px 2px 6px;
	white-space: nowrap;
	Height:22px;
}

.skl2 a:link, .skl2_alink {
	color: #000000;
	text-decoration: none;
}

.skl2 a:visited, .skl2_avisited {
	color: #000000;
	text-decoration: none;
}

.skl2 a:hover, .skl2 a:active, .skl2_ahover {
	color: #FFFF66;
	text-decoration: underline;
}

.skl3 {
	background: #5C7099 url(http://www.wendag.com/forum/images/gradients/gradient1_thead.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	Height:22px;
}

.skl3 a:link, .skl3_alink {
	color: #FFFFFF;
}

.skl3 a:visited, .skl3_avisited {
	color: #FFFFFF;
}

.skl3 a:hover, .skl3 a:active, .skl3_ahover {
	color: #FFFF00;
}

.tborder {
	background: #D1D1E1;
	color: #000000;
	border: 1px solid #0B198C;
}

.back1 {background-image:url('http://www.wendag.com/images/paper.gif');}

.backimg { 
        background-image: url('http://wendag.com/index_files/bluetile2.png');
        background-repeat: repeat
}

.backimg_2 {
        padding: 15px 15px 15px 15px;
	background: #a5c9ef url('http://wendag.com/index_files/bluetile2.png') repeat-x;
        -moz-box-shadow: -3px 3px 3px #c7cbcc;
	-webkit-box-shadow: -3px 3px 3px #c7cbcc;
}

.alignleft {
        float: left;
}

.alignright {
        float: right;
}

.backimg_3 {
        padding: 20px 20px 20px 20px;
	background: #a5c9ef url('http://wendag.com/index_files/bluetile3.png') repeat-x;
        -moz-box-shadow: -3px 3px 3px #c7cbcc;
	-webkit-box-shadow: -3px 3px 3px #c7cbcc;
}

.h1 {
	font-size: 138.5%;
} 