body{
	height: 100%;
}

body, p, td{
	font-family: arial;
	font-size: 10px;
	color: #666666;
}

body a, p a, td a {
        color: #666666;
        text-decoration: none;
}

body a:hover, p a:hover, td a:hover {
        color: #333333;
        text-decoration: none;
}

h3{
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
}

.contact{
	padding-top: 5px;
	color: #999999;
}

.contact a{
        color: #666666;
        text-decoration: none;
}
.contact a:hover{
        color: #333333;
        text-decoration: none;
}

.menu{
	padding-top: 37px;
	line-height: 14px;
}

.menuitem{
	cursor: pointer;
}

.line{
	background-image: url('line.png');
	width: 500px;
	height: 1px;
	line-height: 1px;
}

.hline{
	background-image: url('line.png');
	width: 1px;
	height: 100%;
}

#content{
	width: 500px;
}


.copyright{
	margin-top: 4px;
	margin-bottom: 5px;
	float: right;
	color: #999999;
}

.title{
	color: #00ace8;
}

.textbox{
	margin-left: 0px;
	margin-bottom:15px;
	text-align: justify;
}

.textbox a{
	color: #00ace8;
	text-decoration: none;
}

#pagename{
	margin-left: 10px;
	margin-top: 37px;
	color: #00ace8;
	margin-bottom: 4px;
}

.showstext{
	padding-bottom: 5px;
}

.showstd{
	padding-left: 5px;
	padding-right: 5px;
}

.showstd a{
	color: #00ace8;
	text-decoration: none;
}

#showtext {
    max-height: 140px;
    overflow: hidden;
}
#readmorelink {
    display: none;
}

/**News**/
.newstd{
	padding-left: 5px;
	padding-right: 5px;
}

.newstd a{
	color: #00ace8;
	text-decoration: none;
}

.boxtd a{
	color: #666666;
	text-decoration: underline;
}

.readnews{
	padding-left: 5px;
	padding-right: 5px;
	overflow: auto;
}

.frontpage-box{
        padding: 5px;
}

#wrapper p{
	margin: 0;
	padding: 5px;
	line-height: 1.5em;
	text-align: justify;
	border: 1px solid #0086b5;
}

#wrapper{
	width: 500px;
	margin: 0 auto;
}

.box{
	background: #fff;
}

.boxholder{
	clear: both;
	padding: 5px;
	background: #00ace8;
}

.tab{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	height: 12px;
	margin: 0 1px 0 0;
	text-align: center;
	background: #00ace8;
}

.tab a{
	color: #fff;
	text-decoration: none;
}

.tab a:hover{
	text-decoration: underline;
}

.box a{
	color: #00ace8;
	text-decoration: none;
}

.gray{
	color: #666666;
	text-decoration: none;
}

.gray:hover{
	color: #333333;
}

.blue{
	color: #00ace8;
	text-decoration: none;
}

#gluggi{
	display:none;
	visibility:visible;
	position:absolute;
	left: 0;
	top: 0;
	background: transparent;
	background-color: #00ace8;
	opacity: .8;  
	height: 100%; 
	width: 100%;
	filter:alpha(opacity=80);
        z-index: 1;
}

#gluggacont{
	display:none;
	visibility:visible;
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
        z-index: 1;
}

#gluggacontTableDiv{
	width: 500px;
	padding-right: 5px;
	padding-left: 5px;
}

.white{
	background-color: white;
}

.thumbs {
    position: relative;
}

.video_icon_container {
    position:absolute;
    left:0;
    top:0;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    display: table-cell;
    overflow: visible;
    height: 100%;
    width: 100%;
}

.video_icon {
    border: none;
    position: relative; 
}