
/*========================================================*/
/*         Skin styles for Star Produce :              */
/*              created by dev                    */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. General                                            */
/*  2. Skin Layout                                        */
/*  3. Controls                                           */
/*  4. Links and Buttons                                  */
/*  5. Text                                               */
/*  6. Main Menu                                          */
/*  7. Module Menus                                       */ 

/*========================================================*/


/*========================================================*/
/*  1. General                                            */
/*========================================================*/



/* Forces browser height of 100% */
html{
	height:100%;
}


/* Body style */
body {
	margin-top:6px;
	margin-bottom:20px;
	background: #dce2be;
	/*margin:16px;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#014572;*/	
	
}

body a{
	margin-top:6px;
	margin-bottom:20px;
	background: #dce2be;
	text-decoration:none;
}

body a:hover{
	margin-top:6px;
	margin-bottom:20px;
	/*background: #dce2be;*/
	text-decoration:none;
	/*margin:16px;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#014572;*/	
	
}

/* Catch-all to ensure text consistency */
div, table, tr, td {
	font-family:arial;
	/*font-size:12px;*/
	line-height:14px;	
}

.width{
    width:935px;
	margin:0px auto;
}

/* Style for TOP MENU */

.topmenu{
    color:#6b667b;
	/*padding-left:2px;*/
	font-size:12px;
}

/* Style for HEADER */

.heading{
    background-image:url(images/header_bg.jpg);
	height:132px;
}

.logo{
    margin:8px
}

/* Style for LOGIN */

.loginuser{
    width:85px;
	padding-right:8px;
}

.textfield{
    width:100px;
	height:14px;
}

.Handled_with_care{
    color:#587a29;
    font-size:16px;
	font-style:italic;
	font-weight:bold;
	padding-right:26px;
}

/* Style for RIGHT PANE */

.whitepane{
    background-color:#FFFFFF;
	height:124px;
	vertical-align:top;
	/*font-size:13px;*/
}

.white_heading{
    color:#a0bf35;
	font-size:18px;
	font-weight:normal;
	padding:15px;
}

.green_headingq{
color:#587a29;
    font-size:16px;
	font-style:normal;
	font-weight:bold;
	padding-right:26px;
}

.whitepane_content{
   padding-left:5px;
   /*font-size:12px;*/
    background-color:#FFFFFF;
    vertical-align:top;
    line-height:16px;
    text-align:left;
}

#rightpane_gr{
   color:#a0bf35;
}

/* Style for TOP PANE */

.toppane{
   background-image:url(images/top_link_bg.jpg);
   background-repeat:repeat-x;
   padding-top:6px;
}

   

/* Style for GREEN PANE */

.greenpane{
   background-image:url(images/greenbox_bg.jpg);
   background-repeat:repeat-y;
   padding-left:20px;
}

.greenpane_right{
   color:#FFFFFF;
   text-align:left;
   padding-left:10px;
}

#greenpane_heading{
   font-size:14px;
   padding-bottom:3px;
}

.deeppane{
   background-image:url(images/deep_bg.jpg);
   background-repeat:repeat-y;
}

.deeppane_content{
   color:#FFFFFF;
   text-align:left;
   padding-left:2px;
}

.deeppane_content a:link
{
	text-decoration: none;
	/*color: #003366;*/
	color:white;
}

.deeppane_content a:visited
{
	text-decoration: none;
	 color:white;
}

.deeppane_content a:hover
{
	text-decoration: none;
	 color:black;
}

#deeppane_text{
   color:#FFFFFF;
   text-align:left;
   padding-left:25px;
}

#deeppane_heading{
   font-size:14px;
   padding-bottom:3px;
}

/* Style for DIRECTORY */

.directory{
   font-size:10px;
   padding-left:9px;
   color:#000000;
}
.directory a{
  text-decoration:none;
  color:#000000;
}
.directory a:hover{
  text-decoration:none;
  color:#000000;
}

.copyright{
   font-size:9px;
   padding-left:9px;
   font-style:italic
}

/* Style for LEFT PANE */

.leftpane{
   background-image:url(images/leftpane_bg.jpg);
   background-repeat:repeat-y;
   color:#FFFFFF;
   padding-right:10px;
   text-decoration:none;
}

.leftpane a{
   color:#ffffff;
   text-decoration:none;
}

.leftpane a:hover{
   color:#a12c0a;
   text-decoration:none;
}

.leftpane a:active{
   color:#a12c0a;
   text-decoration:none;
}

/* Style for CONTENT PANE */

