body
{
    background: url(../img/bg_sprite.png) repeat-x scroll 0 -94px #E2E2E2;
}
a
{
    color: #3366CC;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
	color: #3366CC;
}

a:visited{
	color: #3366cc;
}

.strong
{
	font-weight:bold;	
}
input.hint, textarea.hint
{
    color: #949494;
}
.margin0
{
	margin:0px !important;	
}
#page
{
    background: #fff;
    padding: 15px 20px 20px 20px;
	box-shadow: 0 0 8px #808080;
}

/*--- Header ---*/

#header
{
    height: 60px;
}

#header .logo
{
    float: left;
    display: block;
    text-indent: -1000em;
    background: url(../img/ccl_icons.png) no-repeat 0 0;
    width: 376px;
    height: 47px;
}

#header #userInfoArea
{
    float: right;
    text-align: right;
    font-size: 90%;
    color: #808080;
	line-height: 1.8em;
}

.hasTopics #myBookself
{
    display: block;
}
#headerAdditionalInfo
{
    background: url(../img/bg_sprite.png) repeat-x scroll 0 -50px transparent;
    margin-bottom: 20px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	padding: 1px 0px 0px 0px;
	border: 1px solid #D0D0D0;
}
#headerAdditionalInfo span
{
    padding: 0px 15px;
    line-height: 35px;
	font-size: 1.2em;
}
#headerSearchInput
{
	border: 1px solid #b3b3b3;
    padding: 5px 0px 4px 5px;
    width: 255px;
    margin-right:5px;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
}
.headerSearch
{
	padding-right:10px;	
}
a.headerSearchButton
{
	border:1px solid #d0d0d0;
	 border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding:3px 5px;
    color:#333333 !important;
    text-align:center;
    text-decoration:none;
    background:#fff;
    margin:0.5em 0;
	width: 4.5em;
}
#loggedLinkPopUp,#linkPopUp{
    /*height: 200px;*/
    padding: 20px;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.loggedLinkToWeJit,.linkToWeJit{
    padding:25px;
   /* margin-left: auto;
    margin-right: auto;*/
}
.loggedLinkToCollaborize,.linkToCollaborize{
    /*padding: 30px;*/
    padding: 38px 58px;
}
.or{
font-size: 18px;
text-align: center;
}
.loggedWeJITLink,.weJITLink{
    font-size: 16px;
    border:2px solid #d0d0d0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /*padding:3px 5px;*/
    padding: 7px 30px;
    color:#333333 !important;
    text-align:center;
    text-decoration:none;
    background:#fff;
    margin:0.5em 0;
    width: 4.5em;
    margin: 30px;
}
.loggedCollaborizeLink,.collaborizeLink{
    font-size: 16px;
    border:2px solid #d0d0d0;
     border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /*padding:3px 5px;*/
    padding: 7px 2px;
    color:#333333 !important;
    text-align:center;
    text-decoration:none;
    background:#fff;
    margin:0.5em 0;
    width: 4.5em;
}
a.loggedCollaborizeLink,a.loggedWeJITLink,a.collaborizeLink,a.weJITLink{
    text-decoration:none;
}
a.headerSearchButton:hover
{
	text-decoration:none;
	border: 1px solid #919191;	
}
#listsites{
	font-weight: normal;
}
/*--- main content ---*/
.mainContent
{
    width: 656px;
    margin-right:20px;
}
.mainContent .columns-2
{
    width: 318px;
}
.panel
{
    margin-bottom: 1.5em;
    border: 1px solid #d0d0d0;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.panel > h1
{
    background: url(../img/bg_sprite.png) repeat-x scroll 0 -5px transparent;
    font-size: 1.2em;
    line-height: 2em;
    font-weight: bold;
    padding: 5px 0 5px 15px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 0;
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
}

.panel > div.tabs
{
    background: #e4e4e4;
    padding: 5px 5px 3px 10px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 0;
}

.panel > div.tabs > span.label
{
    float: left;
    padding-right: 30px;
    font-size: 1.3em;
    font-weight: bold;
}

.tabs ul
{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabs li
{
    float: left;
}

.panel > div.tabs li a:link, .panel > div.tabs li a:visited
{
    display: block;
    color: #000;
    text-decoration: none;
    padding: 0px 25px 0px 25px;
    margin-right: 8px;
    line-height: 20px;
    border: 1px solid #D0D0D0;
    border-bottom: none;
    height: 28px;
    margin-bottom: -4px;
    background-color: #d7d7d7;
    -moz-border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.panel > div.tabs li a:hover, .panel > div.tabs li a:active
{
    background-position: left top;
}

.panel > div.tabs li a.current
{
    background-color: #fff;
}

.panel > div.tabs li a.current:hover
{
    cursor: default;
}
.panel > h1 > em
{
    font-weight: normal;
    font-style: normal;
}
.panel > div
{
    /*position: relative;*/
    padding: 15px;
}

.panel > div > ul.columns_2
{
    width: 49%;
}

.panel > div > ul.columns_3
{
    width: 31%;
}
.panel > div > ul.columns_4
{
    width: 34%;
}
#topicsFinder #topicsFinderText
{
    margin-right: 10px;
}

#topicsFinder input
{
    padding: 5px;
    outline-width: 0;
    margin: 0;
    background: white none repeat scroll 0 0;
    font-size: 13px;
}
#myBookself
{
    display: none;
}
/*--- right content ---*/
.rightContent
{
    width: 283px;
}
.topicsNewsPanel
{
    margin-bottom: 2.2em;
}
.topicsNewsPanel > h3
{
    font-size: 1.2em;
    line-height: normal;
    font-weight: bold;
    padding-bottom: 1ex;
    border-bottom: 1px solid #d0d0d0;
    position: relative;
	margin-bottom: 1ex;
}
.topicsNewsPanel > h3 > a
{
    font-weight: normal;
    position: absolute;
    right: 0;
	font-size: .85em;
}

.topicsNewsPanel ul
{
    padding-left: 0;
    margin-right: 0;
}
.topicsNewsPanel ul.topicListHolder li a
{
	width:283px;
	word-wrap:break-word;
	word-break:break-word;	
}
.topicsNewsPanel ul li
{
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
	line-height: normal;
}

.topicsNewsPanel ul li div.footer
{
    margin-top: 2px;
    color: #808080;
}

.ratings
{
    width: 62px;
    height: 12px;
}
.activity
{
    width: 90px;
    height: 12px;
}

/*--- Tags Cloud ---*/
#userTagsContainer
{
    text-align: center;
    overflow: auto;
    font-size: 70%;
}
#tagList
{
    margin: 0;
    padding: 0;
}
#displayTags{
	width:243px;
	margin-top: 5px;
}
#displayTags ul li{
	list-style-type: none;
    float: left;
	vertical-align: middle;
	margin-right: 12px;
}
#tagList li
{
    list-style-type: none;
    float: left;
    margin: 0 10px 0 0;
    height: 25px;
	line-height: 1.5em;
    vertical-align: middle;
}
.ie7 #tagList li
{
	line-height:3em;	
}
.tagGroup1{
	color:#6988C7;
}
.tagGroup2{
	color: #3366CC;
}
.tagGroup3{
	color: #123680;
}
.linkToCollaborizeSites
{
    background:url(../img/down_arrow_small.png) right 2px no-repeat;
	padding-right:15px;
}
.dropdown dd ul 
{
	background:#FFFFFF;
	border:1px solid #b3b3b3; 
	color:#333333; 
	display:none;
	left:0px; 
	width:auto; 
	min-width:95px; 
	list-style:none;
	position:relative;
	top:2px;
	z-index:10000;
}
.dropdown span.value 
{ 
	display:none;
}
#noofsites ul li a 
{ 
	padding:5px; 
	display:block;
}
#noofsites ul li a:hover 
{ 
	background:#EAEAEA;
}
#noofsites
{
    clear:both;
    position:relative;
    float:right;
    border:1px solid #EAEAEA; 
    color:#C5C0B0; 
    left:0px;  
    width:auto; 
    min-width:170px; 
    position:relative;
    top:0px;
    text-align:right;
    padding:5px 0px; 
    z-index:9999;
}
#noofsites ul
{
    list-style-type:none;
    margin:0px !important;
    padding:0px !important;
    background:#FFFFFF;
}
/*----Browse by critiria css start ---*/
.topicLayoutContaniner
{
    width:920px;
    margin:0px 15px;
}
.listContainer{
	padding:10px 0px;
}
.topicLayout
{
	border:1px solid #dfdfdf;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:10px 12px 12px 10px;
	margin:10px auto;
	color: #808080;
}
.left img
{
	cursor:pointer;
}
.profileImage img {
    border: 1px solid #BACDEF;
	padding: 2px;
}
.margin-bottom10
{   
    margin-bottom:10px !important;
}
.margin-bottom20
{   
    margin-bottom:20px;
}
.margin-right40
{   
    margin-right:40px;
}
.padding-bottom0
{
	padding-bottom: 0px !important;
}
.copyButton
{
	 padding:4px 24px;
	 background:url(../img/ccl_icons.png) no-repeat scroll -1px -417px transparent;
	 -moz-border-radius:10px;
	 -webkit-border-radius:10px;
	 border-radius:10px;
	 border:1px solid #b3b3b3;
	 font-size:12px;
	 font-weight:bold;
	 color:#333333 !important;
	 margin-left:15px;
	 width: 100%;
}
.copyButton:hover
{
	border: 1px solid #919191;
	text-decoration:none;
}
.loggedInCopyButton
{
	padding:4px 10px;
	background:url(../img/ccl_icons.png) no-repeat scroll -1px -417px transparent;	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-radius-topleft: 10px;
	border-radius-bottomleft: 10px;
	font-size:12px;
	font-weight:bold;
	color:#000000 !important;
	margin-left:19px;
	border:1px solid #b3b3b3;
}

.loggedInCopyButton:hover
{
	border: 1px solid #919191;
	text-decoration:none;
}
.dropDownButton
{
	padding:4px 10px;
	background:#d7d7d7 url(../img/dropDownArrow.png) 3px 5px no-repeat;	
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-radius-topright: 10px;
	border-radius-bottomright: 10px;
	text-indent: -1000em;
	font-weight:bold;
	color:#000000 !important;
	border: 1px solid #b3b3b3;
	/*margin-left:2px;*/
}

.dropDownButton:hover
{
	text-decoration: none;
	border: 1px solid #919191;
}

.copySiteDropDownContainer{
	margin-top:3px;
}
.copySiteDropDown{	
	display:none;
	list-style-type:none;
	background:#ffffff;	
	position:relative;
	top:3px;
	right:7px;
	width:137px;
	padding:0;
	border: 1px solid #b3b3b3;
}
.copySiteDropDown li{
	margin-top:1px;
	padding: 2px 2px 2px 5px;
	cursor:pointer;
	color:#333;
}
.copySiteDropDown li:hover{
	background:#ececec;
	color:#333;
	cursor:pointer;
}
.padding-right10
{
    padding-right:10px;
}
.padding-right35
{
	padding-right:35px
}
.browseBy ul li
{
    color:#3366CC;
	font-size:15px;
	padding:5px 0px 5px 0;
	clear:both;
	height: 28px;
}
.browseBy ul li a
{
    float:left;
}
ul.columns_2 li a
{
    padding-left:40px;
}
.subjectIcons
{
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -1000em;
    margin-right:10px;
}
.topicIcons
{
    width: 38px;
    height: 36px;
    display: block;
    text-indent: -1000em;
    margin-right:10px;
}
.englishReading
{
    background: url(../img/ccl_icons.png) no-repeat 0px -78px;
    height:30px;
}
.mathIcon
{
   background: url(../img/ccl_icons.png) no-repeat -1px -110px;
   height:30px;
}
.historySocialStudies
{
    background: url(../img/ccl_icons.png) no-repeat -1px -148px;
    height:30px;
}
.visualPerformingArts
{
    background: url(../img/ccl_icons.png) no-repeat -1px -184px;
    height:30px;
}
.languages
{
    background: url(../img/ccl_icons.png) no-repeat -1px -220px;
    height:30px;
}
.health
{
    background: url(../img/ccl_icons.png) no-repeat 0px -258px;
    height:30px;
}
.lifeSkills
{
    background: url(../img/ccl_icons.png) no-repeat -1px -296px;
    height:30px;
}
.scienceTechnology
{
    background: url(../img/ccl_icons.png) no-repeat -1px -330px;
    height:30px;
}
.crossCurricular
{
	background: url(../img/ccl_icons.png) no-repeat -1px -525px;
    height:30px;
}
.businessEconomics
{
	background: url(../img/ccl_icons.png) no-repeat 0px -553px;
    height:30px;
}
.philosophyReligion
{
	background: url(../img/ccl_icons.png) no-repeat 2px -583px;
    height:30px;
}
.yesorno
{
    background: url(../img/ccl_icons.png) no-repeat -286px -173px;
    height:30px;
}
.multiplechoice
{
    background: url(../img/ccl_icons.png) no-repeat -286px -106px;
    height:30px;
}
.prioritize
{
    background: url(../img/priority.png) no-repeat -13px -13px;
    height:40px;
}
.prioritizeOptions
{    
    cursor: move;
    padding: 15px;
    border: 1px solid #CCCCCC;
    background: #E9E9E9;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 400px;
    line-height: 20px;
}
.forum
{
   background: url(../img/ccl_icons.png) no-repeat -286px -140px;
   height:30px;
}
.voteorsuggest
{
    background: url(../img/ccl_icons.png) no-repeat -286px -73px;
    height:30px;
}
.textIndent
{
    text-indent: -1000em;
    width:41px;
}
#internalPage h3
{
	font-weight:bold;
	line-height:normal;
}
#totalTopicsShow
{
	padding:2px 10px;
	color:#808080;	
}
/*----Browse by critiria css end ---*/
.searchButton
{
    background: url(../img/ccl_icons.png) no-repeat 0px -47px;
    height: 30px;
    display: block;
    text-indent: -1000em;
}
.searchTab
{
    background:#F2F2F2;
    border:1px solid #d3d3d3;
    width:958px;
    margin:0px 0px 10px 0px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.searchTabOptions
{
    margin:10px 159px 0px;
}
.searchTabOptions h3, .searchTabOptions h6, .searchTabOptions input, .searchTabOptions .searchButton
{
    margin-top:4px !important;
}
.searchTabOptions input
{
    margin:0px 10px;
    font-size:15px;
    padding:3px 5px;
}
.searchTabOptions select
{
    margin:5px 10px 0px;
    font-size:15px;
    padding:0px 0px 0px 0px;
    height:24px;
    width:7.4em;
}
.searchTabOptions h6
{
    color:#868686;
    font-weight:normal;
}
.searchTabOptions h4
{
    font-weight:normal;
    margin-top:6px;
}
.searchTabOptions input[type="checkbox"]
{
    margin:7px 5px 7px 10px;
}

/*Profile*/
#searchFinderText
{
    width:260px;
    margin-right:5px;
	height:20px;
	color: #808080;
	font-size:13px;
	padding-left:5px;
}
#profileInfo
{
	padding-bottom: 2ex;
    border-bottom: 1px solid #d0d0d0;
	clear:both;
	margin-bottom:2ex;
}
#profileInfo img
{
	float:left;
	padding:2px;
	border: 1px solid #BACBDF;
	margin-left: 5px;
}
#profileInfo h1
{
	color:#333333;
	font-size: 1.7em;
	display: inline;
    line-height: 2.1em;
    font-weight: bold;
	float:left;
	padding-left:12px;
	padding-right:10px;	
}
#profileInfo h3
{
	color:#808080;
	font-size:19px;
	line-height:1.8em !important;
	margin-bottom:0px !important;
	float:left;
	padding-right:10px;
	margin-left:0;
	padding-top:3px;
	font-weight:normal;
}
#profileInfo span
{
	float:left; 
	color:#808080; 
	padding-top:13px; 
	padding-left:5px; 
}
#profileInfo a
{
	float:left; 
	padding-top:13px; 
	padding-left:5px; 
	/*font-size: 11px;*/ 
}
#profileInfo ul li
{
	line-height:30px;
	clear:both;
}
#profileInfo ul li span
{
	color:#808080;
	padding:0px 5px 0px 0px;
}
#profileInfo ul li a
{
	padding:0px !important;
}
.count
{
	color:#808080;
	font-weight: normal;
}
.sharedtopics
{
	font-size:19px;
	font-weight:bold;
	padding:0px 5px !important;
	color:#333333 !important;
	float:none !important;
}
.sharedtopicstext
{
	float:none !important;	
}
#homePage h1.welcomeNote
{
     /*margin-top: 10px;*/ 
    margin-bottom: 0px; 
    padding-left:12px; 
    font-size:19px; 
    font-weight:bold; 
    line-height:2.1em;
}
.topicsCount
{
	font-size:15px;
	font-weight:bold;
	margin-bottom:1em;
	margin-left:0px !important;
	padding-right:20px;
}
.columns_7
{
	width:262px;
	float:left;
}
#profileInfo ul li span.profileSubCategory
{
	color:#808080;
	padding:0px 5px 0px 15px;
}
#profileInfo ul li span.profileSubCategoryValue
{
	color:#222;
	word-wrap:break-word;
	word-break:break-word;
	width:240px;
}
.memberSince
{
	width:145px !important;
}
.sortSelectedLink, a.sortSelectedLink:hover
{
	font-weight:bold;
	color:#333 !important;
	cursor:default;
	text-decoration:none;	
}
.sortText
{
	margin-left:0px !important;
	padding-top:6px;	
}
/*Profile ends*/
/*topic details starts*/
.padding-left40
{
    padding-left:40px;
	color:#000;
}
.topicDetailsContainer
{
    border:1px solid #DFDFDF;
    padding:15px;
    margin:5px 0px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
#topicDetailsContainer .blockMsg
{
	top:100px !important;	
}
.topicDetailsContainer > h1
{
    font-size: 1.4em;
    font-weight: bold;
    line-height: normal;
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:1px dashed #999;
    word-wrap: break-word;
}
.selectOptions
{
    margin:15px 35px 0;
}
.selectOptions h4
{
    padding-left:5px;
    margin-bottom:0.86em;
    width: 500px;
}
.rightContent img
{
    margin-left:20px;
    margin-right:10px;
	padding: 2px;
	border: 1px solid #BACDEF;
}
.left h4
{
    margin-bottom:0.25em;
    /*padding-left:5px;*/
    float:left;
}
h4 a.screenName
{
    font-weight:bold;
    word-wrap:break-word;
    word-break:break-word;
}
.left h5
{
    color:#808080;
    font-weight:normal;
    margin-bottom:0.25em;
}
.left h6
{
    font-weight:normal;
    margin-bottom:0.25em;
}
.copy-button-div
{
    margin-top:25px;
	padding-bottom:30px;
	border-bottom:1px solid #D0D0D0;
}
.copyButtonLarge
{
	padding:4px 60px;
	background:url(../img/ccl_icons.png) no-repeat scroll -1px -449px transparent;	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	font-size:15px;
	font-weight:bold;
	color:#333333 !important;
	margin-left:20px;
	margin-bottom:5px;
	text-decoration:none;
	border:1px solid #b3b3b3;
}

.copyButtonLarge:hover{
	text-decoration: none;
	border: 1px solid #919191;
}
.loggedInCopyButtonLarge
{
	padding:4px 40px;
	background:url(../img/ccl_icons.png) no-repeat scroll -1px -449px transparent;	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-radius-topleft: 10px;
	border-radius-bottomleft: 10px;
	font-size:15px;
	font-weight:bold;
	color:#333333 !important;
	margin-left:20px;
	margin-bottom:5px;
	border: 1px solid #b3b3b3;
}

.loggedInCopyButtonLarge:hover{
	text-decoration: none;
	border:1px solid #919191;
}

.dropDownButtonLarge
{
	padding:4px 10px;
	background:#d7d7d7 url(../img/dropDownArrow.png) 3px 8px no-repeat;	
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-radius-topright: 10px;
	border-radius-bottomright: 10px;
	text-indent: -1000em;
	font-weight:bold;
	color:#000000 !important;
	/*margin-left:2px;*/
	margin-bottom:5px;
	font-size:15px;
	border: 1px solid #b3b3b3;
}

.dropDownButtonLarge:hover
{
	text-decoration:none;
	border: 1px solid #919191;
}
.copySiteDropDownLarge
{	
	display:none;
	list-style-type:none;
	background:#ffffff;	
	top:4px;
	right:25px;
	width:229px;
	border: 1px solid #b3b3b3;
}
.copySiteDropDownLarge li{
	padding: 2px 2px 2px 5px;
	cursor:pointer;
	color:#333;
}
.copySiteDropDownLarge li:hover{
	background:#ececec;
	color:#333;
	cursor:pointer;
}
.topicDetailsRightContent
{
	padding:15px;
	border-bottom:1px solid #D0D0D0;
}
.topicDetailsRightContent h4
{
	margin-bottom:0.4em;
	color:#808080;
	font-size:15px;
}
#subjectsEdit, #gradesEdit, #authorEdit, #tagEdit {
	font-size: .8em;
}
.close-icon
{
	font-size:11px;
	color:#333333;
	margin-left:3px;
	position: absolute;
	margin-top: 1px;
}
.close-icon:hover{
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
.topicDetailsRightContent h5
{
	color:#3366CC;
	margin-top:0.4em;
	margin-bottom:0px;
	line-height: normal;
}
.topicUserData
{
	margin:0px;
	padding:0px;
}
.topicUserData h4{
	width: 200px;
}
.topicUserData h5{
	margin-bottom: .85em;
}
.editorContent
{
	border:1px solid #D0D0D0;
	width:605px;
	height:150px;
}
.shared
{
	background: url(../img/ccl_icons.png) no-repeat -1px -364px;
	padding:4px 5px 1px 28px;
    text-indent: -1000em;
    width:45px;
	/*margin-right:5px;*/
}
.archive
{
	background: url(../img/ccl_icons.png) no-repeat -1px -390px;
	padding:4px 5px 1px 28px;
    text-indent: -1000em;
    width:45px;
	/*margin-right:5px;*/
}
div.smallIcons
{
	padding-left:40px;
	padding-top:3px;
	color:#000;
}
.selectList
{
	border:1px solid #b3b3b3;
	height:110px;
	width:249px;
	overflow-y:auto;
}
.selectList ul
{
	list-style-type:none;
}
.selectList ul li
{
	padding:3px 5px;
	border-bottom:1px solid #bcbcbc;
	font-size:13px;
}
.selectList ul li input[type="checkbox"]
{
	margin-right:10px;	
}
.noborder
{
	border: none !important;
}
.saveChanges
{
	border:1px solid #cccccc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	color:#333333;
	padding:4px 8px;	
	margin-right:4px;
	background-color: #f2f2f2;
}
a.saveChanges:focus,a.saveChanges:hover
{
	color:#333333;
	text-decoration:none;
	border: 1px solid #bfbfbf;
}
.cancelLink
{
	padding:4px;	
}
#authorDataArea
{
	max-width:250px;
	min-width:100px;
	height:115px;	
	padding:0px 0px 0px 5px;	
}
.errorMessage
{
	color: red;	
}
.errorMessage > div
{
	text-align:center;
}
.screenavailableMessage
{
	color:#2C9E01;	
}
.screenavailableMessage > div
{
	text-align:center;
}
.topicDescription
{
	word-wrap:break-word;
	word-break:break-word;
	width:626px;	
}
/*topic details ends*/
/*edit profile css start */
.editProfileContainer
{
	padding-top:10px;
}
.editProfileLabel
{
	text-align:right;
	padding-top:10px;
	margin-right:10px;
}
.required
{
	color:#D18D29;
	padding-right:4px;
}
.editInputField input
{
	border:1px solid #BBBBBB;
	padding:4px;
	margin-right:22px;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
}
.changePasswordFields
{
	background:#E9E9E9;
	margin:10px 0px;
	padding: 1px 0;
}
.editInputField > div
{
	padding:10px 7px 0px 0px;
}
.editInputField > a
{
	margin-top:10px;
}
.gravitorText
{
	padding:0px 10px !important;
}
.orange-button
{
	border:0px;
	background:url(../img/yellow_button_bg.gif) repeat-x;
	text-align:center;
	color:#fff;
	padding:5px 0px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
}
.white-button
{
	border:1px solid #a9a9a9;
	background:#fff;
	text-align:center;
	color:#666;
	padding:4px 0px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
}
a.white-button:hover,a.white-button:focus
{
	color:#666;
	text-decoration:none;
}
a.orange-button:hover,a.orange-button:focus
{
	color:#fff;
	text-decoration:none;
}
div.count
{
	margin:0px 10px;
}
legend
{
	padding:0px 10px;
}
.editProfilePanal
{
	margin:5px 0px;
}
/* edit profile css ends*/
/* site dropdown css starts*/
.dropdown dd, .dropdown dt, .dropdown ul 
{ 
	margin:0px; 
	padding:0px; 
}
.dropdown dd 
{ 
	position:relative; 
}
.dropdown a, .dropdown a:visited 
{ 
	text-decoration:none; 
	outline:none;
}
.dropdown dt a
{
	background:url(../img/down_arrow_small.png) no-repeat scroll right 5px transparent; 
	display:block; 
	padding-right:15px;
}
.dropdown dt a span 
{
	cursor:pointer; 
	display:block;
}
.dropdown span.value 
{ 
	display:none;
}
.dropdown dd ul li a 
{ 
	padding:2px 5px 2px 2px; 
	display:block;
	color: #333333;
}
.dropdown dd ul li a:hover 
{ 
	background-color:#ececec;
}
.dropdown img.flag 
{ 
	border:none; 
	vertical-align:middle; 
	margin-left:10px; 
}
.flagvisibility 
{ 
	display:none;
}
.spinnerContainer{
	display:none;
	width:135px;
	height: 36px;
}
.spinner{
	width: 36px;
	height: 36px;
	padding:0px;
	background:url(../img/spinner-black.gif) no-repeat; 
}
/* site dropdown css ends*/
.transparentdiv
{
	background:#000000;
	opacity:0.1;
	filter:alpha(opacity=10);
	z-index:1000;
	position:absolute;
	width:656px;	
}
/* Share topic type starts  */
.shareTopicTag
{
	color: #808080;
}
.shareTopicTitle
{
	background:#e4e4e4;
	width:530px;
	padding:10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
}
.derivativeTopicNote
{
	width:530px !important;
	padding:10px !important;
}
.authorNote
{
	width:530px;
	height:80px;	
	padding:5pxpx 0px 0px 5px;
	border:1px solid #b3b3b3;
}
.addTags
{
	width:530px;
	height:24px;
	padding:0px 0px 0px 5px;	
	border:1px solid #7F9DB9 !important;	
}
.derivativeTopicText
{
	float:left;
	font-size:12px;
	width:480px;
}
.derivativeTopicText div
{
	line-height:normal;	
}
.derivativeTopicText textarea
{
	max-width:473px !important;
	width:473px !important;
	height:72px;
	border:1px solid #b3b3b3;
}
.paddingtop22 {
    padding-top: 22px;
}
div.forgotPasswordConfirmation {
    padding-bottom: 20px;
}
#backtoLogin
{
	margin-top:10px;	
}
/* Share topic type ends  */
/* User Lists starts  */
.userInfo
{
	padding-bottom: 2ex;
    border-bottom: 1px solid #d0d0d0;
	clear:both;
	margin-bottom:2ex;
}
.userInfo img
{
	float:left;
	padding: 2px;
	border: 1px solid #BACDEF;
}
.userInfo h3
{
	color:#333;
	margin-bottom:0px !important;
	float:left;
	font-size:15px;
	padding-left:10px;
}
.userInfo span
{
	color:#808080;
	padding-top:3px;
	padding-left:10px;
}
.userInfo div
{
	padding-top:5px;
}
.userInfo span.sortByText
{
	float:left;
	color:#808080;
	padding-top:8px !important;
	padding-right:5px !important;
	padding-left:0px !important;
}
/* User Lists ends  */
/* Attachment styles starts */
.attachments
{
	padding-top:15px;
	/*padding-left:35px;
	width: 450px;*/
}
.videoAttachment
{
	width: 420px;
	margin:0px auto;
	padding-top:0px !important;
	padding-left:0px !important;
}
.videoAttachmentTitle
{
	padding-top:8px;
	padding-left:0px !important;
	width: 420px;
	margin:0px auto;	
}
.photoAttachmentTitle
{
	padding-left:100px !important;
}
.attachmentTitle
{
	padding-top:8px;
	padding-left:35px;
	word-wrap:break-word;
	width: 420px;
	clear:both;
}
.attachmentTitleyesno
{
	padding-top:8px;
	clear:both;
}
.comments
{
	padding-top:35px;
	clear:both;
}
.comments h6 {
	margin-bottom: 0.75em;
	font-size: 1.1em;
}
.proCon{
	margin-bottom: 0.5em;
}
.previewModal
{
	width: 300px;
	background:#FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	padding:20px;
	text-align:center !important;
}
.previewModal h1
{
	font-size: 25px !important;
	margin-bottom: 0px;
	color: #808080;
}
.previewModal .text
{
	color:#808080;
	font-size:14px;
}
.previewModal a
{
	font-size:14px;
}
.previewModal img
{
	cursor:pointer;
	position:relative;
	top:-33px;
	left:150px;
}
/* Attachment styles ends*/
/* Tags Styles Added */
.boxTags
{
	border:1px solid #b3b3b3;
	cursor: text;
	margin-bottom:10px;
	padding-left: 5px;
}
.tagsul
{
	padding: 0;
	margin: 0;
}
.tagsul .li_tags 
{
	background:#DCDCDC;
    border:1px solid #DCDCDC;
	color: #000000;
	float: left;
	list-style: none;
	margin: 4px 5px 1px 0px;
    padding: 0 15px 0 5px;
    position: relative;
}
.tagsul .li_tags:hover {
	/*border-color: #3274c0;*/
}
.newTagInput {
	display: inline;
	float: left;
	list-style: none;
	/*margin: 0 10px 2px 0;
	padding: 0 2px 2px 0;
	width: 23px;*/
}
.a_tag {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
.a_tag:hover {
	color: #000000;
}
.del {
	text-decoration: none;
	background: url(../img/del_sprite_tag.png) no-repeat scroll 0 0 transparent;
    height: 11px;
	width:11px;
	position: absolute;
	right: 2px;
    top: 4px;
}
.del:hover {
	background: url(../img/del_sprite_tag.png) no-repeat scroll 0 -11px transparent;
}
.newTagInput input[type="text"] {
	border: 1px solid #ffffff;
	font-size: 12px;
	outline: none;
	color: #808080;
	font-family:Verdana, Geneva, sans-serif;
	margin: 4px 0;
	width: 235px;
}
.ac_results
{
	background: #FFFFFF;
	border: 1px solid #475266;
	max-height:100px;
	overflow:hidden;
	z-index: 10000;
	*max-height:;
	*overflow:hidden;
	*height:auto;
}
.ac_results ul
{
	list-style-type:none;
	
}
.ac_results ul li
{
	/*border: 1px solid #51617B; pavan*/
	color:#404040;
	font-size:11px;
	float:none !important;
	cursor:pointer;
	padding: 4px 0px;
	padding-left:7px;
	text-align: left;
}
.ac_over
{
	background:#636F89;
}
.ac_results ul li:hover
{
	/*border: 1px solid #838DA2;*/
}

/* Tags Styles Ended */
.pagination
{
	background:#f2f2f2;	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:5px 0px;
	text-align:center;
	width:645px;
	margin:10px auto 0px;
	color:#333 !important;
	border: 1px solid #cccccc;
}
.pagination:hover{
	border: 1px solid #bfbfbf;
}
#usersPagination
{
	margin:0px auto 5px !important;	
}
/* validation plugin related css */

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	display: block;
	z-index: 5000;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #F6E9D2;
	z-index:5001;
	color: #000000;
	width: 150px;
	font-family: tahoma;
	font-size: 11px;
	border: 2px solid #DD9E35;
	box-shadow: 0 0 6px #808080;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #BBEFBF;
	border: 2px solid #33BE40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
  position:relative;
  z-index: 5006;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #DD9E35;
	border-right: 2px solid #DD9E35;
	box-shadow: 0 2px 3px #808080;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #F6E9D2;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #BBEFBF;
	border-left: 2px solid #33BE40;
    border-right: 2px solid #33BE40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #DD9E35;
	border-right: 2px solid #DD9E35;
	border-bottom: 0 solid #DD9E35;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #DD9E35;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #DD9E35;
}

.greenPopup .formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #33BE40;
	border-right: 2px solid #33BE40;
	border-bottom: 0 solid #33BE40;
}

.greenPopup .formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #33BE40;
}

.greenPopup .formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #33BE40;
}

