﻿/* ------- HEADER ------ */

.header{
	width: 950px;
	margin-bottom:10px;
	min-width:950px;	
	margin: 10px auto;
	overflow:visible;
}

.header_menu,.masterPage_Footer_MenuFooter_ul
{
    font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0;
}

.header_menu_li
{
    display:inline;
    list-style-type:none;
}

.header_FriendRequestsIcon {
     padding-top:3px;
}

.header_MailIcon {
     padding-top:3px;
}

.header_LoguedUserName {
     color:Black;
     font-size:14px;
} 

/* ------- COMMON ------- */

body  {
	background: #EAEAEA;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link 
{
    color: #00479a;
    text-decoration:none;}
a:hover
{
    color:#666666;
    text-decoration:none;
}
a:visited
{
    color: #00479a;
    text-decoration:none;}
a:active
{
    color: #00479a;
    text-decoration:none;
}

h3{
	color:#00479A;
	margin:0 0 0 0;
    padding:0 0 0 0;
    border-bottom-style:solid;
    border-bottom-width:thin;
    border-bottom-color:#EEEEEE;
}

h4
{
    margin:0 0 0 0;
    padding:0 0 0 0;
}

br {
    clear: left;
}

/* ------- MASTER PAGE STRUCTURE ------- */

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybRt #sidebar1 p" rule.
*/

.twoCol #container { 
	width: 950px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	position:relative;
	padding:3px; /* this overrides the text-align: left on the body element. */
	min-width:950px;
}

.twoCol #sidebar1 {
	float: right; 
	/*background:#FFFFFF;*/
	width: 49%; /* since this element is floated, a width must be given */
}

.twoCol #sidebar2 {
	float: left; 
	/*background:#FFFFFF;*/
	width: 58%; /* since this element is floated, a width must be given */
}

.twoCol #sidebar3 {
	float: right; 
	/*background:#FFFFFF;*/
	width: 37%; /* since this element is floated, a width must be given */
	padding-right:10px;
}

.sidebar1Box {
	width:96%;
	background:#FFFFFF;
	margin-bottom:5px;
	padding: 5px 10px 10px 10px;
}

.sidebar2Box {
	width:96%;
	background:#FFFFFF;
	margin-bottom:5px;
	padding: 5px 10px 10px 10px;
}

.sidebar3Box {
	width:96%;
	background:#FFFFFF;
	margin-bottom:5px;
	padding: 5px 10px 10px 10px;
}

.twoCol #mainContent {
    margin: 0 20em 0 10px; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
    width :49%
}

.twoCol .content{
	padding: 8px;
	background:#FFFFFF;
	margin-bottom:5px;
	width:97%;
}

.twoCol #sidebar1 p, .twoCol #mainContent p{
	font-size:85%;
}
 
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/

/* ------ LOGIN -------- */

.contenedorComunidad{
	width: 790px; 
	margin: 10px auto;
	height: 60%;
}

.contenedorRayas{
	background-image:url('Images/backgroundRayas.png');
	background-repeat:no-repeat;
	height:388px;
}

.linkRegistrar{
    text-align:right;
    font-size:smaller;
    white-space:nowrap;
}

.linkButtonEnter{
    padding:0px;
    width:auto;
}

.menuLogin{
    background-image:url('Images/backgroundBlue2.png');
	background-position:left;
	background-repeat:repeat-x;
	height:auto;
    font-size:90%;
    font-weight:bold;
    color:#FFFFFF;
    width:300px;     
}

.menuLogin a:link {
	color: #FFFFFF;}
.menuLogin a:hover{
    color:#FFFFFF;}
.menuLogin a:visited{
	color: #FFFFFF;
	text-decoration:none;}
.menuLogin a:active{
	color: #FFFFFF;}

#buttonEnter{
	float:right;
}

#buttonEnter p{
	color: #ffffff;
	float:left;
}

#login p{
	float:right;
	margin: 10px 10px auto auto;
}

