@charset "UTF-8";
@import "helper.css";
html{
}

body{
color:#666;
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
text-align: center;
background-color:#fff;
}
#background {
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
}
img{
border:0;
}

#pageWrap {
width: 780px;
text-align:left;
margin:auto;
}

#header {
height:92px;
background:url(images/header.png) no-repeat center top;
}

#header_login{
margin-right:15px;
float:right;
}

#menu {
height:30px;
margin:0 0 25px 0;
float:left;
}


#menu ul {
padding:0 0 0 20px;
margin:0px;
list-style:none;
}

#menu li {
float:left;
background:url(images/nav_line1.gif) no-repeat right top;
}

#menu li.end {
background: none;
}

#menu a {
padding:4px 7px 4px 7px;
height:22px;
display: block;
color: #fff;
text-decoration: none;
}


#menu a:hover {
color:#000;
background:url(images/btn_over.png) no-repeat center bottom;
}

input.btn_header{
padding:0 5px 0 0;
border:none;
color:#006699;
cursor:pointer;
background:none;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
background: none;
}

input.navLine{
background:url(images/nav_line2.gif) no-repeat right top;
}

input.btn_header:hover{
color:#000;
}

#mainLeft {
	float: left;
	width: 153px;
	min-height:300px;
	background:url(images/main_left_bg.png) top left no-repeat;
	padding: 5px 18px;
	font-size: 0.85em;
}




#mainLeft .title{
	display:block;
	font-weight:bold;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}



#mainLeft .searchBox{
width:120px;
float:left;
}





input[type="submit"].searchBtn {
	text-decoration: none;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
	font-size: 0px;
	border: none;
	height: 20px;
	width: 20px;
	background-color: #4e742a;
	background-image: url(images/searchBtn.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
input.searchBtn:hover {
	background-color: #666666;
	background-image: url(images/searchBtn_f2.jpg);
}
#mainLeft ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainLeft ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#mainLeft ul li a {
	color:#4e742a;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BCBCBC;
	padding-top: 4px;
	padding-bottom: 4px;
	display:block;
}
#mainLeft a:hover {
	color:#000000;
	background-color: #FFFFFF;
}
#mainLeft h2 {
	margin-top: 15px;
}
#mainLeft h2 a:hover {
	background-color: transparent;
	
}
#mainLeft h3 {
	margin-bottom: 0px;
}

#mainLeft a.down {
	font-weight: bold;
}
.profilePageRight{
margin:0 0 20px 0;
min-height: 150px;
}
.profilePageRight .myIssues{
/*border:1px red solid;*/
}
#profile img{
float:left;
margin:0 15px 0 0;
}
#profile h1 {
margin-bottom:5px;
}




#mainRight {
margin-left: 600px;
background-color: #CCCCCC;
padding-top: 10px;
padding-right: 15px;
padding-bottom: 10px;
padding-left: 15px;
}

#threeCol #main {
margin-left: 30px;
float: left;
width:410px;
}

#twoCol #main {
	min-height:200px;
	background:url(images/main_right_box.png) no-repeat top right;
	margin-left: 209px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}




/*#twoCol .boxRight{
margin-left:209px;
padding:20px;
background:url(images/main_right_box.png) no-repeat top right;
}*/

#oneCol #main {
	background:url(images/main_box.png) no-repeat top left;
	padding-top: 25px;
	padding-right: 30px;
	padding-left: 30px;
	min-height:200px;
}


.columns .col1{
float:left;
width: 350px;
}
.columns .col2{
margin-left:370px;

}




#extra {
	width: 740px;
	text-align: right;
	margin: 5px auto;
	clear: both;
	font-size: 0.9em;
}
#extra img {
	vertical-align: middle;
}




