@charset "utf-8";
/* CSS Document */

/* GLOBAL CSS */

body {
	background-color: #000;
	color:#36CD68;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-shadow:#000000 1px;
	margin-top:-2px;
	overflow:hidden;
}

.header {
	background-image:url(includes/images/header.jpg);
	background-repeat:no-repeat;
	width:1024px;
	height:93px;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

.footer {
	background-color:#000;
	width:1024px;
	vertical-align:top;
}

.menu {
	background-image:url(includes/images/menu.jpg);
	background-repeat:no-repeat;
	width:1024px;
	height:40px;
	color:#6558C2;
	vertical-align:top;
}

.menuLeft {
	padding-left:120px;
	padding-top:12px;
	margin-left:100px;
	float:left;
}

.menuRight {
	padding-right:120px;
	padding-top:12px;
	margin-right:100px;
	float:right;
}

.leftSideFrame {
	background-image:url(includes/images/leftSideFrame.jpg);
	background-repeat:no-repeat;
}

.rightSideFrame {
	background-image:url(includes/images/rightSideFrame.jpg);
	background-repeat:no-repeat;
}

.upperFrame {
	background-image:url(includes/images/upperFrame.jpg);
	background-repeat:no-repeat;
}

.mainFrame {
	background-image:url(includes/images/mainFrame.jpg);
	background-repeat:no-repeat;
	width:733px;
	height:492px;
	vertical-align:top;
}

.paraShakti {
	background-color:#000000;
	width: 733px;
	height:492px;
	vertical-align:top;
}

.player {
	margin-left:241px;
	vertical-align:middle;
}

.links {
	margin-left:280px;
}

input {
	background-color:#000000;
	border-color:#666666;
	border-width:1px;
	border-style:solid;
	padding:2px;
	color:#9900FF;
}

textarea {
	background-color:#000000;
	padding:2px;
	color:#36CD68;
	border: 1px solid #666666;
}

input.submit_submit_s {
	background:transparent url(includes/images/button_submit_s.gif) no-repeat top left;
	width:64px;
	height:20px;
	border:none;
	padding:0px;
	cursor:pointer;
	margin-bottom:-1px;
}

div.titles {
	font-family:SirQuitry;
	font-style: normal;
	font-variant: normal;
	font-size: 20px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: #666666;
}

/*Scroll in Core*/

div.scroll {
	width: 693px;
	height: 449px;
	overflow-x: hidden; 
	overflow-y: scroll;
	padding: 20px;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #333333;
	scrollbar-shadow-color: #666666;
	scrollbar-arrow-color: #9900FF;
	scrollbar-track-color: #000000;
}

div.noscroll {
	width: 693px;
	height: 449px;
	overflow-x: hidden;
	overflow-y:hidden;
	padding: 20px;
}

.lowerFrame {
	background-image:url(includes/images/lowerFrame.jpg);
	background-repeat:no-repeat;
}

a:link, a:visited, a:active {
	color: #9900FF;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #EFF1FA;
	text-decoration:none;
}

.creation {
	color:#6558C2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.creaton.a:link, creation.a:visited, creation.a:active {
	color: #9900FF;
	text-decoration:none;
	font-weight:bold;
}

.creation.a:hover {
	color: #EFF1FA;
	text-decoration:none;
}