#info1{
	width:100%;
	height:29%;
}

#logo
{
	width:33%;
	height:100%;
	float:left;
}

#logo img{
	margin:20px auto auto 70px;
}

#text{
	width:60%;
	height:100%;
	float:left;
}

#text img{
	margin:40px auto auto 5px;
}

#info2{
	width:100%;
	height:69%;
	
}

#loginPage_RegisterImage{
	width:32%;
	height:100%;
	float:left;
}

#loginPage_RegisterImage img{
	margin: 11% auto auto 10%;
}

#loginPage_BuketecasImage{
	width:32%;
	height:100%;
	float:left;
}

#loginPage_BuketecasImage img{
	margin: 10% auto auto 10%;
}

#loginPage_CommentImage{
	width:32%;
	height:100%;
	float:left;
}

#loginPage_CommentImage img{
	margin: 10% auto auto 10%;
}

.contenedorBlue{
	background-image:url('Images/backgroundBlue.png');
	background-position:left;
	background-repeat:repeat-x;
	width:100%;
	height:120px;
}

.contenedorTotal{
    width:auto;
    height:auto;
}

#texto{
	width:55%;
	height:100%;
	float:left;
}

#joinButton{
	float:right;
}

.joinButtonImage{
	float:right;
	margin:8% 4% auto auto;
}

.enlaceTexto{
	color:#ffffff;
	font-weight:bolder;
	text-align:center;
	font-size:large;
	margin-top:12%;
}

#texto a:link {
	color: #ffffff;
	text-decoration:none;
}
	
#texto a:hover{
    color:#f7f5f5;
    text-decoration:none;
}
#texto a:visited{
	color: #f7f5f5;
	text-decoration:none;}
#texto a:active{
	color: #ffffff;
	text-decoration:none;
}

/* ----  FOOTER ------ */

.footer_menu_li
{
    margin-right:10px;
    display:inline;
    list-style-type:none;
}

.masterPage_Footer_MenuFooter_ul
{
    padding-left:10px;
    margin-top:0;
    padding-top:5px;
}

.masterPage_Footer
{
	width:950px;
	margin: 10px auto;
	position: relative;
	height:30px;
}

.loginPage_Footer{
	width:873px; 
	margin: 10px auto;
	position: relative;
	margin-bottom:20px;
	height:40px;
}

.masterPage_DevelopedBy
{
    text-align:center;
    font-size:smaller;
}

.masterPage_Footer_MenuFooter,.loginPage_Footer_MenuFooter{
   text-align: left;
   float:left;
   font-size:80%;
   color:#666666;
}

.masterPage_Footer_MenuFooter
{
    margin-top:4px;
}

.masterPage_Footer_FollowUsFooter{
   float:right;
   margin-right:175px;
}

.masterPage_Footer_FollowUsFooter_Facebook, .masterPage_Footer_FollowUsFooter_Twitter
{
    float:right;
    margin-right:10px;
}


/* ----- COMMENTS, SECONDARY COMMENTS, SENTENCES OF TODAY ------ */