.tableThumb p{
margin:0px;
}
.tableThumb h4 a{
color:#4e742a;
font-weight:bold;
}
.tableThumb h4 {
margin:0px;
}
.tableActivity .col1 {
float:left;
width:130px;
font-weight:bold;
}
.tableActivity .col2 {
	margin-left:135px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
/*	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
*/	margin-bottom: 3px;
}
.tablePic .col1 {
	float:left;
	width:130px;
}
.tablePic .col2 {
	margin-left:135px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
/*	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-left: 5px;
*/	margin-bottom: 3px;
	min-height:95px;
}
.tablePic .col2 .col1 {
	float:left;
	width:85px;
	font-weight:bold;
	padding:0px;
}
.tablePic .col2 .col2 {
	margin-left:90px;
	border:none;
	min-height:0px;
	padding:0px;
}
.tableThumb .col1 {
	float:left;
	width:45px;
	font-weight:bold;
}
.tableThumb .col2 {
	margin-left:52px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
/*	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
*/	margin-bottom: 3px;
	min-height:41px;
}
.tableWall .col1 {
	float:left;
	width:45px;
}
.tableWall .col2 {
	margin-left:45px;
	padding-bottom: 5px;
	padding-left: 17px;
	margin-bottom: 5px;
	min-height:38px;
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-right: 5px;
	background-image: url(images/wall.gif);
	background-repeat: repeat-y;
	background-position: left top;
	color:#000000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cccccc;
}
.tableRow .row {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
/*	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
*/	margin-bottom: 3px;
}
.tableRow {
	margin-bottom: 10px;
}
.tableRow h2{
	margin-bottom: 0px;
}
.table {
	line-height: 1.2em;
}
.table .col1{
float:left;
width:120px;
}
.table .col2{
margin-left:130px;
}
.tableWide .col1{
	float:left;
	width:220px;
	border-bottom:1px #cccccc dotted;
	padding-bottom: 3px;
/*	border-left:1px #cccccc dotted;
	padding-left: 5px;
*/}
.tableWide .row{
	margin-bottom: 3px;
}
.tableWide .col2{
margin-left:230px;
}
.row p, .rowHighlight p {
margin:0px;
padding:0px;
}

.rowHighlight {
 font-weight: bold;
}

.seperate {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	margin: 15px 0px;
	padding: 5px 0px;
}

.issueHead img 
{
	float: left;
	border: 1px solid #000;
}


.issueHead .col1 
{
	margin-left: 215px;
	width: 85px;
}

.issueHead .col2 
{
	margin-left: 300px;
}

#oneCol .featureCol2 {
	background:url(images/main_inner_box2.png) no-repeat top right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom:20px;
	padding-left: 20px;
	margin-left: -20px;
	margin-right: -20px;
}

.featureCol2 {
	background:url(images/main_right_box2.png) no-repeat top right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom:20px;
	padding-left: 20px;
	margin-left: -20px;
	margin-right: -20px;
	clear: right;
}
.featureCol2 h2 {
	margin-top:0px;
}
.featureCol1 {
	background:url(images/main_box2.png) no-repeat top right;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom:10px;
	padding-left: 30px;
	margin-left: -30px;
	margin-right: -30px;
}
.featureCol1 h2 {
	margin-top:0px;
}
#footer {
	width:780px;
	height:79px;
	color:#fff;
	clear: both;
	font-size: 0.8em;
	background:url(images/footer.png) no-repeat bottom;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height:1em;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}


#footer #content{
margin-top:32px;
padding:0 20px 0 20px;
}

#footer ul {
padding: 0px;
list-style-type: none;
margin: 0px;
float: left;
clear: left;

/*height: 2em;*/
}

#footer ul.paddingTop {
/*	padding-top: 10px;
*/}

#footer li {
float: left;
}

#footer a {
padding-right: 8px;
border-right: 1px #99DAFF solid;
font-weight:bold;
display: block;
color: #FFFFFF;
text-decoration: none;
margin-right: 8px;
}

#footer li:last-child a {
	border: none;
}

#footer a:hover {
color: #000000;
}

#footer a.langK {
	display: block;
	background: url(/skins/images/korean.gif) no-repeat;
	width: 33px;
	height: 10px;
}

