/*
CSS for Design Template of MPJ
21-05-2008
By: Souvik Mitra, eNoki IT Solutions.
*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a img{
	border: none;
}

body {
	background: #000 url(../images/bg.png) fixed;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #FFFFDF;
}

/* Header */

#header {
	width: 881px;
	height: 283px;
	/*margin: 0 auto;*/
	background: #000 url(../images/header.jpg) no-repeat;
}

#logo {
        float: left;
		width: 200px;
		height: 75px;
}

#award {
        float: right;
		width: 150px;
		height: 273px;
}

/* Menu */

#menubar
{
    padding-left: 1px;
    padding-right: 4px;
}

#menu
{
    height: 27px;
    border-top: 1px solid #E0C52F;
    border-bottom: 1px solid #E0C52F;
	background: url(../images/menuBG1.png) repeat-x;
}

#menu li { 
    display: inline;
	background: url(../images/menuSep.jpg) no-repeat;
	background-position: 6px right;
}

#menubar > #menu li { 
	background-position: right center;
}

#menu li a{ 
    font-size: 1.2em; 
    font-family: Tahoma, verdana, sans-serif;
    font-weight: bold;
    line-height: 190%;
    padding: 10px;
    color: #FBE73C;
}

#menu li a:hover{ 
    color: #FF7F47;
	background: url(../images/menuHover1.jpg) left 5px no-repeat;
}

#menubar > #menu li a:hover{ 
	background-position: left 6px;
}

#home #home, #about #about, #contact #contact, #album #album, #show #show, #gallery #gallery, #pgallery #pgallery, #press #press {
    color: #36DAF8;
	background: url(../images/menuHover1.jpg);
}

html > #home #home, html > #gem #gem { 
	background-position: top left;
}

