/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style-type: disc;
	padding: 1px 1px 5px 15px;
}
li {
    margin:5px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end css reset */


div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	color: #ccd54b;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	font-weight: bold;
	color: #ccd54b;
}
.page {
    width: 776px;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
}

.left_layout {
    float: left;
    position: relative;
}

.clear {
	clear: both; 
}

img {
    border-style: none;
  /*  display:block; */
}

a:hover{
    text-decoration: underline;
}

.tcenter {
    text-align: center;
}

p {
    margin: 5px;
    line-height: 1.2;
}

h1 {
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
    padding:7px;
}

.border {
    /*background-color: #222222; */
    margin:10px;
    padding:7px;
    border: 1px #bcb53b solid;
}

.popupcontent{
   position: absolute;
   visibility: hidden;
   overflow: hidden;
   border:1px solid #333;
   padding:15px;
}
