/* =-=-=-=-=-=-=-=-= MAIN ELEMENTS =-=-=-=-=-=-=-=-= */
body {
	font-family: tahoma;
	font-size: 10px;
	color: #e6f4f6;
    overflow-x: hidden;
	background-color: #000000;
	letter-spacing: 1.5px;
        line-height: 10px;
        cursor: crosshair; 
}
text-align: center;
}
a:link {font-family: Century Gothic; color: #7bf1fe; font-weight: bold; text-decoration: underline; border-bottom: #a9f765 1px solid;}
a:visited {font-family: Century Gothic; color: #7bf1fe; font-weight: bold; text-decoration: underline; border-bottom: #a9f765 1px solid;}
a:hover {font-family: Century Gothic; color: #a9f765; font-weight: bold; text-transform: uppercase; text-decoration: none}
a:active {font-family: Century Gothic; color: #7bf1fe; font-weight: bold; text-decoration: underline; border-bottom: #a9f765 1px solid;}
div { /* RECTIFY IE6 CENTERING BUG - IN IE6, ELEMENTS WON'T CENTER UNLESS THE BODY TAG'S TEXT IS SET TO CENTER, SO WE RESET THAT HERE. OTHERWISE ALL TEXT WILL BE CENTERED */
text-align: justify;
}
fieldset { /* THESE ONLY APPEAR ON THE ADMIN PANEL - THEY CONTAIN THE SUMMARY, TOOL AND SORTING OPTIONS (ON THE LEFT) */
width: 250px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
border-style: groove;
}
> fieldset legend { /* IE7 HACK */
margin-top: 15px;
}
fieldset legend { /* IE6 HACK */
-margin-top: 15px;
}
img { /* NO BORDER ON IMAGES BY DEFAULT */
border: 0 none;
}
h3 { /* MOST PAGE HEADERS USE THIS TAG (EITHER THAT OR THE P TAG) */
font-size: 16px;
color: #fb85ab; 
font-family: Century Gothic;
letter-spacing: 1px;
}

/* =-=-=-=-=-=-=-=-= CLASSES/IDs =-=-=-=-=-=-=-=-=-= */

#pai_container { /* CONTAINER ELEMENT FOR QUESTIONS PAGE */
width: 50%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.bordered { /* CLASS FOR ASK FORM */
width: 400px;
background : #000000;
font-family : Tahoma;
font-size : 10px;
color : #e6f4f6;
border-width : 1px;
border-color : #fb85ab;
border-style: solid;
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px
}
.center { /* CENTERS TEXT */
text-align: center;
}
.question { /* CLASS FOR QUESTIONS SEEN IN ADMIN PANEL */
background-color: #000000;
border: 2px solid #7bf1fe;
width: 100%;
margin-bottom: 15px;
padding: 2px;
text-align: justify;
}
.question2 { /* CLASS FOR QUESTIONS SEEN BY USERS */
background-color: #000000;
border: 1px solid #7bf1fe;
width: 100%;
margin-bottom: 15px;
padding: 2px;
margin-left: auto;
margin-right: auto;
text-align: justify;
}
.question:hover, .question2:hover { /* DOES NOT APPEAR IN IE6; HOVER EFFECT FOR QUESTIONS */
border: 1px solid #7bf1fe;
}