/*********************************************/
/********* DROP DOWN MENU ********************/
    .menu1 {
    float:left; width:100%; font-family: Tahoma, verdana, arial, sans-serif; font-size:1.3em; font-weight: bold;
    background:url(../images/menuBG1.png) repeat-x top left; 
    border-top:1px solid #9C7C0E;  
    margin:0 0 0 0; /* for this demo only */ 
    }
    .menu1 ul {
    padding:0;margin:0;list-style-type:none;
    }
    .menu1 ul li {
    float:left; position:relative; background:url(../images/menuSep1.jpg) no-repeat top right;
    }
    .menu1 ul li a, .menu1 ul li a:visited {
    float:left; display:block; text-decoration:none;color:#FDE90B; padding:0px 16px; line-height:25px;   
    }
    
    .menu1 ul li:hover {width:auto;}
    
    .menu1 ul li a.menu1one:hover {border-color:#c00; color:#f88;background: #7D4C00 url(../images/menuHover1.jpg)}
    .menu1 ul li a.menu1two:hover {border-color:#c60; color:#fc0;background: #7D4C00 url(../images/menuHover1.jpg)}
    .menu1 ul li a.menu1three:hover {border-color:#cc0; color:#cc0;background: #7D4C00 url(../images/menuHover1.jpg)}
    .menu1 ul li a.menu1four:hover {border-color:#080; color:#0e0;background: #7D4C00 url(../images/menuHover1.jpg)}
    .menu1 ul li a.menu1five:hover {border-color:#00c; color:#aaf;background: #7D4C00 url(../images/menuHover1.jpg)}
    .menu1 ul li a.menu1six:hover {border-color:#c0c; color:#f8f;background: #7D4C00 url(../images/menuHover1.jpg)}
    .menu1 ul li a.menu1seven:hover {border-color:#c0c; color:#08f;background: #7D4C00 url(../images/menuHover1.jpg)}
    
    .menu1 ul li:hover a.menu1one {border-color:#c00; color:#f88;background: #7D4C00 url(../images/menuHover1.jpg)}
    .menu1 ul li:hover a.menu1two {border-color:#c60; color:#fc0;background: #7D4C00 url(../images/menuHover1.jpg)}
    .menu1 ul li:hover a.menu1three {border-color:#cc0; color:#cc0;background: #7D4C00 url(../images/menuHover1.jpg)}
    .menu1 ul li:hover a.menu1four {border-color:#080; color:#0e0;background: #7D4C00 url(../images/menuHover1.jpg)}
    .menu1 ul li:hover a.menu1five {border-color:#00c; color:#aaf;background: #7D4C00 url(../images/menuHover1.jpg)}
    .menu1 ul li:hover a.menu1six {border-color:#c0c; color:#f8f;background: #7D4C00 url(../images/menuHover1.jpg)}
    .menu1 ul li:hover a.menu1seven {border-color:#00c; color:#08f;background: #7D4C00 url(../images/menuHover1.jpg)}
    
    .menu1 ul li ul {
    display: none;
    }
    .menu1 table {
    margin:0; border-collapse:collapse; font-size:1em; position:absolute; top:0; left:0;
    }
    
    /* specific to non IE browsers */
    .menu1 ul li:hover ul {
    display:block;position:absolute;top:24px;margin-top:1px; left:0;width:154px;border-bottom:1px solid #FBE73C;
    }
    .menu1 ul li:hover ul.endstop {
    left:-92px;
    }
    .menu1 ul li:hover ul li ul {
    display: none;
    }
    .menu1 ul li:hover ul li a {
    display:block;background:#7D4C00 url(../images/menuBG1.png);color:#FBE73C;height:auto;line-height:15px;padding:4px 16px; width:120px; border:1px solid #FBE73C; border-bottom:0;
    }
    .menu1 ul li:hover ul li a.drop {
    background:#7D4C00 url(../images/menuHover1.jpg);
    }
    .menu1 ul li:hover ul li a:hover {
    color:#FF7F47; background: #7D4C00 url(../images/menuHover1.jpg);
    }
    .menu1 ul li:hover ul li a:hover.drop {
    background: #7D4C00 url(../images/menuHover1.jpg);
    }
    .menu1 ul li:hover ul li:hover ul {
    display:block; position:absolute; left:153px; top:-1px;
    }
    .menu1 ul li:hover ul li:hover ul.left {
    left:-153px;
    }
    
    
    
    /* specific to IE5.5 and IE6 browsers */
    .menu1 ul li a:hover ul {
    display:block;position:absolute;top:22px; t\op:25px; background:#fff;left:0; border-bottom:1px solid #FBE73C;
    }
    
    .menu1 ul li a:hover ul.endstop {
    left: -92px;
    }
    .menu1 ul li a:hover ul li a {
    display:block;background:#7D4C00 url(../images/menuBG1.png);color:#FBE73C; height:1px; line-height:15px; padding:4px 16px; width:154px; w\idth:120px; border:1px solid #FBE73C; border-bottom:0;
    }
    .menu1 ul li a:hover ul li a.drop {
    background:#7D4C00 url(../images/menuHover1.jpg); padding-bottom:4px;
    }
    .menu1 ul li a:hover ul li a ul {
    visibility:hidden; position:absolute; height:0; width:0;
    }
    .menu1 ul li a:hover ul li a:hover {
    color:#FF7F47; background: #7D4C00 url(../images/menuHover1.jpg);
    }
    .menu1 ul li a:hover ul li a:hover.drop {
     background: #7D4C00 url(../images/menuHover1.jpg);
    }
    .menu1 ul li a:hover ul li a:hover ul {
    visibility:visible; position:absolute; top:0;color:#000; left:153px;
    }
    .menu1 ul li a:hover ul li a:hover ul.left {
    left:-153px;
    }

/*********************************************/

/* Page */

#page {
	width: 881px;
	margin: 0 auto;
	margin-top: 20px;
	background: #000;
	border: 1px solid #0A23E0
}

/* Content */

#contentWrapper {
	width: 870px;
	/*padding: 26px 20px 20px 46px;*/
	background: #000;
    min-height:305px; 
    height:auto;
    margin-top: -1em;
    padding-left: 11px;
}
/* for Internet Explorer */
/*\*/
* html #contentWrapper {
height: 305px;
}
/**/

#content {
	float: left;
	width: 619px;
	border: 1px solid #9C7C0E;
	border-top: none;
    min-height:302px; 
    height:auto;
}
/* for Internet Explorer */
/*\*/
* html #content {
height: 302px;
}
/**/

.post {
	text-align: justify;
	margin-top: 10px;
	font-size: 1.2em;
	padding: 2px 20px 5px 10px;
}

#content > .post {
	margin-top: 35px;
}

#custom ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1.0em;
	text-indent: -1.0em;
}
#custom li {
	list-style-type: none;
}
#custom li span {
	font-size: 1em;
	/*font-weight: bold;*/
}

/* Page Specific */
#indexEntry {
	margin-top: 0px;
	font-size: 1em;
}

#kaya, #sha, #dhukpuk, #hasnuhana, #kLok, #baulia {
/*    float: left;*/
    margin: 0 auto;
    margin-top: 3px;
    width: 131px;
}

#creations {
    display: block;
    margin-top: 0px;
}
#content > #creations {
    margin-top: 5px;
}

#creationsDmnd td{
    padding: 40px;
    padding-bottom: 0;
    padding-top: 0;
}