.tagInputDiv {
  display: none;
  border: 1px solid #bfbfbf;
  max-height:100px;
  z-index: 10000;
  position: absolute;
  overflow: auto;
  margin-top:5px;
  background:#ffffff;
  width:150px;
}
.ie7 .tagInputDiv 
{
	margin-top:32px;
}
.tagInputLine {
  color: #404040;;
  font-weight: normal;
  padding:4px;
}

.tagInputSel {
  background:#ECECEC;
  /*border: 1px solid #838DA2;*/
}


.tagInputLineTag {
  display: inline-block;
}

.tagInputLineFreq {
  min-width: 50px;
  text-align: right;
  display: inline-block;
  float:right;
}


.tagInputSuggestedTags {
  background:#51617B;
  color: #fff;
  margin-top:15px;
}

.tagInputSuggestedTags .label{
  font-weight:bolder;
}

.tagInputSuggestedTagList{

}

.tagInputSuggestedTagList .tag{
  padding:2px;
  cursor:pointer;
  display:inline-block;
  margin:1px;
}

.tagInputSuggestedTagList span.tag:hover{
 border: 1px solid #838DA2;
}

.tagInputSuggestedTagList .tagUsed{
  background-color:#51617B;
}
.loadingIcon
{
	background: url(../img/loading.gif) no-repeat;
	height:20px;
	padding:0px 0px 0px 20px !important;
	border:none;
	margin-left:14px;
}
li.loadingIcon
{
	padding-top:2px !important;
}
.browseListingContainer .loadingIcon
{
	margin-left:0px !important;	
}
.browseListingContainer
{
	margin-top:10px;
}
.checkAvailability {
	background-position: 0px 10px;
	padding:10px 7px 0px 20px !important;
}
.showSaving {
	background-position: 0 4px;
    padding: 4px 0 0 20px !important;
}
#CheckAvailability{
	padding:8px 0px 0px 10px;	
}
.schoolName
{
	color:#000 !important;
}
#sortByUserOptions
{
	margin:0px !important;	
}
.userSortOptions
{
	padding-bottom: 2ex;
    border-bottom: 1px solid #d0d0d0;
	margin-bottom:2ex;
}
/*footer style start*/
#footer{
	width: 100%;
	border-top:solid 1px #d0d0d0;
	margin-top:10px;
	padding-top:10px;
}
.leftFooterCont{
	margin-top:10px;
	font-size: .9em;
	color: #808080;
}
.leftFooterCont ul{
	list-style-type:none;
}
#footer ul li {
	display:inline;
	/*margin-right:3px;*/
}
#footer ul li  a{
	/*color: #000 !important;*/
	color: #808080 !important;
}
#footer .footerImageLink{
	float:right;
	border: none;
}
#footer .footerImageLink: hover{
	border: none;
}
#footer .footerImage{
	width:210px;
	height:68px;
	background: url("../img/democrasoft.jpg") no-repeat;
}
/*footer style ends*/