.book_sumary h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004FAC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	line-height: 16px;
}
.book_sumary p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 14px;
}
.book_sumary .name {
	font-weight: bold;
	color: #004FAC;
}
.book_sumary .user {
	font-weight: bold;
	color: #004FAC;
}
.date, .comment_date {
	color: #999;
}
.date, .comment_date, .comment_delete
{
    font-size: 11px;
	font-style: italic;
}
.book_sumary .author {
}
.book_sumary_user-img {
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow:hidden;
}
.user-img, .user_edit-img {
	float: left;
	height: 35px;
	width: 35px;
	position: relative;
	overflow: hidden;
}
.sinopsis_book-img {
	height: 90px;
	width: 70px;
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
	position: relative;
	overflow:hidden;
}
.consigna-img{
	float: left;
	height: 50px;
	width: 50px;
	overflow: hidden;
}
.consigna p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	color: #666;
}
.comment, .comment_edit, .comment_sinopsis, .consigna {
	margin-bottom: 10px;
}
.comment, .comment_edit, .consigna {
	margin-left: 75px;
	width:350px;
}
.comment  {
	padding: 10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	/*border-radius: 8px;*/
	position: relative;
	background-image: url(../Images/Comment-fondo.gif);
}
.comment_author {
	font-weight: bold;
	color: #004FAC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.comment_actual_text {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.comment_date
{
    text-align:right;
    margin-top:4px;
}

.flecha_comment_edit, .flecha_comment , .flecha_consigna{
	background-repeat: no-repeat;
	background-position: right 10px;
	height: 50px;
	width: 10px;
	position: relative;
	float: left;
}
.flecha_comment_edit, .flecha_comment {
	left: 30px;
}
.flecha_consigna{
	left: 15px;
}
.flecha_comment_edit , .flecha_consigna{
	background-image: url(../Images/Comment-edit-flecha-lateral.gif);
}
.flecha_comment  {
	background-image: url(../Images/Comment-flecha-lateral.gif);
}
.comment_edit , .consigna{
	padding: 10px;
	background-color: #F4F4F4;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	/*border-radius: 8px;*/
	position: relative;
	background-image: url(../Images/Comment-edit-fondo.gif);
}

.btn_comment {
	margin-top: 12px;
	text-align: right;
}
.btn_comment a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #ccc;
	background-color: #004FAC;
}

.comment_sinopsis {
	background-image: url(../Images/sinopsis-fondo.gif);
	background-repeat: repeat;
	background-position: left 7px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	/*border-radius: 8px;*/
	position: relative;
	overflow: auto;
	padding: 10px;
}

.comment_sinopsis br {
    clear:none;
}

.flecha_sinopsis {
	line-height: 1px;
	background-image: url(../Images/sinopsis-flecha-superior.gif);
	background-repeat: no-repeat;
	background-position: 18px bottom;
	height: 10px;
	position: relative;
	background-color: #FFF;
	clear: both;
}
.comment_sinopsis  p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
}
.see_more_book {
	clear: both;
	padding-top: 2px;
}
.see_more_book a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004FAC;
	position: relative;
	text-decoration: none;
}