#footer a.langK:hover {
	background: url(/skins/images/korean_f2.gif) no-repeat;
}
#admin {
font-size: 0.8em;
padding-top: 10px;
padding-bottom: 10px;
padding-left:15px;
}

p{
margin-top: 0px;
padding-top: 0px;
}

h1{
	padding-top: 0px;
	color:#666666;
	font-size:1.7em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-weight:normal;
}

h2{
	padding-top: 0px;
	color:#666666;
	margin-bottom: 5px;
	font-size:1.3em;
	font-weight:normal;
	margin-top: 12px;
}

h3{
	margin-top: 0px;
	padding-top: 0px;
	color:#666666;
	margin-bottom: 5px;
	font-size:1em;
	font-weight:bold;
}
h3 a:hover {
	color:#000000;
}
h4{
	margin-top: 0px;
	padding-top: 0px;
	color:#666666;
	margin-bottom: 5px;
}
a {
	color: #4e742a;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
.options {
	margin: 10px 0px;
}
.options input.btn, .options a.btn {
	/*display: block;*/
	width: 150px;
	margin-bottom: 2px;
}
.options a.btn {
	padding: 3px 0px;
	text-align: center;
	font-size: 0.9em;
	display: block;
}
a.btn{
text-decoration: none;
font-weight: bold;
color: #ffffff;
background:#4e742a url(images/btn_gradient.gif) repeat-x top;
padding:2px 5px 2px 5px;
margin-right: 5px;
}
a.reportAbuseLink {
	text-decoration: none;
	font-weight: bold;
	color:#fff;
	font-size: 0.9em;
	background:#4e742a url(images/btn_report.gif) repeat-x top;
	margin-right: 3px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	
}

a.invite {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background:#6C9C2D url(images/btn_gradient.gif) repeat-x top;
	padding:2px 0px;
	margin-right: 5px;
	width: 153px;
	text-align: center;
	display: block;
}
a.invite:hover {
color:#fff !important;
background:#5C5A5A url(images/btn_gradient_over.gif) repeat-x top !important;
}
a.btn:hover {
color:#fff;
background:#ccc url(images/btn_gradient_over.gif) repeat-x top;
}
a.btnReport:hover {
color:#fff;
background:#ccc url(images/btn_gradient_over.gif) repeat-x top;
}

a.btnAdd{
text-decoration: none;
font-weight: bold;
color: #ffffff;
background:#4e742a url(images/add_btn.gif) repeat-x top right;
padding:4px 23px 0px 5px;
margin-right: 5px;
min-height: 18px;
display: block;
}

a.btnAdd:hover {
color:#fff;
background:#ccc url(images/add_btn_over.gif) repeat-x top right;
}

input.btn {
text-decoration: none;
font-weight: bold;
color:#fff;
padding:2px 5px 2px 5px;
font-family: Arial, Helvetica, sans-serif;
cursor:pointer;
font-size: 0.9em;
background:#4e742a url(images/btn_gradient.gif) repeat-x top;
border: none;
margin-right: 3px;
}

input.btn:hover {
color:#fff;
background:#ccc url(images/btn_gradient_over.gif) repeat-x top;
}

input.imgBtn {
	position: absolute;
	margin-left: -150px;
}

input.btnAdd {
text-decoration: none;
font-weight: bold;
color:#fff;
padding:2px 23px 2px 5px;
font-family: Arial, Helvetica, sans-serif;
cursor:pointer;
font-size: 0.9em;
background:#4e742a url(images/add_btn.gif) repeat-x top right;
border: none;
min-height: 22px;
}

input.btnAdd:hover {
color:#fff;
background:#ccc url(images/add_btn_over.gif) repeat-x top right;
}

.clear {
clear:both;
}
.clearRight {
clear:right;
}

.hideMe  {
display: none;
visibility: hidden;
}

.floatLeft {
float:left;
margin-right: 15px;
margin-bottom: 10px;
}

.floatRight {
float:right;
margin-left: 15px;
margin-bottom: 10px;
}
#Div2 {
	margin-bottom:5px;
}
.smallTxt {
	font-size:0.8em;
	margin-top:5px;
	color:#666666;
}
.padding {
	padding-top: 5px;
	padding-bottom: 2px;
}
.padlock {
	background-image: url(images/padlock.gif);
	background-repeat: no-repeat;
	background-position: right;
}
ul.grid4 {
	margin: 0px;
	padding: 0px;
}
ul.grid4 li {
	list-style: none;
	float: left;
	border: dotted 1px #CCCCCC;
	padding: 5px;
	margin: 2px;
	width: 332px;
}
ul.grid4 img {
	margin-right: 5px;
}

