/************************************************************************

	Site:		Win-Board.biz - For developer
	Url:		http://www.win-board.biz/

	Listing Order:
	==============

	Universal selector
	Link
	Universal
	Structure/Layout
	Navi
	MainPageContent
	Thumbnails
	Form
	Lightbox

************************************************************************/


/* Universal selector */
*{
	color: black;
	font-size: 100%;
	background-color: transparent;
	margin: 0;
	padding: 0;
}


/* Link */
	a					{ color: #0033FF; font-weight:bold; }
	a:link		{ color: #0033FF; }
	a:visited	{ color: #6600FF; }
	a:active	{ color: #6699FF; text-decoration: }
	a:hover		{ color: #6699FF; text-decoration: }

.greenboxtitle a {
	width: 149px;
	color: #0033FF;
	text-decoration: none;
	display: block;
}

.greenboxtitle a:link {
	color: #0033FF;
}
.greenboxtitle a:visited {
	color: #6600FF;
}
.greenboxtitle a:active {
	color: #6600FF;
}
.greenboxtitle a:hover {
	color: #6600FF;
}


/* Universal */
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background-color: white;
	padding-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	line-height: 1.2;
	margin: 1em 0;
}
h1 {
	font-size: 170%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-weight: bold;
	font-size: 110%;
	border-bottom: 1px solid #999999;
}

h4 {
	font-size: 110%;
	font-weight: bold;
}

h5 {
	font-size: 100%;
	font-weight: bold;
}

h6 {
	font-size: 100%;
	font-weight: bold;
}

p {
	margin: 20px 0;
}
p.minusIndent {
	padding-left: 1em;
	text-indent: -1em;
}


.devTableSet table {
	background-color: #f5f5f5;
	border-width: 1px;
	border-style: solid;
	border-color: #c1ced4 #97a4aa #97a4aa #c1ced4;
	margin: 0.5em 1em;
}

.devTableSet caption {
	display: none;
	color: #454e58;
	background-color: #f5f5f5;
	border: 1px solid #97a4aa;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #c1ced4 #97a4aa #97a4aa #c1ced4;
}

.devTableSet td,
th {
	line-height: 1.2;
	color: white;
	padding : 0.1em 8px;
}

.devTableSet th {
	font-weight: normal;
	color: #536066;
	background-color: #f5f5f5;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #d2d2d2;
}

.devTableSet td {
	color: #2d3b4e;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: white #bfc3c4 #bfc3c4 white;
}

ul.contentText {
	margin: -15px 0 20px 20px;
}
ol.contentText {
	margin: -15px 0 20px 30px;
}
.greenboxtitle {
	list-style: none;
}
.greenboxsubtitle {
	list-style: none;
}


/* Structure/Layout */
#dev {}
.wrap {

}

.strutsBox {
	float: right;
	width: 200px;
	text-align: center;
	margin: 0 0 0 20px;
}
.strutsSubBox {
	width: 180px;
	border: 1px solid #000000;
}


/* Navi */
.DevCssButton {
	margin: 0 5px;
	padding: 3px 5px;
	border: 1px outset #999999;
	background-color: #FFCC66;
}
.DevCssButton a {
	color: #000000;
	text-decoration: none;
}
.DevCssButton a:active {
	color: #000000;
	border: 1px outset #999999;
	background-color: #FF8000;
}
.DevCssButton a:hover {
	color: #000000;
	border: 1px outset #999999;
	background-color: #FF8000;
}

/* MainPageContent */



/* Thumbnails */



/* Form */



/* Lightbox */