/* ccl2 new css added */
.panel > div > ul.columns_1
{
    width: 100%;
}
ul.columns_1 li a {
    padding-left: 40px;
    padding-top:2px;
}
.smallPanel
{
	width:310px;
	margin-right:30px;	
}
.image
{
    background: url(../img/ccl_icons.png) no-repeat -286px -224px;
    height:30px;
}
.video
{
    background: url(../img/ccl_icons.png) no-repeat -286px -260px;
    height:30px;
}
.pdf
{
   background: url(../img/ccl_icons.png) no-repeat -286px -298px;
   height:30px;
}
.microsoftOffice
{
    background: url(../img/ccl_icons.png) no-repeat -286px -338px;
    height:30px;
}
.tabs a
{
	padding:7px 20px;
	font-size:12px;
	color:#333333;	
	font-weight:normal;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px; 
	border:1px solid #d3d3d3;
	border-bottom:0px;
	position:relative;
	top:6px;
	left:30px;
	margin-right:5px;
	background:#dfdfdf;
}
.tabs a:hover,.tabs a:focus
{
	text-decoration:none;	
}
.tabs a.active
{
	background:#fff;
	cursor:default !important;
}
.searchTabs a.active 
{
	font-weight:bold;	
}
.searchTabs a.active span
{
	font-weight:normal !important;	
}
.searchTabs a
{
	left:10px !important;
	padding: 7px 30px !important;
}
.searchTabs{
	margin-top: 10px;
}

