/**** container Padding Styles ******/
.full_width{width:100%;}

.common_head_pad{padding:0px 10px 0px 0px;}
.head_pad{padding:5px 10px;}
.head_pad1{padding:4px 10px 0px 0px;}
.head_pad2{padding:2px 10px 0px 5px;}
.head_pad3{padding:8px 10px 0px 10px;}

.action_pad{margin:0; float:left; width:1px;}

.title_pad{margin:0; float:left; white-space:nowrap;}

.visibility_pad{margin:0; float:right; text-align:right;}

.content_pad-common{padding:10px 10px 0px 0px; clear:both;}
.content_pad{padding:5px 10px 5px 25px; clear:both;}
.content_pad2{padding:5px 10px 5px 15px; clear:both;}

.content_pad1{padding:5px 10px 10px 0px; clear:both;}

.bottom_pad{padding:0px 10px; clear:both;}

.align_pad{text-align:right;}

/*  Container Area Styles */

/****** Grey Styles ******/
.grey_top_lt{background:url(grey_top_lt.gif) no-repeat top left;}
.grey_top_rt{background:url(grey_top_rt.gif) no-repeat top right; padding:0px 7px;}
.grey_top_bg{background:url(grey_top_bg.gif) repeat-x top left; height:7px;}

.grey_bgcolor{background-color:#eaeaea;}

.grey_bot_lt{background:url(grey_bot_lt.gif) no-repeat top left;}
.grey_bot_rt{background:url(grey_bot_rt.gif) no-repeat top right; padding:0px 7px;}
.grey_bot_bg{background:url(grey_bot_bg.gif) repeat-x top left; height:7px;}


/****** Green Styles ******/
.green_top_lt{background:url(green_top_lt.gif) no-repeat top left;}
.green_top_rt{background:url(green_top_rt.gif) no-repeat top right; padding:0px 7px;}
.green_top_bg{background:url(green_top_bg.gif) repeat-x top left; height:2px;}

.green_bgcolor{background-color:#4FA600; margin-bottom: 0;}

.green_bot_lt{background:url(green_bot_lt.gif) no-repeat top left;}
.green_bot_rt{background:url(green_bot_rt.gif) no-repeat top right; padding:0px 7px;}
.green_bot_bg{background:url(green_bot_bg.gif) repeat-x top left; height:2px;}

/*Green container*/
.green_cont_top_bg{ background:url(green_cont_top_bg.gif) top left repeat-x;}
.green_cont_top_rt{ background:url(green_cont_top_rt.gif) top right no-repeat; height:10px;}
.green_cont_top_lt{ background:url(green_cont_top_lt.gif) top left no-repeat; height:10px;}
.green_cont_border{ border:3px solid #4fa600; border-bottom:0px; border-top:0px;}
.green_cont_bot_bg{ background:url(green_cont_bot_bg.gif) top left repeat-x;}
.green_cont_bot_rt{ background:url(green_cont_bot_rt.gif) top right no-repeat; height:16px;}
.green_cont_bot_lt{ background:url(green_cont_bot_lt.gif) top left no-repeat; height:16px;}
.green_title_pad{ padding:0px 0px 0px 10px; height:30px;}
.green_cont_pad{ padding:0px 10px 0px 15px;}

.green_bg{background:url(green_bg.gif) repeat-x top left; height:38px;}

/****** Top_Grey Styles ******/
.top_grey_toplt{background:url(top_grey_toplt.gif) no-repeat top left;}
.top_grey_toprt{background:url(top_grey_toprt.gif) no-repeat top right; padding:0px 5px;}
.top_grey_topbg{background:url(top_grey_topbg.gif) repeat-x top left; height:21px;}

/****** Top_Left_Border Styles ******/
.top_leftborder_lt{background:url(top_leftborder_lt.gif) no-repeat top left; padding-left:31px;}
.top_leftborder_bg{background:url(top_leftborder_bg.gif) repeat-x top left; height:38px;}

/****** Green Border Drew Styles ******/
.greenb_top_lt{background:url(top_greenb_lt.gif) no-repeat top left;}
.greenb_top_rt{background:url(top_greenb_rt.gif) no-repeat top right; padding:0px 5px;}
.greenb_top_bg{background:url(top_greenb_bg.gif) repeat-x top left; height:5px;}

.greenb_side_lt{background: url(side_greenb_lt.gif) repeat-y top left;}
.greenb_side_rt{background: url(side_greenb_rt.gif) repeat-y top right;}
.greenb_bgcolor{background-color:#ffffff;}

.greenb_bot_lt{background:url(bot_greenb_lt.gif) no-repeat top left;}
.greenb_bot_rt{background:url(bot_greenb_rt.gif) no-repeat top right; padding:0px 5px;}
.greenb_bot_bg{background:url(bot_greenb_bg.gif) repeat-x top left; height:5px;}



/****** General Styles ******/
.Head
{
    font-size:15px;
    font-weight:bold;
    color:#4fa600;
}

.Normal
{
    font-size:12px;
    font-weight:normal;
    color:#626469;
}

/****** Common ******/
#common .Head
{
    font-size:15px;
    font-weight:bold;
    color:#4fa600;
}

#common .Normal
{
    font-size:12px;
    font-weight:normal;
    color:#626469;
}

#common td, #common th, #common div, #common p
{
    font-size:12px;
    font-weight:normal;
    color:#626469;
}

/****** Grey ******/
#grey .Head
{
    font-size:14px;
    font-weight:bold;
    color:#4fa600;
}

#grey .Normal
{
    font-size: 11px;
    font-weight:normal;
    color:#626469;
}
    
#grey td, #grey th, #grey div, #grey p
{
    font-size: 11px;
    font-weight:normal;
    color:#626469;
}

/****** Green ******/
#green h1
{
    font-family: arial;
    font-size:16px;
    font-weight:bold;
    color:white;
    margin-top: 0;
}
#green p
{
    font-size:12px;
    color:white;
}
#green a:link, #green a:visited
{
    color:yellow;
}
#green a:hover
{
    color:red;
    text-decoration: underline;
}
#green table
{
	padding: 0px 0px 0px 0px;
	margin-bottom: 0;
}
#green .Normal
{
    font-size: 11px;
    font-weight:normal;
    color:white;
}
    
#green td, #green th, #green div, #green p
{
    font-size: 11px;
    font-weight:normal;
    color:white;
}

/****** Green Border Drew ******/
#greenb .Head
{
    font-size:14px;
    font-weight:bold;
    color:#4fa600;
}

#greenb .Normal
{
    font-size: 11px;
    font-weight:normal;
    color:#626469;
}
    
#greenb td, #greenb th, #greenb div, #greenb p
{
    font-size: 11px;
    font-weight:normal;
    color:#626469;
}
#greenb h1
{
    font-family: arial;
    font-size:16px;
    font-weight:bold;
    color:#4FA600;
    margin-top: 0;
}
#greenb p
{
    font-size:12px;
    color:#626469;
}

/****** top_grey ******/
#top_grey .Head
{
    font-size:12px;
    font-weight:normal;
    color:#626469;
}

#top_grey .Normal
{
    font-size:11px;
    font-weight:normal;
    color:#626469;
}
    
#top_grey td, #top_grey th, #top_grey div, #top_grey p 
{
     font-size:11px;
    font-weight:normal;
    color:#626469;
}
#green_container .Head
{
    font-size:14px;
    font-weight:bold;
    color:#58ab0c !important;
}
    
#green_container td, #green_container th, #green_container div, #green_container p 
{
    font-size:12px;
    font-weight:normal;
    color:#333333;
}

#green_container a:link, #green_container a:visited
{ 
	color:#003366; 
	font-size:12px;
	font-weight:bold;
}
#green_container a:hover
{
	font-weight:bold;
	color:#a1daef;
}

/*           Link Tab for sub menus  */
/**************** Link tab *****************/
#link_tab{margin:0; padding:0;}
#link_tab table{margin:0px; padding:0px;}
#link_tab td{font-size:0px;  margin:0px; padding:0; width:208px;}
#link_tab img{margin:0px;}
#link_tab div{margin:0px;}
#link_tab a{display:block; font-size:14px !important; font-weight:bold; color:#223e52; padding:0px; text-align:center; background:url(link_bg.png) no-repeat top left; height:60px; line-height:3em; letter-spacing:1px;}
#link_tab a:link{text-decoration:none; color:#223e52;}
#link_tab a:visited{text-decoration:none; color:#223e52;}
#link_tab a:hover{color:#ffffff; background:url(link_bg-hover.png) no-repeat top left;}
#link_tab a:active{color:#ffffff; background:url(link_bg-hover.png) no-repeat top left;}

