
/***** Global Settings *****/

html, body
{
	border: 0;
	margin: 0;
	padding: 0;
	color: #333333;
	font: 12px Arial /*font:normal 11px arial,helvetica,sans-serif;*/;
}

/***** Common Formatting *****/

form, input, dl, dt, dd, fieldset, h1, h2, h3, h4, h5, h6, blockquote
{
	margin: 0;
	padding: 0;
}

/*.small{font-size:0.95em; color:#767A7D;}*/
img
{
	border: 0;
}

/***** Links *****/

a, a:link, a:active, a:visited
{
	text-decoration: none;
	color: #0033CC;
	padding: 0px;
	margin: 0px;
	font: arial,verdana;
}
a:hover
{
	text-decoration: none;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font: arial,verdana;
	cursor: pointer;
}
a:visited
{
	color: #660033;
}
.current a
{
	color: White;
	background-color: Black;
}
/***** Forms *****/

form
{
	margin: 0;
	padding: 0;
	display: inline;
}

/*form,ul,li{margin:0; padding:0;}*/

/*input, select, textarea{font:1em arial,helvetica,sans-serif}*/

textarea
{
	line-height: 1.25;
}

label
{
	cursor: pointer;
}

select
{
	color: black;
	background-color: white;
	border: 1px solid #000000;
}

/***** Tables ****/
.table-box table thead
{
	border: solid 1px #000;
}

/***** Width *****/
.width10
{
	width: 30%;
}
.width20
{
	width: 20%;
}
.width25
{
	width: 25%;
}
.width30
{
	width: 30%;
}
.width36
{
	width: 36%;
}
.width40
{
	width: 40%;
}
.width45
{
	width: 45%;
}
.width50
{
	width: 50%;
}
.width60
{
	width: 60%;
}
.width65
{
	width: 65%;
}
.width70
{
	width: 70%;
}
.width75
{
	width: 75%;
}
.width80
{
	width: 80%;
}
.width90
{
	width: 90%;
}
.width95
{
	width: 100%;
}
.width97
{
	width: 97%;
}
.width99
{
	width: 99%;
}
.width100
{
	width: 100%;
}

.widthpx10
{
	width: 10px;
}
.widthpx20
{
	width: 20px;
}
.widthpx30
{
	width: 30px;
}
.widthpx80
{
	width: 80px;
}
/***** HEIGHT *****/

.separatorccc
{
	height: 1px;
	background-color: #cccccc;
}
.separatoreee
{
	height: 1px;
	background-color: #eeeeee;
}
.separator999
{
	height: 1px;
	background-color: #999999;
}

/***** BORDER *****/
.border000
{
	border: 1px solid #000000;
}
.borderfff
{
	border: 1px solid #ffffff;
}
.borderccc
{
	border: 1px solid #cccccc;
}
.border666
{
	border: 1px solid #666666;
}
.borderdotted
{
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
}
.borderbotccc
{
	border-bottom: 1px solid #cccccc;
}


.automargin
{
	margin: 0 auto;
}
.zero
{
	margin: 0px;
	padding: 0px;
}
.padd1
{
	padding: .3em;
}
.padd2
{
	padding-bottom: 35px;
	letter-spacing: 1px;
}
.lineheight15
{
	line-height: 150%;
}
.lineheight20
{
	line-height: 200%;
}

/*********HEADER STYLE**********/
H1
{
	font: normal 200% Arial,Helvetica,sans-serif;
	letter-spacing: .01em;
	margin: 0px;
	padding: 0px;
}
H2
{
	font: normal 180% Arial,Helvetica,sans-serif;
	letter-spacing: .01em;
	margin: 0px;
	padding: 0px;
}
H3
{
	font: normal 160% Arial,Helvetica,sans-serif;
	letter-spacing: .01em;
	margin: 0px;
	padding: 0px;
}
H4
{
	font: normal 140% Arial,Helvetica,sans-serif;
	letter-spacing: .01em;
	margin: 0px;
	padding: 0px;
}
/***** Global Classes *****/

.clear
{
	clear: both;
}

.float-left
{
	float: left;
}
.float-right
{
	float: right;
}

.text-left
{
	text-align: left;
}
.text-right
{
	text-align: right;
}
.text-center
{
	text-align: center;
}
.text-justify
{
	text-align: justify;
}
.text-indent
{
	text-indent: 5px;
}

.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.underline
{
	border-bottom: 1px solid;
}

.highlight
{
	background: #ffc;
}

.img-left
{
	float: left;
	margin: 4px 10px 4px 0;
}
.img-right
{
	float: right;
	margin: 4px 0 4px 10px;
}

.nopadding
{
	padding: 0;
}
.noindent
{
	margin-left: 0;
	padding-left: 0;
}
.nobullet
{
	list-style: none;
	list-style-image: none;
}

.blank5
{
	height: 5px;
}
.blank10
{
	height: 10px;
}
.blank15
{
	height: 15px;
}
.blank20
{
	height: 20px;
}
.blank30
{
	height: 30px;
}

.wrapper
{
	width: 100%;
	height: auto;
}