#player {
    text-align: center;
    margin: 10px;
    border: 1px solid #0A23E0;
    border-top: none;
}

#videoPlayer {
    width: 384px;
    padding: 2px;
    margin: 10px;
    border: 1px solid #0A23E0;
}

#videoEntry h2 {
    text-align: left;
}

.buttonBox {
    margin-top: 3px;
/*    border: 1px solid #FC9106;*/
}
.buttonBox p{
    padding: 3px;
    font-size: 0.8em;
}

.buttonBox p span {
    font-size: 1.1em;
    color: #FF7F47;
}

*html .buttonBox p span {
    font-size: 1.2em;
}

#printMedia {
    margin: 1px;    
}

.rlShade, .lrShade {
   padding: 0px;
   border: 1px solid #0A23E0;
}

#displayArea {
   height: 94px;
   padding: 4px;
/* border: 1px solid #FBD606;*/
   text-align: center;
}

#linkArea {
   padding: 6px;
/* border: 1px solid #FBD606;*/
   text-align: center;
}

#linkTable {
   text-align: center;
}

#aboutEntry {
	margin-top: 5px;
	padding-bottom: 0px;
}

#video {
    text-align: center;
    padding: 15px;
}

#contactEntry {
	padding: 10px;
}

#contactForm {
	letter-spacing: 1.5em;
	text-align: left;
	padding: 0px;
	/*border: 1px solid #FA7814;*/
}

#memberMsg {
    margin: 5px;
    padding:7px;
    font-size: 1em;
}

#memberMsg span {
    color: #F00;
    font-weight: bold;
}

#memberMsg a {
    color: #FBD606;
    font-weight: bold;
    text-align: justify;
}

#memberFeatures span {
    color: #000;
    font-weight: bolder;
}

.memberProfile {
    min-height: 375px;
    height:auto;
}

*html .memberProfile {
    height:375px;
}

.gear {
	font-size: 0.9em;
	font-weight: bold;
}
.gear span{
	color: #FE7800;
	font-size: 1.1em;
}
/* Special */
#enokiDefine {
	font-size: 1.1em;
	text-align: center;
	padding: 10px;
	color: #034474;
}

#contentHeadBanner {
	border-top: 1px solid #C1DAD7;
	background: #CAE8EA url(../images/newTemplate/bulletRed.gif) left top no-repeat;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif ;
	padding: 0 2px 3px 12px;
	margin-bottom: 10px;	
	color: #034474;
}
/**************************/
#maintainHolder{
    text-align: center;    
}
/** MAINTENANCE TABLE ****/
#maintain{
    width: 94%;
    padding: 3px;
    border-bottom: 3px solid #FBD606;
    font-size: 1.1em;
}

#maintain th {
    border-bottom: 1px dotted #FBD606;
    padding: 5px;
}

#maintain tbody th {
    text-align: center;
    border-bottom: none;
}

#maintain td {
    width: 50%;
    vertical-align: top;
}

#maintain td p {
    line-height: 140%;
    text-align: justify;
    padding: 10px;
}

#maintain td p span {
    color: #FF7A45;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	/*padding: 26px 46px 20px 26px;*/
	/*padding-bottom: 8px;*/
	padding: 10px;
	padding-top: 0;
}
#contentBoard {
	width: 217px;
	font-size: 1.1em;
    min-height:301px; 
    height:auto;
}
/* for Internet Explorer */
/*\*/
* html #contentBoard {
height: 301px;
}
/**/