.myBookselfTopicList
{
	padding:10px 0px;	
}
.myBookselfTopicList ul li
{
	border-bottom:1px dotted #d3d3d3;
	padding:7px 3px;
}
.myBookselfTopicList ul li.first
{
	border-top:1px dotted #d3d3d3;
}
.myBookselfTopicList ul li > div
{
	margin-right:10px;	
}
.favorite
{
	background: url(../img/ccl_icons.png) no-repeat -286px -374px;
	padding-top:1px;
    text-indent: -1000em;
    width:16px;
}
.welcomeContent
{
	background:#f0f0f0;
	border:1px solid #dfdfdf;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px;
}
.gettingStartedButton
{
	font-size:12px !important;
	width:100px !important;
	font-weight:normal;
	line-height:22px;
}
#welcomeContentCloseButton
{
	border:0;
	cursor:pointer;
	position:relative;
	left:0px;
	top:0px;
	z-index:100000;
}
.welcomeContentText
{
	background:url(../img/sample_text_box.png) no-repeat;
	height:140px;
	text-align:center;
}
div.starRating
{
	height:17px;
	float:left;
	padding:0px 5px;	
}
.starRatingCount
{
	color:#DD7600;	
	padding-top:1px;
}
.topicMetaData
{
	width:105px;	
}
.topicDetailsRightContent .starRating
{
	padding: 5px 5px 5px 0;		
}
h4.span-4
{
	width:225px;	
}
.yourRating
{
	padding:2px 8px !important;	
}
.changeLink
{
	padding:2px 0px;	
}
div#smallAppleRating
{
	height:12px;
	float:left;
	padding:2px 5px;	
}
.ratingInViewList
{
	padding:4px 3px 0px 5px !important;		
}
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div#avgUserRatingDiv div.rating-cancel,div#avgUserRatingDiv div.star-rating{
	float:left;
	width:15px;
	height:16px;
	text-indent:-999em;
	cursor:pointer;
	display:block;
	background:transparent;
	overflow:hidden
}
div#avgUserRatingDiv div.rating-cancel,div#avgUserRatingDiv div.rating-cancel a{
	
}
div#avgUserRatingDiv div.star-rating,div#avgUserRatingDiv div.star-rating a{
	background:url(../img/star.png) no-repeat 0 0px
}
div#avgUserRatingDiv div.rating-cancel a,div#avgUserRatingDiv div.star-rating a{
	display:block;
	width:16px;
	height:100%;
	background-position:0 0px;
	border:0
}
div#avgUserRatingDiv div.star-rating-on a{
	background-position:0 -17px!important
}
div#avgUserRatingDiv div.star-rating-hover a{
	background-position:0 -34px
}
/* Read Only CSS */
div#avgUserRatingDiv div.star-rating-readonly a{
	cursor:default !important
}
/* Partial Star CSS */
div#avgUserRatingDiv div.star-rating{
	background:transparent!important;
	overflow:hidden!important
}