/***** Global Colored Text *****/
.red
{
	color: #cc0000;
}
.grey
{
	color: #666666;
}
.grey1
{
	color: #767A7D;
}
.blue
{
	color: #0066CC;
}
.black
{
	color: #000000;
}
.bodytxt
{
	font: 12px Arial,Helvetica,sans-serif;
	color: #000000;
}
.global-txt
{
	font: 12px Verdana,Arial,Helvetica,sans-serif;
	color: #3C3C3C;
}
.comment-txt
{
	font: bold 11px Verdana,Arial,Helvetica,sans-serif;
	color: #666666;
}
.heading
{
	font: 150% Arial,Helvetica,sans-serif;
	color: #333333;
	display: block;
	border-bottom: 1px solid #CCCCCC;
}
.heading a:link
{
	font: 150% Arial,Helvetica,sans-serif;
	color: #333333;
}
.caption
{
	font: bold 14px Verdana,Arial,Helvetica,sans-serif;
	color: #34363B;
	display: block;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 5px;
}
.caption-ccc
{
	font: bold 14px Verdana,Arial,Helvetica,sans-serif;
	color: #34363B;
	display: block;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
}
.breadcrumbdemo
{
	color: #000000; 	
	background-color: #F0F2F2; 	
	border-bottom: 1px solid #E1E1E1; 	
	font: Arial, Helvetica, sans-serif; 	
	padding: 5px;
}