.contentpane{
   background-image:url(images/content_bg.jpg);
   background-repeat:repeat-y;
   color:#666666;
}

#contentpane_heading{
   font-size:18px;
   color:#577a29;
   font-weight:bold;
}

#contentpane_innerheading{
   font-size:13px;
   color:#5f7a4d;
   font-weight:900;
}

/* Style for RIGHT PANE */

.rightpane{
   background-image:url(images/rightpane_bg.jpg);
   background-repeat:repeat-y;
   font-size:20px;
   color:#FFFFFF;
   font-style:italic
}

.new{
   background-image:url(images/deep_top.jpg);
   background-repeat:no-repeat;
   height:10px;
   width:320px;
   margin-left:25px;
 }
 
 
 /*   dated : 03/11/2008   */
 
.green_text{
   background-image:url(images/greenbox_bg.jpg);
   background-repeat:repeat-y;
   height:85px;
}

.white_arrow{
   background-image:url(images/white_arrow.gif);
   background-repeat:no-repeat;
   background-position:right top;
}

.green_left_text{
   font-family:arial;
   font-size:12px;
   color:#FFFFFF;
   padding-left:6px;
   padding-right:6px;
}

.green_heading{
   font-family:arial;
   font-size:15px;
   font-weight:normal;
   color:#FFFFFF;
   padding-bottom:10px;
   padding-left:15px;
}

.green_top_image{
   background-image:url(images/greenbox_top.jpg);
   background-repeat:no-repeat;
   background-position:center;
   height:10px;
}

.green_bottom_image{
   background-image:url(images/greenbox_bottom.jpg);
   background-repeat:no-repeat;
   background-position:center;
   height:6px;
}

.red_top_image{
   background-image:url(images/deep_top.jpg);
   background-repeat:no-repeat;
   background-position:center;
   height:10px;
}

.red_bottom_image{
   background-image:url(images/deep_bottom.jpg);
   background-repeat:no-repeat;
   background-position:center;
   height:10px;
}

.red_text{
   background-image:url(images/deep_bg.jpg);
   background-repeat:repeat-y;
   height:85px;
}

.toppane_text{
   font-family:arial;
   font-size:12px;
   color:#ffffff;
   font-weight:bold;
   width:180px;
 
} 

.home_rightpane_left_image{
   background-image:url(images/home_rightpane_left_image.jpg);
   background-repeat:no-repeat; 
   width:10px;
   height:340px;
}
/* dated 11/11/08  */

.white_top_image{
   background-image:url(images/white_top.jpg);
   background-repeat:no-repeat;
   background-position:center;
   height:10px;
}

.white_bottom_image{
   background-image:url(images/white_bottom.jpg);
   background-repeat:no-repeat;
   background-position:center;
   height:10px;
}

/* dated 11/11/08 */

.header_left
{
  background-image:url(images/header_left.jpg);
  background-repeat:no-repeat;
  background-position:center;
  height:132px;
}

.header_right
{
  background-image:url(images/header_right.jpg);
  background-repeat:no-repeat;
  background-position:center;
  height:132px;
}

.toplink_left
{
  background-image:url(images/top_link_left.jpg);
  background-repeat:no-repeat;
  background-position:top;
  height:33px;
  vertical-align:top;
}

.toplink_right
{
  background-image:url(images/top_link_right.jpg);
  background-repeat:no-repeat;
  background-position:top;
  height:33px;
  vertical-align:top;
}

/*Kiran[29-11-08]:For top links*/
#toplink{
	width:930px;
	height: 20px;
	text-align:left;
	padding-bottom:-5px;
}
#TopLeftLink{
	float: left;
	height: 20px;
	text-align:left;
	padding-right:8px;
	background: url(images/Top_line.jpg) right center no-repeat;
	padding-bottom:-5px;
}
#TopRightLink{
	height: 20px;
	text-align:left;
	padding-left:8px;
	padding-bottom:-5px;
}

.MainMenu
{
	padding-left:10px;
	padding-right:20px;
	font-family:Tahoma, Arial;
	color:#ffffff;
		
}

.MainMenu a
{
	color:#000000;
		
}

.MainMenu a:hover
{
	color:#000000;
		
}
.SubMenu
{ 
 /*background:#a0bf35;
 border:1px solid #ffffff;*/
 height:30px; 
 font-size:13px;
 position:absolute;
 overflow:inherit;
 background-color:#a0bf35;
 display:block;
 text-decoration:inherit;
 
 }
 
 