div#yourRating div.rating-cancel,div#yourRating div.star-rating{
	float:left;
	width:15px;
	height:16px;
	text-indent:-999em;
	cursor:pointer;
	display:block;
	background:transparent;
	overflow:hidden
}
div#yourRating div.rating-cancel,div#yourRating div.rating-cancel a{
	
}
div#yourRating div.star-rating,div#yourRating div.star-rating a{
	background:url(../img/star.png) no-repeat 0 0px
}
div#yourRating div.rating-cancel a,div#yourRating div.star-rating a{
	display:block;
	width:16px;
	height:100%;
	background-position:0 0px;
	border:0
}
div#yourRating div.star-rating-on a{
	background-position:0 -17px!important
}
div#yourRating div.star-rating-hover a{
	background-position:0 -34px
}
/* Read Only CSS */
div#yourRating div.star-rating-readonly a{
	cursor:default !important
}
/* Partial Star CSS */
div#yourRating div.star-rating{
	background:transparent!important;
	overflow:hidden!important
}
div#smallAppleRating div.rating-cancel,div#smallAppleRating div.star-rating{
	float:left;
	width:12px;
	height:12px;
	text-indent:-999em;
	cursor:pointer;
	display:block;
	background:transparent;
	overflow:hidden
}
div#smallAppleRating div.rating-cancel,div#smallAppleRating div.rating-cancel a{
	
}
div#smallAppleRating div.star-rating,div#smallAppleRating div.star-rating a{
	background:url(../img/star_small.png) no-repeat 0 0px
}
div#smallAppleRating div.rating-cancel a,div#smallAppleRating div.star-rating a{
	display:block;
	width:12px;
	height:100%;
	background-position:0 0px;
	border:0
}
div#smallAppleRating div.star-rating-on a{
	background-position:0 -13px!important
}
div#smallAppleRating div.star-rating-hover a{
	background-position:0 -26px
}
/* Read Only CSS */
div#smallAppleRating div.star-rating-readonly a{
	cursor:default !important
}
/* Partial Star CSS */
div#smallAppleRating div.star-rating{
	background:transparent!important;
	overflow:hidden!important
}