#astro , #media {
	border: 1px solid #0A23E0;
    min-height:150px; 
    height:auto;
    background-color: #0A0901;
}
/* for Internet Explorer */
/*\*/
* html #astro , * html #media {
height: 150px;
}
/**/

#media {
    margin-top: 10px;
    background-color: #010814;
}

#astro p {
    text-align: justify;
    padding: 3px;
}

#media p{
    text-align: center;
    padding: 3px;
}

#astroHead {
    font-size: 1.2em;
    font-family: Georgia, Verdana, sans-serif;
    font-weight: bold;
    width: 202px;
    height:23px;
    background: #000 url(../images/sideBarHeadBG.jpg);
    padding: 2px;
    padding-left: 10px;
    color:#36DAF8;
}

#contentBoard span, #contentBoard span a {
    font-weight: bold;
    font-size: 0.9em;
}

#contentBoard span a {
    color: #FE7800;
}

/* Footer */

#footer {
	width: 851px;
	height: 38px;
	background: #000;
	text-align: center;
	padding: 0 15px;
}

#footer p {
	margin: 0;
	font-size: 1.1em;
	color: #6FC6D6;
	border-top: 12px solid #020C18;
	padding: 10px;
	padding-top: 5px;
}

#footer p a {
    font-weight: bold;
	color: #36DAF8;
}

#bodyBottom {
	height: 20px;
}


/******************************************************/

h1, h2, h3, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom:0.5em;
}

h1 {
	letter-spacing: -.05em;
	font-size: 2.2em;
}

h2 {
	margin-top: 1em;
	letter-spacing: -.05em;
	font-size: 1.3em;
	padding-bottom: 3px;
	border-bottom: 1px dotted #F00;
    word-spacing: 0.5em;
}

h2 span {
	color: #FE7800;
}

h3 {
	margin-top: 1em;
	font-size: 1.0em;
}

h5 {
	margin-top: 0.9em;
	margin-bottom:0.1em;
	font-size: 1.1em;
	color: #FE7800;
}

h5 span {
	color: #FBF1C9;
	font-size: 1.2em;
	font-weight: bold;
}

h6 {
	margin-top: 0.1em;
	margin-bottom:0.2em;
	font-size: 1em;
	color: #FE7800;
}

.pngFix {
    behavior: url("images/iepngfix.htc");
}

#spclServiceEntry p {
	margin-bottom: 0.4em;
}


/* CONTACT STYLES */

input {
  width: 60%;
}

textarea {
  width: 85%;
  /* 
    IE specific to eliminate scroll bar when not needed. 
    Uncomment if wanted, but it is not valid CSS
   */  
  scrollbar-3dlight-color : #A9BEFB;
  scrollbar-arrow-color : #A9BEFB;
  scrollbar-darkshadow-color : #A9BEFB;
  scrollbar-face-color : #A9BEFB;
  scrollbar-highlight-color : #A9BEFB;
  scrollbar-shadow-color : #A9BEFB;
  scrollbar-track-color : #A9BEFB;    
  
}

input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 0.9em verdana, arial, sans-serif;
  color: #000;
  background-color: #A9BEFB/*65330A*/;
  border: 1px solid #999;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  padding: 1px 3px;
  margin: 5px 0;
  color: #4f6b72;
  background-color: #C8D3F6/*954500*/;
  border: 1px solid #EEE;
}

.button {
  width: auto;
  font-weight: bold;
  cursor: pointer;
  border:1px solid #0A23E0;
}

.fl_Left {
	float: left;
	margin-right: 10px;
}
.fl_Left_Special {
	float: left;
	margin-right: 5px;
}

.fl_Rt {
	float: right;
	margin: 4px;
}
.fl_Rt_Special {
	float: right;
	margin: 5px;
}

/***************************  Contact Us Page **********************/
#contactUs {
	border: 1px solid #ACE9F4;
	padding: 8px;
}

#contactHeading, blockquote {
	background: #03123E url(../images/ylwMore.gif) 3px center no-repeat;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	padding: 0 2px 3px 12px;
	margin-bottom: 6px;
	width: 96%;
}