.comment_head_actual_text {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* ------ Stars Ranking ----- */

.rank ul {
	list-style: none;
	margin: 3px;
	padding: 0px;
	width: 80px;
	height: 16px;
	position: relative;
	background: url(../Images/RankStars.png) top left repeat-x;
	margin-left:0px;
}
.rank li {
	padding: 0px;
	margin: 0px;	
	float: left;	
}
.rank li.current-rating {
	background: url(../Images/RankStars.png) left bottom;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
.rank li a {
	display: block;
	width: 8px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	background-image: none;
}
.rank li a:hover {
	background: url(../Images/RankStars.png) left center;
	z-index: 1;
	left: 0px;
}
.rank a.star-1 {left: 0px;}
.rank a.star-1:hover {width: 8px;}
.rank a.star-2 {left: 8px;}
.rank a.star-2:hover {width: 16px;}
.rank a.star-3 {left: 16px;}
.rank a.star-3:hover {width: 24px;}
.rank a.star-4 {left: 24px;}
.rank a.star-4:hover {width: 32px;}
.rank a.star-5 {left: 32px;}
.rank a.star-5:hover {width: 40px;}
.rank a.star-6 {left: 40px;}
.rank a.star-6:hover {width: 48px;}
.rank a.star-7 {left: 48px;}
.rank a.star-7:hover {width: 56px;}
.rank a.star-8 {left: 56px;}
.rank a.star-8:hover {width: 64px;}
.rank a.star-9 {left: 64px;}
.rank a.star-9:hover {width: 72px;}
.rank a.star-10 {left: 72px;}
.rank a.star-10:hover {width: 80px;}



/* --------- CLASSES ------- */

.ranking_book_img_left
{
    float:left;
    width:70px;
    height:90px;
    overflow:hidden;
    margin-right:10px;
}

.ranking_person_img_left
{
    float:left;
    width:60px;
    height:60px;
    overflow:hidden;
    margin-right:10px;
}

.mymessages_person_img_left
{
    float:left;
    width:40px;
    height:40px;
    overflow:hidden;
    margin-right:10px;
}

.masterPage_PersonRanking_RightDescription
{
    float:left;
    width:185px;
}

.masterPage_BookRanking_RightDescription
{
    float:left;
    width:175px;
}

.full_RightDescription
{
    float:left;
    width:350px;
}

.mymessages_ReadMessage
{
    background-color:#EFFBFB;
}

.commentBrowsePage_Tags
{
    font-weight:bold;
    color:#004FAC;
}

.publicPersonView_person_img_left
{
    float:left;
    width:60px;
    height:60px;
    overflow:hidden;
    margin-right:10px;
}

.formAccept{
    text-align:center;
}

.bookImageInRepeater{
    float:left;
	width:70px;
	height:90px;
	overflow:hidden;
	margin-right:10px;
}

.bookImageInRepeater_description
{
    float:left;
    width:350px;
}

.personImageInRepeater
{
    float:left;
    width:60px;
    height:60px;
    overflow:hidden;
    margin-right:10px;
}

.forumViewPagePersonImageInRepeater
{
    float:left;
    width:50px;
    height:50px;
    overflow:hidden;
    margin-right:10px;
}

.commonImportantText
{
    font-weight: bold;
	color: #004FAC;
}

.bukearImageInRepeater
{
    float:left;
    width:50px;
    height:50px;
    overflow:hidden;
    margin-right:10px;
}

.forumMainItemDiv
{
    float:left;
    width:100%;
    border-bottom:2px #ececec dotted;
    padding-bottom:10px;
    padding-top:10px;
}

.forumBrowsePageTopicsDiv
{
    padding-left:20px;
}

.forumBrowsePageTopicDiv
{
    padding-top:7px;
}

.forumMainItemLeftText
{
    margin-left:60px;
}

.repeaterDiv
{
    float:left;
    width:100%;
}

.personImageInRepeater_description
{
    float:left;
}

.dataPager{
    text-align:center;
}

.handMouse{
   cursor:pointer;
   cursor:hand;
}

.PositiveCalification{
    color:Green;
}

.NegativeCalification{
    color:Red;
}

.DescriptorsCheckBoxList tr td { width: 50%; }

.UserRegisteredInvitationToComment{
    font-weight:bold;
}

.greyTextBox, .GenericBrowse_TextBox, .SentenceOfToday_TextBox
{
    border:solid 1px #D8D8D8;
    border-collapse:collapse;
    background-color:#F2F2F2;
}

.divGenericBrowse{
    margin-top:10px;
    margin-bottom:10px;
    vertical-align:middle;
}

.GenericBrowse_TextBox, .SentenceOfToday_TextBox
{
    vertical-align:top;
    height:22px;
    width:75%;
}

.InlineSecondaryComment_TextBox
{
    vertical-align:top;
    height:22px;
    border:solid 1px #D8D8D8;
    border-collapse:collapse;
}

.commentBrowsePage_ViewAllSecondaryComments
{
    font-weight:bold;
    color:#004FAC;
}

.simpleCommonTitle,.simpleCommonTitleBig
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #004FAC;
}

.simpleCommonTitle
{
	font-size: 13px;
}

.simpleCommonTitleBig
{
	font-size: 14px;
}

.simpleCommonFormFieldLabel
{
    font-size:smaller;
    color:Gray;
}

.simpleCommonTitle_noWrap
{
    height:16px;
    overflow:hidden;
}

.simpleCommonIconAndDescription_icon
{
    float:left;
    margin-right:5px;
}

.simpleCommonIconAndDescription_description
{
    float:left;
}

.marterPage_GoogleAd
{
    width:160px;
    height:600px;
    overflow:hidden;
    margin-left:15px;
}

.masterPage_News_ImageDiv
{
    float:left;
    margin-right:20px;
    width:150px;
    height:150px;
    overflow:hidden;
}

.viewNewsPage_ImageDiv
{
    margin-left:auto;
    margin-right:auto;
    width:300px;
    height:300px;
    overflow:hidden;
}

.publicProfileViewPage_BigImageDiv
{
    margin-left:auto;
    margin-right:auto;
    width:350px;
    height:350px;
    overflow:hidden;
}

.TagsCloud a:link 
{
    color:#666666;
    text-decoration:none;}
.TagsCloud a:hover
{
    color:#004FAC;
    text-decoration:none;
}
.TagsCloud a:visited
{
    color:#666666;
    text-decoration:none;}
.TagsCloud a:active
{
    color:#666666;
    text-decoration:none;
}

.dataPagerActiveLink, .dataPagerNotActiveLink
{
    padding:5px 5px 5px 5px;
    border-style:solid;
    border-width:thin;
    border-color:#D6D7D7;
    font-weight:bold;
    margin-right:5px;
}

.dataPagerActiveLink
{
    background-color:#CAE2E8;
}

.dataPagerNotActiveLink
{
    background-color:#E3E3E3;
}

.commonLoadingDiv
{
    font-weight:bold;
    border-style:solid;
    border-color:#888888;
    background-color:#E3E3E3;
    position:fixed;
    left:50%;
    top:50%;
    margin-left:-100px;
    margin-top:-25px;
    width:200px;
    height:50px;
    z-index:200;
}

.inputButtonGrey, .inputButtonBlue, .inputButtonWhite
{
    cursor:pointer;
    cursor:hand;
}

.content input[type=button], .inputButtonBlue{
    border-collapse:collapse;
    border-bottom-style:solid;
    border:solid 0px #00479a;
    background-color:#00479a;
    color:White;
    padding:5px;
    font-weight:bold;
    font-family:@Arial Unicode MS;    
}

.inputButtonWhite
{
    border-collapse:collapse;
    border-bottom-style:solid;
    border:solid 0px #FFFFFF;
    background-color:#FFFFFF;
    color:#00479a;
    padding:5px;
    font-weight:bold;
    font-family:@Arial Unicode MS;
}

.inputButtonGrey{
    border-collapse:collapse;
    border-bottom-style:solid;
    border:solid 0px #666666;
    background-color:#666666;
    color:White;
    padding:5px;
    font-weight:bold;
    font-family:@Arial Unicode MS;    
}

.content input[type=text], .content input[type=password], .content select{ 
    height:22px;
    width:80%;
    vertical-align:middle;
    padding:0px;
    font-size:100%;
    color:#666666;
    font-weight:lighter;
}

.contenedorComunidad select, .content select{
    height:22px;
    vertical-align:middle;
    padding:0px;
    font-size:100%;
    color:#666666;
    font-weight:lighter;
    width:auto;
}

.campo {
    margin-bottom: 10px;
    display:inline;
}

.captcha
{
    width:150px;
    margin:0 auto 0 auto;
}

.promocion{
	background:#00479a;
	color:white;
	width: inherit;
	margin: 1px auto; 
	vertical-align:middle;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	padding-top:15px;
	padding-bottom:15px;
}

.promocion a:link 
{
	color: #FFFFFF;
}
.promocion a:hover
{
    color:#FFFFFF;
}
.promocion a:visited
{
	color: #FFFFFF;
}
.promocion a:active
{
	color: #FFFFFF;
}

.dottedBottom{
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom:2px #ececec dotted;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.inputTextTelerik{
    background-color:White;
}

.unput textBox{
    width: 500px;
    height: 150px;
    border:1px solid #A7B39F;
    margin:2px;
    color:#F05700;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
} 