/* @override 
	http://127.0.0.1/~fernando/webspectacular/styles/styleV2test/css/controlPanel.css
	http://localhost/~josanchez/ws/styles/styleV2test/css/controlPanel.css
	http://localhost/~josanchez/ws/php/plasticbriqFramework/interfaceFiles/css/controlPanel.css
*/


.testWebsiteText {
	margin-bottom: -25px; 
	margin-top: 30px;
	margin-left:5px;
}

.mainMenuItem {
	width:140px;
	height: 85px;
	text-decoration: underline;
	color: #555555;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	cursor: hand;
	display: inline;
}

.mainMenuItem:hover {
	text-decoration: underline;
	color: white;
	background-image: url(mainMenuItemBkgHover.png);
}

.mainMenuItemMedium {
	width:170px;
	height: 130px;
	text-decoration: underline;
	color: #555555;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	cursor: hand;
	display: inline;
	font-size:11px;
}

.mainMenuItemMedium:hover {
	text-decoration: underline;
	color: white;
	background-image: url(mainMenuItemMediumBkgHover.png);
}

.mainMenuItem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.controlPanelContainer {
	margin-top: -50px;
	height: 100%;
	background-color: white;
	background: url(../cssImages/html_background.jpg) repeat-y;
}

.statusBar {
	z-index: 2;
}

.controlPanelGroup {
	background-color: #f9f9f9;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #7e7e7e;
}

.controlPanelGroupIcon {
	position: absolute;
	margin-top: -10px;
}

.controlPanelTableActions {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.trashSectionContainer {
	width: 100%;
	height: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.trash {
	float: right;
	margin-right: 40px;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}

.pageSelectorButton:hover {
	background-color: #DDDDDD;
}

.pageBlockButton {
	cursor:pointer; 
	cursor:hand;	
}

.pageBlockButton:hover {
	background-color: #DDDDDD;
}

.pageBlockDeleteButton {
	height: 16px;
	width: 16px;
	margin: 8px;
	left: 8px;
	background: url(../images/delete_block.png) no-repeat center center;
}

.pageBlockDeleteButton:hover {
	height: 16px;
	width: 16px;
	margin: 8px;
	background: url(../images/delete_block_hover.png) no-repeat center center;
}

.pageSelectorHeader {
	text-align: center;
	/*background-color: #819eb7;*/
	background: url(../cssImages/selector_header.png) repeat-x center center;
	background-color: #eee;
	border: 1px solid #7e7e7e;
	border-bottom: none;
/*	font-weight: bold;*/
/*	color: white;*/
	padding-top: 2px;
	padding-bottom: 2px;
}

.pageSelector select, #placesList, #newsChannels,#newsList,#productSelectorContainer select {
	outline-style:none;
	outline-width:0px;
}

.pageBlockControllerContainer {
	margin-top: -1px;
}

.pageBlockContent {
	margin-bottom: 1px;
}

#pageBlocks {
/*	margin-bottom: -1px;*/
}

/* Parece que el nombre no está muy acertado, pero este es el
 * contenedor de los bloques de página
 */
.ControlPanelContent {
	background-color: #fafafa;
}

.siteSelectorList:hover {
	background-color: #dddddd;
	color: black;
}

#selectedSite {
	background-color: #3875d7;
	color: white;
}

.WebText {
	margin-bottom: 10px;
	display: block;
	height: 46px;
	width: 100%;
	cursor: pointer;
	cursor: hand;
	position: relative;
}

.WebTextBlock {
	margin-bottom: 10px;
	display: block;
	width: 1000px;
	cursor: pointer;
	cursor: hand;
	height: 150px;
	position: relative;
}

.WebTextDisabled {
	margin-bottom: 10px;
	display: block;
	height: 46px;
	width: 100%;
	position: relative;
	cursor: default;
}

.WebTextBlockDisabled {
	margin-bottom: 10px;
	display: block;
	width: 1000px;
	height: 150px;
	position: relative;
}

.WebText input {
	outline: none;
}

.SquareBorderLeft {
	background-image: url(../cssImages/square_left_border.png);
}

.WebText:hover .SquareBorderLeft {
	background-image: url(../cssImages/square_left_border_over.png);
}

.SquareBorderCenter {
	background-image: url(../cssImages/square_border.png);
}

.WebText:hover .SquareBorderCenter {
	background-image: url(../cssImages/square_border_over.png);
}

.SquareBorderRight {
	background-image: url(../cssImages/square_right_border.png);
}