ul.grid4 p {
	float: right;
	font-weight: bold;
}

ul.selectIssue {
	padding: 0px;
	margin: 0px;
}
ul.selectIssue li {
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul.selectIssue li a {
	width: 210px;
	/*height: 50px;*/
	border: dotted 1px #CCCCCC;
	padding: 5px 5px 5px 5px;
	margin: 5px;
	display: block;
	min-height: 45px;
}
ul.selectIssue li a img {
	float: left;
	margin-right: 10px;
}
ul.selectIssue li a span {
	/*margin-left: 60px;*/
}
ul.selectIssue li a:hover {
	border: dotted 1px #666666;
} 

#oneCol .news div {
	width: 340px;
	padding: 5px;
	border: dotted 1px #CCCCCC;
	height: 113px;
}
#mainLeft .news div {
	width: 143px;
	padding: 5px;
	border: dotted 1px #CCCCCC;
	
}
.news a img {
	float: left;
	margin-right: 5px;
	border: 1px solid #FFFFFF;
}
.news a:hover img {
	border: 1px solid #000;
}
.messageRead {
	padding: 5px;
	margin: 0px -5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	clear: both;
}
.messageUnread {
	font-weight:bold;
	padding: 5px;
	margin: 0px -5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background: #F2F2F2;
	clear: both;
}
.messageRead a, .messageUnread a {
	color: #666666;
}
.messageRead a:hover, .messageUnread a:hover {
	color: #333333;
}
.inbox .col1 {
	float:left;
	width:250px;
}
.inbox .col2 {
	margin-left: 250px;
}
.inbox .col3 {
	float: right;
}
.inbox .col2 {
	margin-left: 250px;
}
.inbox {
	margin-top:10px;
}
.message .col1 {
	float:left;
	width:52px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.message .col2 {
	margin-left: 52px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.message {
	margin-top:10px;
}


.adminSection {
	font-size:0.9em;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	width: 770px;
	text-align:left;
	margin:auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	height:25px;
}
.adminSection a {
	color: #FFFFFF;
	font-weight:normal;
}
.adminSection a:hover {
	color: #999999;
}
.adminSection input.btn {
	color: #FFFFFF;
	font-weight:normal;
	background-image:none;
	background-color:transparent;
	font-size:1em;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin: 0px;
}
.adminSection input.btn:hover {
	color: #999999;
}
.adminWrap {
	background-color: #333333;
	background-image: url(images/adminBar.jpg);
	background-repeat: repeat-x;
}
.paging {
	padding-top:10px;
	text-align: right;
}
.paging a {
	margin-left: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.dual .col1 {
	width: 350px;
	float: left;
}

.dual .col2 {
	margin-left: 370px;
}
.dual h2 {
	margin-top: 0px;
}
a.individual, a.group {
	width: 348px;
	height: 200px;
	display: block;
	border: solid #FFF 1px;
}
a.individual:hover, a.group:hover {
	border: solid #CCC 1px;
}
a.individual {
	background: url(/skins/images/individual.png) no-repeat;
}
a.individual span, a.group span {
	display: none;
	visibility: hidden;
}
a.group {
	background: url(/skins/images/group.png) no-repeat;
}