blockquote {
	padding: 0 2px 3px 12px;
	margin-bottom: 0.1em;
	width: 96%;
}
#contactMsg {
	/*font: 1em georgia, verdana, sans-serif;*/
	text-align: center;
	font-weight:bold;
	/*text-transform: uppercase;
	color: #E7AA34;*/
	border: 1px solid #E14037;
	margin-bottom: 4px;
	width: 96%;
}

#musicMania a{
    color: #FE7800;
    font-size: 1.1em;
}

.userNm{
	color: #FD6F32;
}

.errorMsg{
	color: #FD6F32;
}

.captcha {
  width: 30%;
/*  cursor: pointer;*/
}

/***** LOGIN ***********/
#login {
    width: 179px;
}

#login input {
    width:70%;
    background-color: #FACF1D;
    margin: 1px;
}

/* BULLET STYLED */
#custom ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1.0em;
	text-indent: -1.0em;
}
#custom li {
	list-style-type: none;
}
#custom li span{
	font-size: 1em;
	color: #FACF1D;
	/*font-weight: bold;*/
}

/*********** TABLES STYLE *****/
/* Design 5 */
table.Design5 {
	width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid #EA9A1C;
    border-bottom: 1px solid #EA9A1C;
    margin-top: 15px;
    font-size: 0.8em;
}

#member {
	width: 97%;
}

table.Design5 th {
    text-align: center;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px dotted #EA9A1C;
	color: #FE7800;
	font-size: 1.2em;
}
table.Design5 td {
    text-align: center;
    border-top: 1px dotted #EA9A1C;
    padding: 0.3em 0.3em;
}

table.Design5 td.noBGLeft {
	background: none; 
	text-align: left;
}

table.Design5 tr.odd {
	color: #FACF1D;
}
table.Design5 thead th {
	font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #EA9A1C;
}
table.Design5 th.Corner {
    text-align: center;
}
#spclTD
{
    text-align: center;
}

#clienteleTable {
    width: 95%;
    text-align: left;
    border-top: 3px solid #FE7800;
    border-bottom: 2px solid #FE7800;
}
#clienteleTable td{
    padding: 5px;
    border-bottom: 1px inset #D76703;
}

/*CSS for News ticker*/

#ajaxticker1, #ajaxticker2{
width: 203px;
min-height: 105px;
height: auto;
padding: 5px;
}

/* for Internet Explorer */
/*\*/
* html #ajaxticker1 , * html #ajaxticker2 {
height: 105px;
}
/**/


#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

.someclass, .someclass1 { 
text-align:justify;
}

.someclass a, .someclass1 a { 
font-size: 1.1em;
font-weight: bold;
color: #FDE90B;
}

.kayaEvents {
    margin-left: 10px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #FE7800;
    width: 95%;
}

.kayaEvents a {
font-size: 1em;
font-weight: bold;
padding-bottom: 3px;
color: #FDE90B;
}

.kayaText {
	font-family: verdana, "georgia", "lucida grande", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
    font-weight: bold;	
    font-size: 1.2em;
}

.kayaA {
	font-family: "georgia", "lucida grande", Arial, Helvetica, sans-serif;
	color: #F94919;
	font-size: 1.35em;
	
}

#albumName {
    font-size: 1em;
    font-weight: bold;
    color: #FDE90B;
}
#albumNameNew {
    font-size: 1em;
    font-weight: bold;
    color: #FFB748;
}

#highLight {
    font-size: 1.1em;
    font-weight: bold;
    color: #FDE90B;
}

#memLinks a{
    float:right;
    margin-top: 10px;
    font-size: 1.1em;
    font-weight: bold;
    color: #DD7C8A;
}

/*************************************/
#indexTable {
    margin-left: -1px;
    width: 98%;
    padding: 0;
    letter-spacing: 0.08em;
}

#indexTable a{
    color: #FFFFDF;
}

#indexTable td p{
    padding: 5px;
    text-align: justify;
}


#albumIndexText {
    padding: 5px;
    text-align: right;
}
#albumIndexTextNew {
    padding: 5px;
    text-align: right;
    /*width: 30%;
    border: 1px blue solid;*/
}
#albumsIndex {
    padding: 0px;
    text-align: center;
    width: 52%;
}

#bGhoshText {
    padding: 30px 5px;
}

#sMoitraText {
    padding: 2px 25px;
}

#vCenter {
    padding-left: 3px;	
    padding-right: 6px;	
}