.WebText:hover .SquareBorderRight {
	background-image: url(../cssImages/square_right_border_over.png);
}

.SquareBorderCenterTitle {
	background-image: url(../cssImages/square_border_title_center.png);
	background-position: 0;
}

.WebTextBlock:hover .SquareBorderCenterTitle {
	background-image: url(../cssImages/square_border_title_center_over.png);	
}

.SquareBorderLeftTitle {
	background-image: url(../cssImages/square_border_title_left.png);
	background-position: 0;
}

.WebTextBlock:hover .SquareBorderLeftTitle {
	background-image: url(../cssImages/square_border_title_left_over.png);	
}

.SquareBorderRightTitle {
	background-image: url(../cssImages/square_border_title_right.png);
	background-position: 0;
}

.WebTextBlock:hover .SquareBorderRightTitle {
	background-image: url(../cssImages/square_border_title_right_over.png);	
}

.SquareBorderLeftContent {
	background-image: url(../cssImages/square_content_left.png);
	background-position: 0;
	background-repeat: repeat-y;
}

.WebTextBlock:hover .SquareBorderLeftContent {
	background-image: url(../cssImages/square_content_left_over.png);
}

.SquareBorderRightContent {
	background-image: url(../cssImages/square_content_right.png);
	background-position: 0;
	background-repeat: repeat-y;
}

.WebTextBlock:hover .SquareBorderRightContent {
	background-image: url(../cssImages/square_content_right_over.png);	
}

.SquareBorderBottomContent {
	background-image: url(../cssImages/square_content_bottom.png);
	background-position: 0;
}

.WebTextBlock:hover .SquareBorderBottomContent {
	background-image: url(../cssImages/square_content_bottom_over.png);	
}

.SquareBorderLeftCornerContent {
	background-image: url(../cssImages/square_content_left_corner.png);
	background-position: 0;
}

.WebTextBlock:hover .SquareBorderLeftCornerContent {
	background-image: url(../cssImages/square_content_left_corner_over.png);	
}

.SquareBorderRightCornerContent {
	background-image: url(../cssImages/square_content_right_corner.png);
	background-position: 0;
}

.WebTextBlock:hover .SquareBorderRightCornerContent {
	background-image: url(../cssImages/square_content_right_corner_over.png);	
}


.SquareBorderLeft,.SquareBorderCenter,.SquareBorderCenterTitle,.SquareBorderRight,.SquareBorderLeftTitle,.SquareBorderRightTitle,.SquareBorderLeftContent,.SquareBorderRightContent,.SquareBorderBottomContent,.SquareBorderLeftCornerContent,.SquareBorderRightCornerContent {
	display: block;
	float: left;
	height: 46px;
}

.SquareBorderCenterTitle,.SquareBorderLeftTitle,.SquareBorderRightTitle,.SquareBorderBottomContent,.SquareBorderLeftCornerContent,.SquareBorderRightCornerContent {
	height: 40px;	
}

.SquareBorderLeft,.SquareBorderRight,.SquareBorderLeftTitle,.SquareBorderRightTitle, .SquareBorderLeftContent,.SquareBorderRightContent,.SquareBorderBottomContent{
	width:  9px;
}

.SquareBorderLeftCornerContent,.SquareBorderRightCornerContent {
	width: 40px;
	width: 9px;
	height: 9px;
}

.SquareBorderLeftContent,.SquareBorderRightContent {
	width: 9px;
	height: 100px;
}

.SquareBorderBottomContent {
	height: 9px;
	bottom: 1px;
}

.SquareBorderLeftTitle,.SquareBorderLeft,.SquareBorderLeftContent,.SquareBorderLeftCornerContent {
	position: absolute;
	left: 0;
}

.SquareBorderCenter,.SquareBorderLeftCornerContent {
	position: absolute;
	left: 9px;
}

.SquareBorderRight,.SquareBorderRightTitle {
	position: absolute;
	right: 0;
}

.SquareBorderCenterTitle {
	position: absolute;
	left: 9px;
}

.SquareBorderContent {
	position: absolute;
	top: 40px;
	left: 9px;
}

.SquareBorderBottomContent {
	position: absolute;
	left: 9px;
}

.SquareBorderRightCornerContent {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 1px;
}

.SquareBorderLeftCornerContent {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: 1px;
}

.SquareBorderLeftContent {
	position: absolute;
	left: 0;
	top: 40px;
}