.breadcrumbdemo a
{
	/*background: transparent url(media/breadcrumb.gif) no-repeat center right; text-decoration: none; color: navy; 	font: 120% Arial,Helvetica,sans-serif; 	color: #444444; 	padding-left: 5px;*/
	background: transparent url(/public/images/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 18px; /*adjust bullet image padding*/
	font: Arial, Helvetica, sans-serif;
	text-decoration: none;
	outline: none;
	color:   navy;
}
.breadcrumbdemo a:hover, .breadcrumbdemo a:visited
{
	font: Arial, Helvetica, sans-serif;
	text-decoration: none;
	outline: none;
}

.breadcrumbdemo a:hover
{
	text-decoration: underline;
}




.space1
{
	letter-spacing: 1px;
}
.space03
{
	letter-spacing: .03em;
}

.font10
{
	font-size: 100%;
}
.font12
{
	font-size: 120%;
}
.font13
{
	font-size: 130%;
}
.font14
{
	font-size: 140%;
}
.font16
{
	font-size: 160%;
}
.font18
{
	font-size: 180%;
}
.font20
{
	font-size: 200%;
}
.fontmed
{
	font-size: medium;
}
.font11px
{
	font-size: 11px;
}
.font12px
{
	font-size: 12px;
}
.font13px
{
	font-size: 13px;
}
.font14px
{
	font-size: 14px;
}
.font15px
{
	font-size: 15px;
}
.font16px
{
	font-size: 16px;
}
.font17px
{
	font-size: 17px;
}
.font18px
{
	font-size: 18px;
}
.font20px
{
	font-size: 20px;
}



.fore-ccc
{
	color: #cccccc;
}
.fore-999
{
	color: #999999;
}
.fore-666
{
	color: #666666;
}
.fore-333
{
	color: #333333;
}
.fore-000
{
	color: #000000;
}
.fore-fff
{
	color: #ffffff;
}
.fore-84
{
	color: #848484;
}
.fore-06c
{
	color: #0066cc;
}

.caption-noborder
{
	font: bold 12px Arial,Helvetica,sans-serif;
	color: #34363B;
	padding: 3px 0px 0px 3px;
}
.caption-noborder h3
{
	font: bold 19px Arial, Helvetica,sans-serif;
	color: #7B7A7A;
	padding: 3px 0px 0px 3px;
}
.caption-noborder a:link
{
	font: bold 16px Arial, Helvetica,sans-serif;
	color: #7B7A7A;
	text-decoration: none;
}
.CommonHeader
{
	margin: 0 0 0px 0;
	font-weight: bold;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 150%;
	color: #363636;
	background-color: #cccccc;
}
.CommonHeader a:link
{
	margin: 0 0 3px 0;
	font-weight: normal;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 100%;
	color: #4F4F4F;
}
.CommonHeaderAzure
{
	margin: 0 0 0px 0;
	font-weight: bold;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 150%;
	color: #FFFFFF;
	background-color: #7D9EC0;
}
.CommonHeaderOnly
{
	margin: 0 0 0px 0;
	font-weight: bold;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 120%;
	color: #363636;
	background-color: #cccccc;
}
.CommonHeaderWidget
{
	margin: 0 0 0px 0;
	font-weight: bold;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 150%;
	color: #363636;
	background-color: #cccccc;
}
.CommonHeaderWidget a:link
{
	margin: 0 0 3px 0;
	font-weight: normal;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 50%;
	color: #4F4F4F;
}
.CommonHeaderLink
{
	margin: 0 0 3px 0;
	font-weight: normal;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 80%;
	color: #4F4F4F;
}
.fonttype1
{
	font-family: Arial,verdana;
}
.fonttype2
{
	font-family: verdana,Arial;
}
.fonttype3
{
	font-family: Book Antiqua;
}
.fonttype4
{
	font-family: Georgia;
}
.fonttype5
{
	font-family: MS Sans Serif;
}
.fonttype6
{
	font-family: Tahoma;
}

.bgeee
{
	background-color: #eeeeee;
}
.bgf7
{
	background-color: #f7f7f7;
}
.bgmagnolia
{
	background-color: #f9f7ed;
}
.bggrn
{
	background-color: #CECF9C;
}
.eeffee
{
background-color: #eeffee;
}
.bgccc
{
	background-color: #cccccc;
}
.bgE0E
{
	background-color: #E0E0E0;
}
.bgAzure
{
	background-color: #7D9EC0;
}
.bgAzureLight
{
	background-color: #CFDFF0;
}
.bgAdf3fe
{
	background-color: #edf3fe;
}
.TimeTrackerLink
{
	float: right;
	width: 200px;
	font-size: 11px;
	margin-top: 0pt;
	text-align: right;
	color: #cccccc;
	line-height: 20px;
}

.TimeTrackMilestone
{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #e9e9e9;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.TimeTrackerLabel
{
	font-size: 18px;
	margin-bottom: 5px;
	padding-bottom: 7px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.ManageProjectMembers
{
	border: 5px #cccccc;
	font: 12px verdana,arial;
	width: 95%;
	padding-left: 15px;
	padding-bottom: 15px;
	background-image: url(../../Public/images/bg-fieldset.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: White; /*margin:0px auto;*/ /* position: relative;*/ /*this is necessary to stop the overflow of bg-color in IE6 but it is conflicting with the modal js*/
}
a.admin:link, a.admin:visited
{
	color: #f00;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}

a.adminfull:link, a.adminfull:visited
{
	color: #0033CC; /*#f00;*/
	font-weight: normal;
	text-decoration: underline;
}

a.admin:hover, a.adminfull:hover
{
	color: #fff;
	background: #0033CC /* #f00;*/;
}





/***** Global Margin Setting *****/
.marginlt10
{
	margin-left: 10px;
}
.marginlt15
{
	margin-left: 15px;
}
.marginlt5
{
	margin-left: 5px;
}
.marginrt5
{
	margin-right: 5px;
}
.marginrt10
{
	margin-right: 10px;
}
.margintp10
{
	margin-top: 10px;
}
.marginbot10
{
	margin-bottom: 10px;
}
.marginbot5
{
	margin-bottom: 5px;
}

/***** Global Border Setting *****/

/***** Top Header Style *****/
#top-header
{
	width: 98.7%;
	height: 22px;
	background-color: #F9F7ED;
	border-bottom: 1px solid #565452;
	text-align: left;
	color: #000;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding-left: 8px;
	padding-right: 5px;
	background-image: url(../../Public/images/top_header_bg.jpg);
}
#top-header a
{
	font: 500 11px Verdana,Arial,Helvetica,sans-serif;
}
#top-header a:link
{
	text-decoration: none;
	outline: none;
	color: #000000;
}
#top-header a:visited
{
	text-decoration: none;
	outline: none;
	color: #000000;
}
#top-header a:hover
{
	text-decoration: none;
	outline: none;
	color: #ffffff;
}
#top-header .rightpanel
{
	width: 34%;
	padding-top: 4px;
}
/***special***/
#top-header a.addLinks
{
	color: #0047B6;
	text-decoration: none;
}
#top-header a.addLinks:visited
{
	color: #0047B6;
}
#top-header a.addLinks:hover
{
	color: #ffffff;
	text-decoration: none;
}
#top-header a.editLinks
{
	color: #007E3A;
	text-decoration: none;
}
#top-header a.editLinks:visited
{
	color: #007E3A;
}
#top-header a.editLinks:hover
{
	color: #ffffff;
	text-decoration: none;
}
/****Addition by arup************/

.nameNtitle a:link
{
	color: #0047B6;
	text-decoration: none;
}
.nameNtitle a:visited
{
	color: #0047B6;
}
.nameNtitle a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: Blue;
}

/***end special***/
/*******publish center login section **********/
#leelaBanner
{
	background-image: url(../../Public/images/leelaBanner2.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: top center;
	height: 40px;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	color: #6A6DFA;
	text-align: center;
	padding-right: 10px;
	border-bottom: solid 4px #999999; /*padding-left:35px;*/
}
#leelaBanner a.loginPanel
{
	color: #6A6DFA;
	text-decoration: none;
}
#leelaBanner a.loginPanel:visited
{
	color: #6A6DFA;
}
#leelaBanner a.loginPanel:hover
{
	color: #ffffff;
	text-decoration: none;
}

#publishCenterBanner
{
	/*background-image:url(../../Public/images/publishCenterBanner.gif);*/
	background-repeat: no-repeat;
	background-position: top center;
	height: 78px;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	color: #6A6DFA;
	text-align: center;
	padding-right: 10px; /* border-bottom:solid 4px #999999;    background-color:#42ABD4;     padding-left:35px;*/
}
#publishCenterBanner a.loginPanel
{
	color: #000000;
	text-decoration: none;
}
#publishCenterBanner a.loginPanel:visited
{
	color: #000000;
}
#publishCenterBanner a.loginPanel:hover
{
	color: #ffffff;
	text-decoration: none;
}

#publishCenterBannerBg
{
	/*background-image:url(../../Public/images/pubCenterBannerBgRep.gif);*/
	background-repeat: repeat-x;
	height: 78px;
	background-color: #5CADCF;
}

#publishCenterContentOuter
{
	/*background-image:url(../../Public/images/publishCenterContouterBg.gif);     background-position:top center;*/
	background-repeat: no-repeat;
	background-color: #5CADCF;
	padding: 0 15px 0 10px;
	margin: 0 auto;
	width: 1000px;
}

#publishCenterContentInner
{
	width: 980px;
	background-color: #FFFFFF;
	border-left: 4px solid #6A7278;
	border-right: 4px solid #6A7278;
	border-bottom: 4px solid #6A7278;
	padding-bottom: 20px;
	float: left;
	clear: left;
}

#publishCenterContentOuterForTabs
{
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #5CADCF;
	padding: 0 2px 0px 10px;
	margin: 0 auto;
	width: 1000px;
}

#publishCenterContentInnerForTabs
{
	width: 987px;
	margin: 0 auto;
	float: left;
	clear: left; /*border-left:4px solid #6A7278;background-color:#FFFFFF; 	border-right:4px solid #6A7278; 	border-bottom:4px solid #6A7278; 	padding-bottom: 20px; 	 	clear:left;*/
}
/******** end publish center login section*******/
/******* End *******/

/*****Header Style *****/
#header
{
	background-color: #fff;
	width: 100%;
	height: 75px;
}

/***## CONTENT WRAPPER ##***/
#content-wrapper
{
	width: 100%;
	float: left;
	clear: both;
}
#content-wrapper a
{
	text-decoration: none;
	outline: none;
}
#content-wrapper a:hover
{
	text-decoration: none;
	outline: none;
}
#content-wrapper #lt
{
	width: 70%;
	float: left;
	padding: 10px;
}
#content-wrapper #rt
{
	width: 25%;
	margin-right: 15px;
	float: right;
}
#content-wrapper #adminRt
{
	width: 20%;
	margin-right: 15px;
	float: right;
}
#content-wrapper #adminLt
{
	width: 70%;
	float: left;
	padding: 10px;
}

/***BOX & BUTTON FORMATTING***/
.block
{
	display: block;
}
.box
{
	background-color: #FFFFFF;
	border: 1px solid #666;
	cursor: default;
}
.boxgrey
{
	background-color: #F2F2F2;
	border-top: 1px solid #cccccc;
	border-bottom: 7px solid #cccccc;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
}
.boxazure
{
	background-color: #CFDFF0;
	border-top: 1px solid #7D9EC0;
	border-bottom: 7px solid #7D9EC0;
	border-right: solid 1px #7D9EC0;
	border-left: solid 1px #7D9EC0;
}
.paneleee
{
	background-color: #eeeeee;
	border: 1px solid #ffffff;
	display: block;
}
input.search-butt, .login_butt
{
	background-image: url(../../Public/images/btn_bg.gif);
	background-repeat: repeat-x;
	color: #5E5E5B;
	border: 1px solid #5E5E5B !important;
	padding: 2px;
	margin: 5px;
	cursor: pointer;
	font-weight: 100;
	font-size: 11px;
	font-family: "lucida-granade" ,Tahoma,Arial,Helvetica,Sans-Serif;
	letter-spacing: 1px;
}
input.find-button
{
	background-image: url(../../Public/images/btn_bg.gif);
	background-repeat: repeat-x;
	color: #5E5E5B;
	line-height: 12px;
	border: 1px solid #5E5E5B !important;
	cursor: pointer;
	font-weight: 100;
	font-size: 11px;
	font-family: "lucida-granade" ,Tahoma,Arial,Helvetica,Sans-Serif;
	letter-spacing: 1px;
}
input.search-butt:hover
{
	background-image: url(../../Public/images/btn_bg_hover.gif);
	background-repeat: repeat-x;
	color: #000000;
	border: 1px solid #5E5E5B !important;
	padding: 2px;
	margin: 5px;
	cursor: pointer;
	font-weight: 100;
	font-size: 11px;
	font-family: "lucida-granade" ,Tahoma,Arial,Helvetica,Sans-Serif;
	letter-spacing: 1px;
}
input.login_butt:hover
{
	background-image: url(../../Public/images/btn_bg_hover.gif);
	background-repeat: repeat-x;
	color: #000000;
	line-height: 14px;
	border: 1px solid #5E5E5B !important;
	padding: 2px;
	margin: 5px;
	cursor: pointer;
	font-weight: 100;
	font-size: 11px;
	font-family: "lucida-granade" ,Tahoma,Arial,Helvetica,Sans-Serif;
	letter-spacing: 1px;
}

input.push-btn
{
	background-image: url(../../Public/images/btn_bg.gif);
	background-repeat: repeat-x;
	color: #5E5E5B;
	line-height: 16px;
	border: 1px solid #5E5E5B !important;
	border: 1px solid #5E5E5B;
	padding: 2px 5px 2px 5px !important;
	padding: 0 5px 0 5px;
	margin: 5px;
	cursor: pointer;
	font-weight: 100;
	font-size: 11px;
	font-family: "lucida-granade" ,Tahoma,Arial,Helvetica,Sans-Serif;
	letter-spacing: 1px;
}
.butt-sendmsg
{
	background-image: url(../../Public/images/butt-post-msg.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 29px;
}

.resource-button
{
	background-image: url(../../Public/images/btn_bg.gif);
	background-repeat: repeat-x;
	color: #5E5E5B;
	line-height: 14px;
	border: 1px solid #5E5E5B !important;
	padding: 1px;
	cursor: pointer;
	font-weight: 100;
	font-size: 11px;
	font-family: "lucida-granade" ,Tahoma,Arial,Helvetica,Sans-Serif;
	letter-spacing: 1px;
}
.signup
{
	background-image: url(../../Public/images/button-signup-1.jpg);
	background-repeat: no-repeat;
	width: 95px;
	height: 21px;
	border-style: none;
}

/***************** END OF BUTTON STYLES *************/

/**** STYLE FOR ROUNDED BOX ****/
.margin
{
	padding: 0 0 12px 0;
	width: 100%;
	margin: 0;
}
.CommonSidebarArea a
{
	text-decoration: none;
	outline: none;
}
.CommonSidebarArea a:hover
{
	text-decoration: none;
	outline: none;
}
.CommonSidebarRoundTop, .CommonSidebarRoundBottom
{
	height: 0px;
}

.CommonSidebarRoundTop .r1, .CommonSidebarRoundTop .r2, .CommonSidebarRoundTop .r3, .CommonSidebarRoundTop .r4, .CommonSidebarRoundBottom .r1, .CommonSidebarRoundBottom .r2, .CommonSidebarRoundBottom .r3, .CommonSidebarRoundBottom .r4
{
	border-left: solid 2px;
	border-right: solid 2px;
	height: 0px;
	overflow: hidden;
}

.CommonSidebarRoundTop .r1, .CommonSidebarRoundBottom .r4
{
	margin: 0;
	height: 0;
	border-top: solid 2px;
	border-left: solid 2px;
	border-right: solid 2px;
}
.CommonSidebarRoundTop .r2, .CommonSidebarRoundBottom .r3
{
	margin: 0;
	border-left-width: 2px;
	border-right-width: 2px;
}
.CommonSidebarRoundTop .r3, .CommonSidebarRoundBottom .r2
{
	margin: 0;
}
.CommonSidebarRoundTop .r4, .CommonSidebarRoundBottom .r1
{
	margin: 0 0px;
	height: 0px;
}

.CommonSidebarHeader
{
	margin: 0 0 8px 0;
	padding: 2px 0 4px 0;
	font-weight: bolder;
	font-family: Trebuchet MS,Verdana,Arial;
	font-size: 175%;
	color: #7B7A7A;
}

.CommonSidebarHeader a:link, .CommonSidebarHeader a:visited, .CommonSidebarHeader a:active
{
	text-decoration: none;
}

.CommonSidebarInnerArea
{
	border-left: solid 2px;
	border-right: solid 2px;
	padding: 0 5px 5px 5px;
	overflow: hidden; /*background-image:url(../images/common/sidebar-gradient.png); background-repeat:repeat-x; background-position:left bottom; */
	margin: 0;
}

.CommonSidebarContent
{
	font-size: 100%;
}

.CommonSidebarInnerArea, .CommonSidebarRoundTop .r1, .CommonSidebarRoundTop .r2, .CommonSidebarRoundTop .r3, .CommonSidebarRoundTop .r4, .CommonSidebarRoundBottom .r1, .CommonSidebarRoundBottom .r2, .CommonSidebarRoundBottom .r3, .CommonSidebarRoundBottom .r4
{
	background-color: #eeeeee;
	border-color: #cccccc;
}
/*border color*/

.CommonSidebarFooter
{
	font-size: 85%;
	margin: 4px 0 0 0;
	padding: 4px 0 0 0;
}

UL.CommonSidebarList
{
	margin: 0;
	padding: 0;
	line-height: 160%;
}

UL.CommonSidebarList LI
{
	margin-bottom: 5px;
	margin-left: 5px;
	list-style-type: none;
}
UL.CommonSidebarList LI a
{
	text-decoration: none;
	font: 11px Arial,Helvetica,sans-serif;
	outline: none;
}
UL.CommonSidebarList LI a:hover
{
	text-decoration: underline;
	font: 11px Arial,Helvetica,sans-serif;
	outline: none;
}
UL.CommonSidebarList LI a:visited
{
	text-decoration: underline;
	font: 11px Arial,Helvetica,sans-serif;
	outline: none;
}
OL.CommonSidebarList
{
	margin: 0;
	padding: 0;
}

OL.CommonSidebarList LI
{
	margin: 0 0 5px 20px;
}

UL.CommonSidebarList LI
{
	margin: 0 0 5px 16px;
	padding: 0 5px 1px 0;
}

UL.CommonSidebarList LI.CommonSidebarRssListItem
{
	margin: 0 0 5px 5px;
	padding: 0 0 1px 0; /*list-style-image:url(../images/common/feed-icon-12x12.png); */
}

.CommonSidebarInnerArea, .CommonSidebarRoundTop .r1, .CommonSidebarRoundTop .r2, .CommonSidebarRoundTop .r3, .CommonSidebarRoundTop .r4, .CommonSidebarRoundBottom .r1, .CommonSidebarRoundBottom .r2, .CommonSidebarRoundBottom .r3, .CommonSidebarRoundBottom .r4
{
	background-color: #eeeeee;
}

/************* END ************/
.commentbox
{
	background-color: #ececec;
	width: 300px;
	padding: 10px;
	margin-bottom: 10px;
}
.commentfooter
{
	background: url(../Public/images/arrow.gif) 20px 0 no-repeat;
	padding-left: 58px;
	padding-top: 1px;
	font-size: 90%;
	color: #4A4A4A;
}

/******** STYLES FOR TABLE ***********/
table-box table thead
{
	border: solid 1px #000;
}
table.forum1
{
	width: 80%;
}
table.newforum
{
	width: 100%;
}
table.resourcelist
{
	width: 100%;
}
table.resourcelist td.title
{
	font-family: Verdana;
	font-size: 100%;
	font-family: Verdana;
	letter-spacing: 1px;
	/*text-transform: capitalize;*/
}
table.resourcelist td
{
	color: #666666;
	font-size: 90%;
}
/*commented out for TagCloud display problem*/
/*table.resourcelist td a:link,  a:active, a:visited  {text-decoration:none; color:#6F93EF; font-family:Verdana,Arial,Helvetica,Sans-Serif; font-size:12px}*/
table.resourcelist td a:hover
{
	text-decoration: none;
	color: #C00;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
}
td.shade-footer
{
	color: #7B7A7A;
	padding: 1px;
	border-top: 1px solid #999999;
	width: 100%;
}

th.course, div.course
{
	font: bold 14px Arial,helvetica,Sans-Serif, Tahoma;
	color: #666666;
	background-color: #eeeeee;
	padding: 2px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

td.shade
{
	font: bold 14px Verdana,Arial,helvetica,Sans-Serif, Tahoma,;
	color: #34363B;
	padding: 9px;
	padding-left: 0px;
	border-top: 1px solid #999999;
	width: 100%;
}

td.shade a:link
{
	font: bold 14px Verdana,Arial,helvetica,Sans-Serif, Tahoma,;
	color: #7B7A7A;
	padding: 2px;
	border-bottom: 1px solid #999999;
	width: 100%;
}

td.course-caption
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #7B7A7A;
	font-weight: bolder;
	color: #008C00;
	margin-top: 1em;
}

table.menulink
{
	border: 0;
	margin: 0;
	padding: 0;
}

table.menulink tr td
{
	padding: 0px;
}

/*td.heading,div.heading		{font:bold 20px "Trebuchet MS", AvantGarde Bk BT,Arial, Helvetica,sans-serif; color:#7B7A7A; border-bottom:1px dashed #003300;}*/

td.blue
{
	font: 12px Verdana,Arial,helvetica,Sans-Serif,Tahoma;
	color: #0066CC;
	padding: .5em;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}

.alternaterow
{
	background-color: #F7F7F7;
}

.alternaterowAzure
{
	background-color: #CFDFF0;
}



/***************table masterpagelinks**************************************/
table.masterlinks
{
	width: 100%;
	height: 31px;
	background-image: url(../../Public/images/masterlink_tableBG.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
table.masterlinks2
{
	width: 100%;
	height: 33px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/******** END ********/
#inner
{
	width: 98%;
	background-color: transparent;
	margin: 0 auto;
}
.search-bar
{
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	padding: .7em .5em;
	margin: .9em;
}
hr
{
	border-bottom: 1px solid #ccc;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	width: 99%;
}

/* =-=-=-=-=-=-=-[Admin Section]-=-=-=-=-=-=-=- */
.admin
{
	font: normal 11px "Lucida Grande" ,Verdana,Arial,Helvetica,sans-serif;
}
.admin a:link, .admin a:active
{
	font: normal 11px "Lucida Grande" ,Verdana,Arial,Helvetica,sans-serif;
	color: #333;
	text-decoration: none;
	outline: none;
}
.admin a:hover
{
	font: normal 11px "Lucida Grande" ,Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	text-decoration: none;
	outline: none;
}
.admin a:visited
{
	font: normal 11px "Lucida Grande" ,Verdana,Arial,Helvetica,sans-serif;
	color: #666;
	text-decoration: none;
	outline: none;
}


.photo-list-frame
{
	/*width:150px;*/
	height: auto;
	padding: 5px 1px;
	border: 1px solid #bbbbbb;
	background-color: #ffffcc;
	text-align: center;
	margin: 0px 3px;
}
.photo-list-frame-rt
{
	/*width:150px;*/
	height: auto;
	padding: 5px 1px;
	border: 1px solid #bbbbbb;
	background-color: #f5f5f5;
	text-align: center;
	margin: 3px 3px 3px 27px;
}
.CommonRateControl
{
	display: inline-table; /*display: -moz-inline-box;*/
	display: inline-block; /*background-color: #eeeeee; 	border-style: solid; 	border-color: #999999; 	border-width: 1px; 	cursor: pointer; 	padding: 1px;*/
	white-space: nowrap;
}
.CommonSidebarContentItem
{
	display: list-item;
	list-style-type: square;
	margin-left: 30px;
	color: #000000;
}


/**************************************************
         FIELDSET
  **************************************************/

fieldset.final
{
	border: 5px solid #cccccc;
	font: 12px verdana,arial;
	width: 95%;
	padding-left: 15px;
	padding-bottom: 15px;
	/*background-image: url(../../Public/images/bg-fieldset.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-repeat: repeat-y;*/
	background-color: #f5f5f5; /*margin:0px auto;*/ /* position: relative;*/ /*this is necessary to stop the overflow of bg-color in IE6 but it is conflicting with the modal js*/
}

fieldset.final2
{
	border: 5px solid #cccccc;
	font: 12px verdana,arial;
	width: 95%;
	background-image: url(../../Public/images/bg-fieldset.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: White; /*margin:0px auto;*/ /* position: relative;*/ /*this is necessary to stop the overflow of bg-color in IE6 but it is conflicting with the modal js*/
}
fieldset.final3
{
	border: 5px solid #cccccc;
	font: 12px verdana,arial;
	width: 95%;
	padding-left: 15px;
	padding-bottom: 15px;
	background-position: top;
	background-repeat: repeat-x;
	background-color: White; /*margin:0px auto;*/ /* position: relative;*/ /*this is necessary to stop the overflow of bg-color in IE6 but it is conflicting with the modal js*/
}


fieldset.publishing
{
	border: 5px solid #A8B6C5;
	font: 12px verdana,arial; /*background-image:url(../../Public/images/bg-fieldset.gif);  	        background-position:bottom; background-repeat:repeat-x;*/
	background-color: #D7E6F5; /*margin:0px auto;width:95%;*/ /* position: relative;*/ /*this is necessary to stop the overflow of bg-color in IE6 but it is conflicting with the modal js*/
}

fieldset legend
{
	color: #666666;
	font: bold 12px verdana,arial;
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 5px; /*position:absolute; 	        top:-0.75em;  	        line-height: 1em; 	        /*background-color:#ffffff; 	        border:1px solid #999999;*/
}
fieldset.searchfield
{
	padding: 0px 10px 10px 10px;
	margin-bottom: 5px; /*background-color: #F7FBFF;*/
	border: 2px solid #C5D7EF;
	font: 11px verdana,arial;
	width: 60%;
}


fieldset legend span
{
	color: #666;
	font-weight: normal;
	font-size: 80%;
}

fieldset p
{
	font-size: 12px;
	line-height: 15px;
	color: #222;
	margin: 0 0 10px 0;
	padding: 0;
}

.search
{
	background-image: url(../../Public/images/find-butt.gif);
	background-repeat: no-repeat;
	width: 27px;
	height: 31px;
	border: none;
}

.search a:link
{
	background-image: url(../../Public/images/find-butt.gif);
	background-repeat: no-repeat;
	width: 27px;
	height: 31px;
	border: none;
}
.search a:hover
{
	background-image: url(../../Public/images/find-butt.gif);
	background-repeat: no-repeat;
	width: 27px;
	height: 31px;
	border: none;
}

/***********end of navigation****************/

/*****************************/
.footnote
{
	font: normal 11px Arial, Helvetica, sans-serif;
}
.footnote a, .footnote a:visited
{
	color: #666666;
	text-decoration: none;
}
.footnote a:hover
{
	color: #000000;
}

/******************common footer area*********************/
#footer
{
	width: 100%;
	padding: 0px;
	text-align: center;
	background-color: #eee;
	border-top: #ccc 5px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	clear: both;
	bottom: 0;
	left: 0; /*position:absolute;   */
}

.footer
{
	padding: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	clear: both;
	bottom: 0;
	left: 0; /*position:absolute;   */
}

.footer a:link, .footer a:active, .footer a:visited
{
	text-decoration: none;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.footer a:hover
{
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #455B9A;
}



/*****************end common footer area******************/

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a
{
	position: absolute;
	top: 0;
	margin-top: -1px;
	border: 1px solid #666666; /*THEME CHANGE HERE*/
	border-top-width: 2px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font: normal 11px verdana;
	text-decoration: none; /*line-height:16px;*/
	z-index: 100;
	background-color: #cccccc;
	width: 109px;
	visibility: hidden;
	font: normal 12px verdana;
}


.dropmenudiv_a a:link
{
	display: block;
	text-indent: 5px; /*border-top: 0 solid #666666;*/
	border-bottom: 1px solid #666666; /*padding: 2px 0;*/
	text-decoration: none;
	font: normal 12px verdana;
	padding: 4px;
	color: #000000; /*THEME CHANGE HERE*/
}
.dropmenudiv_a a:visited
{
	font: normal 12px verdana;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #666666;
	background-color: #dddddd;
	color: #333333;
	padding: 4px;
}

.dropmenudiv_a a:hover
{
	/*THEME CHANGE HERE*/
	background-color: #666666;
	color: white;
	text-decoration: none;
}
/*Added by moju*/
.dropmenudiv_vs
{
	position: absolute;
	top: 0;
	margin-top: -1px; /*border: 0px solid #666666;*/ /*THEME CHANGE HERE*/ /*border-top-width: 2px; */ /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font: normal 9px verdana;
	text-decoration: none; /*line-height:16px;*/
	z-index: 100;
	background-color: #cccccc;
	width: 140px;
	visibility: hidden;
	font: normal 9px verdana;
}


.dropmenudiv_vs a:link
{
	display: block;
	text-indent: 5px; /*border-top: 0 solid #666666;*/ /*border-bottom: 1px solid #666666;8*/ /*padding: 2px 0;*/
	text-decoration: none;
	font: normal 12px verdana;
	padding: 4px;
	color: #000000; /*THEME CHANGE HERE*/
}
.dropmenudiv_vs a:visited
{
	font: normal 12px verdana;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #666666;
	background-color: #dddddd;
	color: #333333;
	padding: 4px;
}

.dropmenudiv_vs a:hover
{
	/*THEME CHANGE HERE*/
	background-color: #666666;
	color: white;
	text-decoration: none;
}

/*begining of library tabs*/
#library_tab
{
	height: 33px;
	width: 109px;
	padding: 0px;
	text-align: justify;
	display: block;
}

.library
{
	padding: 0px;
	position: absolute;
	width: 109px;
	line-height: 33px;
}

.library a:link, .library a:active, .library a:visited
{
	text-decoration: none;
	background-image: url(../../Public/images/masterlink_library.jpg);
	background-repeat: no-repeat;
	width: 109px;
	height: 33px;
	line-height: 33px;
	display: block;
	float: left;
	text-align: center;
}


.library-sel a:link, .library-sel a:active, .library-sel a:visited
{
	text-decoration: none;
	background-image: url(../../Public/images/masterlink_library_sel.jpg);
	background-repeat: no-repeat;
	width: 109px;
	height: 33px;
	line-height: 33px;
	display: block;
	float: left;
	text-align: center;
}


.library a:hover
{
	text-decoration: none;
	background-image: url(../../Public/images/masterlink_library_sel.jpg);
	background-repeat: no-repeat;
	width: 109px;
	height: 33px;
	line-height: 33px;
	display: block;
	float: left;
	text-align: center;
}
/*end of library tabs*/

/*begin academy tabs*/
#academy_tab
{
	height: 33px;
	width: 109px;
	padding: 0px;
	text-align: justify;
	display: block;
}

.academy
{
	padding: 0px;
	position: absolute;
	width: 109px;
	line-height: 33px;
}

.academy a:link, .academy a:active, .academy a:visited
{
	text-decoration: none;
	background-image: url(../../Public/images/masterlink_academy.jpg);
	background-repeat: no-repeat;
	width: 109px;
	height: 33px;
	line-height: 33px;
	display: block;
	float: left;
	text-align: center;
}


.academy-sel a:link, .academy-sel a:active, .academy-sel a:visited
{
	text-decoration: none;
	background-image: url(../../Public/images/masterlink_academy_sel.jpg);
	background-repeat: no-repeat;
	width: 109px;
	height: 33px;
	line-height: 33px;
	display: block;
	float: left;
	text-align: center;
}


.academy a:hover
{
	text-decoration: none;
	background-image: url(../../Public/images/masterlink_academy_sel.jpg);
	background-repeat: no-repeat;
	width: 109px;
	height: 33px;
	line-height: 33px;
	display: block;
	float: left;
	text-align: center;
}
/*end academy tabs*/
/*begin community tabs*/
#community_tab
{
	height: 33px;
	width: 109px;
	padding: 0px;
	text-align: justify;
	display: block;
}

.community
{
	padding: 0px;
	position: absolute;
	width: 109px;
	line-height: 33px;
}
/*end community tabs*/

/*begin self tabs*/
#self_tab
{
	height: 33px;
	width: 109px;
	padding: 0px;
	text-align: justify;
	display: block;
}

.self
{
	padding: 0px;
	position: absolute;
	width: 109px;
	line-height: 33px;
}
/*end self tabs*/

/*begin find button*/
#findButton
{
	height: 33px;
	width: 44px;
	padding: 0px;
	text-align: justify;
	display: block;
	border: none;
}

.findButton
{
	padding: 0px;
	position: absolute;
	width: 44px;
	line-height: 33px;
	border: none;
}

.findButton a:link, .findButton a:active, .findButton a:visited
{
	text-decoration: none;
	background-image: url(../../Public/images/find-butt.gif);
	background-repeat: no-repeat;
	width: 44px;
	height: 33px;
	line-height: 33px;
	display: block;
	float: left;
	text-align: center;
	border: none;
}

.findButton a:hover
{
	text-decoration: none;
	background-image: url(../../Public/images/find-butt-hover.gif);
	background-repeat: no-repeat;
	width: 44px;
	height: 33px;
	line-height: 33px;
	display: block;
	float: left;
	text-align: center;
	border: none;
}

/*end find button*/

/*end of tabswap css 260607*/


/* AJAX XP Theme (used Previously)*/
/****** wraps all of the tabs at the top of the TabContainer*****/
/*font-weight:bold; font-family:Tahoma,Arial,Helvetica,sans-serif; font-size:120%; color:#363636; background-color:#cccccc;*/

/* xp theme start(all ajax tabs are using this theme) */
.xp .ajax__tab_header
{
	font-weight: bold;
	font-family: "Helvetica Neue" , Arial, Sans-Serif; /*Tahoma,Arial,Helvetica,sans-serif;*/
	background: url(image/tab-line.png) repeat-x bottom;
	color: #363636;
	font-size: 15px;
	display: block;
}
.xp .ajax__tab_header .ajax__tab_outer
{
	background: url(image/tab.png) no-repeat left top;
	border-color: #222;
	color: #222;
	padding-left: 10px;
	margin-right: 3px;
}
.xp .ajax__tab_header .ajax__tab_inner
{
	background: url(image/tab.png) no-repeat right top;
	border-color: #666;
	color: #666;
	padding: 3px 10px 2px 0px;
}
.xp .ajax__tab_hover .ajax__tab_inner
{
	color: #000000;
}
.xp .ajax__tab_active .ajax__tab_outer
{
	background: url(image/tab.png) no-repeat 0pt -40px;
	border-bottom-color: #ffffff;
}
.xp .ajax__tab_active .ajax__tab_inner
{
	background: url(image/tab.png) no-repeat right -40px;
	color: #000000;
	border-color: #333;
}
.xp .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 10pt;
	padding: 8px;
	background-color: #ffffff; /*border:solid 1px #d7d7d7;*/
	/*border-bottom: 3px solid #CCCCCC;*/
	border-top: 0;
	border-top-width: 0;
}

.nav-breadcumb
{
	color: #000000;
	background-color: #F0F2F2;
	border-bottom: 1px solid #E1E1E1;
	font: Arial, Helvetica, sans-serif;
	padding: 5px;
}


.nav-breadcumb a, a:link, .nav-breadcumb a:hover, .nav-breadcumb a:visited
{
	font: Arial, Helvetica, sans-serif;
	text-decoration: none;
	outline: none;
}
.nav-breadcumb a:hover
{
	color: #000000;
}
.nav-breadcumb a:visited
{
	color: #333333;
}

.upload-wrapper
{
	width: 90%;
	clear: left;
	float: left;
}
.upload-wrapper .ltpanel
{
	width: 36%;
	float: left;
	clear: left;
}

.upload-wrapper .caption
{
	width: 99%;
	padding: 3px;
}

.upload-wrapper .rtpanel
{
	width: 63%;
	float: right;
}
.upload-wrapper .signup
{
	width: 23%;
	float: left;
	padding: 3px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
}

.upload-wrapper .signup #member
{
	width: 81%;
	margin: auto;
	border: 1px solid #000000;
}

.mainpagerfont
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
}
a.mainpagerfont:link
{
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}


/*div.transON { background-color: silver; opacity:1; filter: alpha(opacity=100); -moz-opacity: 1;border:1px solid black; }*/

/*a.mainpagerfont:active

{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight : bold;
color: #0066cc;
} 
a.mainpagerfont:hover 

{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #0033cc;
}
a.mainpagerfont:visited 

{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #0033cc;
} */

/* Stars compressed*/
.rating {
	cursor: pointer;
	margin: 2em;
	clear: both;
	display: block;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.cancel,
.star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.cancel,
.cancel a {background: url(image/delete.gif) no-repeat 0 -16px;}

.star,
.star a {background: url(image/star.gif) no-repeat 0 0px;}
	
.cancel a,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}
/*
div.rating div.on a {
	background-position: 0 -16px;
}
div.rating div.hover a,
div.rating div a:hover {
	background-position: 0 -32px;
}*/

.on a {
	background-position: 0 -16px;
}
.hover a,a:hover {
	background-position: 0 -32px;
}
 





