@charset "utf-8";
body 
{
	margin: 0px;
	padding: 0px;
	background-color: white;
}

body, td
{
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

a
{
	color: #999999;
	text-decoration: none;
}

a:hover
{
	color: black;
}

a:active, .active
{
	color: #666666;
}

#page
{
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	height: 600px;
}

#topMenu
{
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	text-align: right;
}

#logo
{
	text-align: center;
	height: 40px;
	margin-top: 18px;
}

#content
{
	height: 430px;
	margin-top: 30px;
}

#footer
{
	height: 12px;
	margin-top: 20px;
}


#page #content #column1, #page #content #column2, #page #content #column3
{
	float: left;
	height: 430px;
	text-align: left;
}


#page #footer #column1, #page #footer #column2, #page #footer #column3
{
	float: left;
}

#column1
{
	margin-left: 40px;
	width: 120px;
}

#column2
{
	margin-left: 10px;
	width: 860px;
	
}

#column3
{
	margin-left: 20px;
	width: 100px;	
}

.menu
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.submenu
{
	list-style-type: none;
	padding-left: 10px;
	margin: 0px;
}

#page #content #column3
{
	overflow: hidden;
}


.thumb
{
	float: left;
	cursor: pointer;
}

#btnUp, #btnDown
{
	cursor: pointer;
}

.thumbBox
{
	width: 50px;
	height: 50px;
	float: left;
}

.thumbHomeBox
{
	width: 143px;
	height: 143px;
	float: left;
}

.thumbHomeBox a, .thumbHomeBox a:visited
{
	color: white;
}

.thumbHomeBox a:hover
{
	color: black;
}

.thumbHomeBox a:active
{
	color: #666666;
}

.selectedPic
{

	border: thin solid black;
}

#column2Text
{
	background-color: #ededed;

	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 150px;
	padding-right: 150px;
	width: 560px;
	height: 370px;
}

#column2Text, td
{
	color: #4a4a4a;	
}

#column2Text a
{
	color: #4a4a4a;
	text-decoration: none;
}

#column2Text a:hover
{
	color: black;
}

#pageNavi
{
	color: red;
	margin-top: -15px;
	padding-left: 200px;
	padding-right: 200px;
	text-align: center;
}

#btnPrevious, #btnNextFrame, #btnNext, #labelPager
{
	display: inline;
}

#btnNextFrame
{
	width: 100px;
}

#btnPrevious img, #btnNext img
{
	cursor: pointer;
}


.errorCode
{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: black;
}