.SquareBorderRightContent {
	position: absolute;
	right: 0;
	top: 40px;
}

.SquareBorderCenterTitle img {
	margin-top: 6px;
}

/*.SquareBorderRightCornerContent {
	clear: right;
}*/

.SquareBorderCenter,.SquareBorderCenterTitle {
	background-repeat: repeat-x;
	position: relative;
}

.SquareBorderCenter h4 {
	line-height: 46px;
	/*margin-left: 18px;*/
	margin-left: 43px;
	display: inline;
}

.SquareBorderCenterTitle h4 {
	line-height: 34px;
	position: relative;
	top: 6px;
	width: 100%;
	text-align: center;
	margin: 0;
}

.SquareBorderContent {
	background-color: white;
/*	border-left: 1px solid #c1c0c0;
	border-right: 1px solid #c1c0c0;
	border-bottom: 1px solid #c1c0c0;
*/	

	height: 100px;
	float: left;
	overflow: auto;
}

.SquareBorderRight,.SquareBorderRightTitle {
	/*clear: left;*/
	clear: none;
}

.DisclosureArrow {
	margin-top: 10px;
	margin-left: 10px;
}

.WebTextsOptions .comboboxField label {
	width: 50px;
}

.hudItem, .hudSelectedItem {
	height: 20px;
}
	
.hudItem:hover {
	background-color: #ccc;
}

.hudSelectedItem {
	background-color: grey;
}

.hudContent {
	font-size: 11px;
}

.hudContent .formLabel,.hudContent .pickerButtonLabel {
	width: 120px;
	overflow: hidden;
	display: block;
	height: 20px;
}


.TabContent {
	/*margin: 5px;*/
	overflow: auto;
}

.TabItem,.TabItemSelected,.TabItemDisabled {
	/*border: 1px solid #fff;*/
	width: 36px;
	height: 32px;
	display: block;
	/*margin-left: 1px;*/
	background: black url(../images/tabBackground.png) no-repeat 0 0;
}

.TabItemDisabled {
	background: #292a29 no-repeat 0 0;
	cursor: default;
}

.TabItem:hover {
	background: black url(../images/tabBackground_over.png) no-repeat 0 0;
}

.TabItemSelected,.TabItem:active {
	background: black url(../images/tabBackground_pushed.png) no-repeat 0 0;
}

.TabItemLabel,.TabItemLabelSelected,.TabItemLabelDisabled {
	display: block;
	height: 23px;
	min-width: 3px;
	background: black url(../images/tab.png) repeat-x 0 0;
}

.TabItemLabelDisabled {
	background: #292a29 url(../images/tab.png) repeat-x 0 0;
}

.TabItemContainer:hover .TabItemLabel {
	background: black url(../images/tab_over.png) repeat-x 0 0;
}

.TabItemLabelSelected,.TabItemLabel:active {
	background: black url(../images/tab_pushed.png) repeat-x 0 0;
}

.TabItemLabelLeft,.TabItemLabelLeftSelected {
	display: block;
	float: left;
	height: 23px;
	width: 3px;
	background: black url(../images/left_tab.png) no-repeat 0 0;
}

.TabItemLabelRight,.TabItemLabelRightSelected {
	display: block;
	float: left;
	height: 23px;
	width: 3px;
	background: black url(../images/right_tab.png) no-repeat 0 0;
}

.TabItemContainer:hover .TabItemLabelLeft {
	background: black url(../images/left_tab_over.png) no-repeat 0 0;
}

.TabItemContainer:hover .TabItemLabelRight {
	background: black url(../images/right_tab_over.png) no-repeat 0 0;
}

.TabItemLabelLeftSelected,.TabItemLabelLeft:active {
	background: black url(../images/left_tab_pushed.png) no-repeat 0 0;
}

.TabItemLabelRightSelected,.TabItemLabelRight:active {
	background: black url(../images/right_tab_pushed.png) no-repeat 0 0;
}


.TabItem img,.TabItemSelected img {
	top: -2px;
	position: relative;
}

/*.lTab {
	margin-top: 20px;
}
*/

.TabLabel {
	margin-top: 3px;
	margin-left: 3px;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
}

.Tab {
	/*margin-bottom: 20px;*/
	height: 33px;
	background-color: black;
	
	border-bottom: 1px solid #464646;
	border-top: 1px solid #000;
}

.LabelTab {
	/*margin-bottom: 20px;*/
	padding-top: 1px;
	padding-bottom: 1px;
	height: 24px;
	background-color: black;
	border-bottom: 1px solid #464646;
	border-top: 1px solid #000;
}