/*comments css added*/

.user_comments{
	border:1px solid #DFDFDF;
	color: #333333;
	font-size: 12px;
	padding:5px;
	margin-top:15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
.comments_count_sort{
	
}
.comments_count_sort_left_cell{
	padding:10px 0px 0px 10px;
}
.comments_count_sort_right_cell{
	padding-right: 5px;
	color: #808080;
}
.comments_count_sort_right_cell span{
	padding:7px 5px 0px 0px;	
}
.comments_count_sort_right_cell select{
	color: #333333
}
.gray_color{
	color: #808080 !important;
}
.comments_userProfile{
	background:#e4e4e4;
	border-radius: 5px 5px 5px 5px;
	margin: 5px;
	padding:7px 10px 2px 10px;
	font-size: 13px;
}
.webkit .comments_userProfile{
	padding:7px 10px 6px 10px;
}
.ie7 .comments_userProfile{
 	min-height: 50px;
}
.comments_userProfile img{
	margin: 0 10px 0 0;
	border: 1px solid #BACDEF;
	padding: 2px;
}
.comments_commentText{
	margin: 5px;
	padding: 0 0 10px 10px;
	word-break: break-word;
	word-wrap: break-word;
}
.comments_loadMore{
	text-align:center;
	margin:5px;
	border: 1px solid #DFDFDF;
	border-radius: 5px 5px 5px 5px;
	font-weight: bold;
}
.comments_header{
	padding: 5px;
}
.commentsHeaderDiv
{
	padding:5px 5px 0px 5px;
}
.comments_heading
{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	padding-right:20px;
}
.comments_post{
	margin-top: 10px;
}
.comments_post img{
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #BACDEF;
	padding: 2px;
}
.comments_post textarea{
	width: 90%;
	max-width:90%;
	height: 40px;
	padding: 2px;
	margin: 0px;
	margin-bottom:10px;
}
.comments_post a{
	margin-right: 0px;
}
#postingCommnetLoader{
	float: right;
	margin: 0.8em;
	display: none;
}
.searchTabsContainer
{
	border:1px solid #D0D0D0;
	margin-top:10px;
}
.dynamicContentText
{
	position:relative;
}
.gettingStartedContentainer
{
	top:-15px;	
}
.downloadCountData
{
	margin-bottom:5px;
}
#noRatingYet
{
	padding-top:5px;
}
.icons-wejit_logo_small {
width: 53px;
height: 45px;
}
.popup .popupHeader {
border-bottom: 1px solid #9fbbd8;
}
.popup .popupHeader h6 {
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
background: #f0f6fe;
border: 1px solid #9fbbd8;
border-bottom: 0;
padding: 10px;
margin: 20px 20px 0 0;
background-color: #f0f6fe;
}
/*.popup .popupContent .topContent .socialNetworkingButtons {
text-align: center;
margin: 0 auto;
width: 400px;
margin-bottom: 30px;
padding: 5px;
}*/
.popup .popupContent .bottomContent {
border-top: 1px solid #9fbbd8;
padding-top: 30px;
text-align: center;
margin: 0 auto;
}
.popup .popupContent .bottomContent form {
width: 320px;
margin: 0 auto;
}
.popup .popupContent .bottomContent form>div {
margin-bottom: 20px;
}
strong, dfn {
font-weight: bold;
}
.popup .popupContent .bottomContent form>div label {
display: block;
vertical-align: text-top;
color: #333333;
text-align: left;
margin-top: 3px;
width: 120px;
}
.popup .popupContent .bottomContent form>div input[type=text], .popup .popupContent .bottomContent form>div input[type=password] {
padding: 5px 0px 5px 5px;
width: 98%;
border: 1px solid #ccc;
margin-top: 5px;
float: left;
}
.popup .popupContent .bottomContent form .wejitForgotPassword {
height: 20px;
}
.popup .popupContent .bottomContent form>div {
margin-bottom: 20px;
}
/*.popup .popupContent .topContent .socialNetworkingButtons a {
color: #666666;
display: block;
float: none;
font-weight: bold;
font-size: 1.24em;
text-indent: 2.5em;
text-shadow: 0.1em 0.1em 0.05em #FFFFFF;
width: 155px;
line-height: 42px;
border:2px solid #bfbfbf; 
padding: 5px;
border-radius: 6px;
background-color: #e3e3e3;
}*/
.icons-fb_large {
background-position: 0 -1217px;
background: url(ccl/img/fb_large.png)no-repeat;
}
}
.icons-google_large {
background-position: 0 -848px;
}
.toYourWeJITAccount{
    font-size: 1em;
    font-weight: bold;
    color: #666666;
}
.icons-wejit_logo_small {
    background: url('images/icons-s2699af7617.png') no-repeat;
}
/*.popup .popupContent .topContent {
padding: 5px 0px 0px 10px;
margin-left: 10px;
text-align: center;
margin: 0 auto;
}*/
.blueButton {
background: #00579e;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: gray 0 0 4px;
-moz-box-shadow: gray 0 0 4px;
box-shadow: gray 0 0 4px;
border: 1px solid #9fbbd8;
color: #fff;
font-weight: bold;
text-align: center;
padding: 5px 15px;
cursor: pointer;
}
.icons-wejit_logo_small{
  width:53px;
  height:45px;
  background-image: url(/ccl/ccl/img/wejit_logo_small.png);
}
.icons-fb_large{
    background: url('/ccl/img/fb_large.png')no-repeat;
}
.socialNetworkBtnDivs{
    border: 1px solid #bfbfbf;
    padding: 5px;
    width: 140px;
    border-radius: 8px;

}
.signUpDetails,.toYourWeJITAccount{
    text-align: center;
    margin-bottom: 10px;
    margin-top: 17px;
    font-size: 1em;
    font-weight: bold;
    color: #666666;
}
.socialNetworkingButtons{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    
}
.social{

}
.wejitGoogle,.wejitFacebook{
    margin-left: 12px;
    vertical-align: middle;
}
.socialNetworkBtnDivs a{
    vertical-align: top !important;
    line-height: 42px;
    margin-left: 16px;
    font-weight: bold;
    font-size: 1.24em;
    text-indent: 2.5em;
    text-shadow: 0.1em 0.1em 0.05em #FFFFFF;
    color: #666666;

}
.socialNetworkBtnDivs a:hover{
    text-decoration: none;
}
.textOrder{
        display: inline-block;
        position:relative;
}
.socialNetworkBtnDivs{
    background-color:#d8d8d8;
    width: 150px;
}
.popupWidth{
    width: 530px !important;
}
.forgotPasswordFormWejit{
    margin-top: 20px !important;
}
#forgotPasswordForm div h6 strong,#forgotPasswordForm div h6,#forgotPasswordForm div label{
    color:#666666;
}
.confClass{
    width: 444px;
    margin-left: auto;
    margin-right: auto;
}
.confClassMain,.confClass {
    height: 44px;
    margin-top: 20px;
    width: 444px;
    margin-left: auto;
    margin-right: auto;
}
.forgotPasswordInstructions,#forgotPasswordConfirmation div h6 strong{
    color: #666666
}

/* Styles for Start a Discussion button */
#ask, #comment {
    margin-right: 17px;
}
#ask a {
    text-decoration: none !important;
}
#ask a {
    background: transparent url("/ccl/img/tab.gif") no-repeat scroll 0px 0px;
    color: #333;
    display: block;
    font-size: 16px;
    height: 72px;
    padding: 15px 0px 0px 15px;
    text-decoration: none;
    width: 217px;
}
.maintab {
    width: 217px;
    height: 87px;
    float: left;
    position: relative;
}
#ask .ask-title {
    background: transparent url("/ccl/img/ask_icon.gif") no-repeat scroll 0px 0px;
}
.ask-title {
    padding: 0px 0px 0px 35px;
    display: block;
    width: 140px;
    height: 35px;
    text-align: center;
    line-height: 1.2;
}
.ask-secondary {
    font-size: 12px;
    color: #999;
    display: block;
    clear: both;
    width: 200px;
    padding: 5px 0px 0px;
    text-align: center;
}