.TabContent .textField {
	width: 30px;
}

.TabContent .formHint {
	margin-left: 2px;
	font-size: 10px;
}

/* Arrange depth */

.ArrangeFrontButton {
	width: 20px;
	height: 20px;
	float: left;
	background-image: url(../cssImages/front.png);
	cursor: pointer;
	cursor: hand;
}

.ArrangeFrontButton:hover {
	background-color: #ddd;
}

.ArrangeFrontButton:active {
	background-image: url(../cssImages/front_pushed.png);
	cursor: pointer;
	cursor: hand;
}

.ArrangeForwardButton {
	width: 20px;
	height: 20px;
	float: left;
	background-image: url(../cssImages/forward.png);		
	cursor: pointer;
	cursor: hand;
}

.ArrangeForwardButton:hover {
	background-color: #ddd;
}


.ArrangeForwardButton:active {
	background-image: url(../cssImages/forward_pushed.png);
	cursor: pointer;
	cursor: hand;	
}

.ArrangeBackwardButton {
	width: 20px;
	height: 20px;
	float: left;
	background-image: url(../cssImages/backward.png);
	cursor: pointer;
	cursor: hand;
}

.ArrangeBackwardButton:hover {
	background-color: #ddd;
}


.ArrangeBackwardButton:active {
	background-image: url(../cssImages/backward_pushed.png);
	cursor: pointer;
	cursor: hand;
}

.ArrangeBackButton {
	width: 20px;
	height: 20px;
		float: left;
	background-image: url(../cssImages/back.png);
	cursor: pointer;
	cursor: hand;
}

.ArrangeBackButton:hover {
	background-color: #ddd;
}


.ArrangeBackButton:active {
	background-image: url(../cssImages/back_pushed.png);
}

.Toolbar {
	color: white;
	z-index: 20000;
}

.ToolbarIcon,.ToolbarIconOff {
	cursor: pointer;
	cursor: hand;
	text-align: center;
}

.ToolbarIcon p,.ToolbarIconOff p {
	text-align: center;
	margin-top: 34px;
	color: #ddd;
}

.ToolbarIcon:hover p,.ToolbarIconOff:hover p {
	color: white;
}

.ToolbarIconDisabled p {
	text-align: center;
	margin-top: 34px;
	color: grey;
}

.ToolbarIcon p,.ToolbarIconPushed p {
	color: grey;
	text-align: center;
	display: block;
	margin-top: 34px;
}

.ToolbarIcon:hover p,.ToolbarIconPushed p,.ToolbarIconPushed:hover p {
	color: white;
}


#UndoToolbarIcon.ToolbarIcon {
	background-image: url(../cssImages/undo_toolbar.png);
}

#RedoToolbarIcon.ToolbarIcon {
	background-image: url(../cssImages/redo_toolbar.png);
}

#RevertToolbarIcon.ToolbarIcon {
	background-image: url(../cssImages/revert_toolbar.png);	
}

#UndoToolbarIcon.ToolbarIcon:hover {
	background-image: url(../cssImages/undo_toolbar_over.png);
}

#RedoToolbarIcon.ToolbarIcon:hover {
	background-image: url(../cssImages/redo_toolbar_over.png);
}

#RevertToolbarIcon.ToolbarIcon:hover {
	background-image: url(../cssImages/revert_toolbar_over.png);	
}

#UndoToolbarIcon.ToolbarIconDisabled {
	background-image: url(../cssImages/undo_toolbar_disabled.png);
}

#RedoToolbarIcon.ToolbarIconDisabled {
	background-image: url(../cssImages/redo_toolbar_disabled.png);
}

#RevertToolbarIcon.ToolbarIconDisabled {
	background-image: url(../cssImages/revert_toolbar_disabled.png);
}

#DesignToolbarIcon.ToolbarIcon {
	background-image: url(../cssImages/design_on_toolbar.png);
	background-repeat: no-repeat;
	background-position: 12pt 0pt;
}

#DesignToolbarIcon.ToolbarIconOff {
	background-image: url(../cssImages/design_off_toolbar.png);
	background-repeat: no-repeat;
	background-position: 12pt 0pt;
}

#ResetDesignToolbarIcon.ToolbarIcon {
	background-image: url(../cssImages/reset_toolbar.png);
	background-repeat: no-repeat;
	background-position: 15pt 4pt;
}

#ResetDesignToolbarIcon.ToolbarIcon:hover {
	background-image: url(../cssImages/reset_toolbar_over.png);
}

#ResetDesignToolbarIcon.ToolbarIconOff {
	background-image: url(../cssImages/reset_toolbar.png);
	background-repeat: no-repeat;
	background-position: 15pt 4pt;
}


.DesignButton {
	background-image: url(../cssImages/design_on_small.png);
	width: 20px;
	height: 20px;
	float: right;
	clear: both;
	position: relative;
	top: -16px;
}

.DesignButtonOff {
	background-image: url(../cssImages/design_off_small.png);
	width: 20px;
	height: 20px;
	float: right;
	clear: both;
	position: relative;
	top: -16px;
}


.DesignDisabledButton {
	width: 20px;
	height: 20px;
	background-image: url(../cssImages/design_disabled_small.png);
	float: right;
	clear: both;
	position: relative;
	top: -16px;
}

textarea {
	width: 260px;
	margin-left: 2px;
}

#BlocksToolbarIcon.ToolbarIcon {
	background-image: url(../cssImages/blocks_toolbar.png);
	background-position: 0 2px;
}

#BlocksToolbarIcon.ToolbarIconPushed {
	background-image: url(../cssImages/blocks_toolbar_enabled.png);	
	background-position: 0 2px;
}

#PropertiesToolbarIcon.ToolbarIcon {
	background-image: url(../cssImages/info_toolbar.png);
	background-position: 0 2px;
}

#PropertiesToolbarIcon.ToolbarIconPushed {
	background-image: url(../cssImages/info_toolbar_enabled.png);
	background-position: 0 2px;
}

#AddContainerToolbarIcon.ToolbarIcon {
	background-image: url(../cssImages/add_container_toolbar.png);
	background-position: 0 2px;
}

#AddContainerToolbarIcon.ToolbarIconPushed {
	background-image: url(../cssImages/add_container_toolbar_enabled.png);
	background-position: 0 2px;
}

#MenuToolbarIcon.ToolbarIcon {
	background-image: url(../cssImages/menu_toolbar.png);
	background-position: 0 2px;
}

#MenuToolbarIcon.ToolbarIconPushed {
	background-image: url(../cssImages/menu_toolbar_enabled.png);
	background-position: 0 2px;
}

#designMode_label {
	color: white;
	width: 100px;
	margin-right: 2px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	position: relative;
	top: -2px;
}

#designMode {
	font-family: verdana, sans-serif;
	font-size: 11px;
}

.designModuleOpenDesignerButton {
	background: url(../cssImages/design_button_bkg.png);
	cursor: pointer;
	cursor: hand;
	width: 250px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	color: white;
}

.designToolbarText {
	color: silver;
	padding-top: 32px;
}

.designToolbarText:hover {
	color: white;
	padding-top: 32px;
}

.designModuleOpenDesignerButton:hover {
	background: url(../cssImages/design_button_bkg_hover.png);
}

.designModuleOpenDesignerButtonDisabled {
	background: url(../cssImages/design_button_bkg_disabled.png);
	cursor: default;
	width: 250px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	color: white;
}

.nextPrevButtonContainer {
	width: 100%;
	height: 28px;
	border-top: 1px solid gray;
	padding-top: 5px;
}

.nextPrevButton {
	float: right;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 89px;
	height: 25px;
	background-image: url(../cssImages/next_prev_button.png);
	line-height: 25px;
	color: white;
}

.nextPrevButton:hover {
	background-image: url(../cssImages/next_prev_button_hover.png);
}

.nextPrevButtonDisabled {
	float: right;
	cursor: default;
	text-align: center;
	width: 89px;
	height: 25px;
	background-image: url(../cssImages/next_prev_button_disabled.png);
	line-height: 25px;
	color: white;
}

.LeftIndicator {
	background-image: url(../cssImages/left_indicator.png);
	float: right;
	width: 7px;
	height: 14px;
	margin-top: 3px;
}

.MiddleIndicator {
	height: 14px;
	color: white;
	background-color: #5F76AF;
	float: right;
	line-height: 14px;
	margin-top: 3px;
}

.RightIndicator {
	background-image: url(../cssImages/right_indicator.png);
	float: right;
	width: 7px;
	height: 14px;
	margin-top: 3px;
	margin-right: 4px;
}

.NotificationItem {
	float: left;
}

/*.ItemSliderThumbnail {
	border: 1px red solid;
}*/