/* Tabs start */
.xvTabs {
	font-size: 12px;
	padding-top: 1px; /* Fixes a random margin below the tabs bug in IE7 (in some cases, to be improved) */
	/*border-top: 1px solid #ffffff; /* Fixes a random margin below the tabs bug in IE7 (in some cases, to be improved) */
}
.xvTabs .tab {
	line-height: 14px;
	margin-top: -1px;
	display: block;
	float: left;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	color: #606060;
	text-decoration: none;
	background: #f0f0f0 url(/img/xv_tabs_bg.png) repeat-x left center;
}
.xvTabs .tab:visited {
	color: #606060;
}
.xvTabs .tab:hover {
	text-decoration: underline;
	background: #ffffff;
	color: #3f3f3f;
}
.xvTabs .first {
	border-left: 1px solid #d8d8d8;
}
.xvTabs.indented {
	padding-left: 10px;
}
.xvTabs .current {
	margin-bottom: -1px;
	padding-bottom: 6px;
	color: #3f3f3f;
	background-color: #ffffff;
	font-weight: bold;
	background-image: none;
}
.xvTabs a.current:hover {
    text-decoration: none;
    cursor: default;
}
.xvTabs.compact .icon {
	display: inline;
	float: left;
}
.xvTabs.compact .label {
	display: none;
}
.xvTabs.compact  .current .label {
	display: inline;
}
.xvTabs.compact .current .icon {
	margin-right: 6px;
	display: none;
}
.xvTabbedContent {
	clear: both;
	border-top: 1px solid #d8d8d8;
}	
.xvTabbedContent .navigationBox{
	border:none;
	padding-top:0;
	margin:0;
}
.xvTabbedContent.bordered .tabContent{
	padding-top:10px;
	border-left:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	margin-bottom:10px;
}
/* Tabs end */


/* Navigation box starts (used on story page, editor page and many more) */
.navigationBox {
	border: 1px solid #d8d8d8;
	padding: 0px 5px;
	height: 400px;
	overflow: auto;
	margin-bottom: 10px;
	line-height: 1.4;
}
.navigationBox .moreLink {
	margin: 10px 4px;
}
/* Navigation box ends */


/* Padination starts */
.xvPagination {
	clear: both;
	line-height: 26px;
}
.xvPagination a, .xvPagination a:visited {
	/*float: left;
	display: block;*/
	/*color: #2366c1;*/
	color: #3f3f3f;
	text-decoration: none;
}
.xvPagination a:hover {
	background-color: #c1deff;
	border: 1px solid #2366c1;
	color: #2366c1;
	text-decoration: none;
}
.xvPagination .label {
	padding: 4px 0px;
}
.xvPagination .label, .xvPagination .page, .xvPagination .button {
	/*float: left;*/
	margin-right: 2px;
}
.xvPagination .page, .xvPagination .button {
	border: 1px solid #d8d8d8;
	padding: 3px 6px;
	background-color: #ffffff;
	/*font-weight: bold;*/
}
.xvPagination .current {
	background-color: #d8d8d8;
	border: 1px solid #808080;
	color: #3f3f3f;
	/*
	background-color: #d8d8d8;
	border: 1px solid #7d7d7d;
	*/
	/*
	color: #ffffff;
	background-color: #7d7d7d;
	border: 1px solid #7d7d7d;
	*/
	/*font-weight: bold;*/
}
.xvPagination .disabled, .xvPagination .disabled a {
	border: 1px solid #d8d8d8;
	color: #d8d8d8;
	cursor: default;
}
/* Padination ends */

/* Button starts */
.xvButton {
	line-height: 26px;
}
.xvButton a, .xvButton a:visited {
	color: #3f3f3f;
	text-decoration: none;
}
.xvButton a:hover {
	background-color: #c1deff;
	border: 1px solid #2366c1;
	color: #2366c1;
	text-decoration: none;
}
.xvButton .button {
	margin-right: 5px;
	border: 1px solid #d8d8d8;
	padding: 4px 8px 4px 24px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 6px center;
}
.xvButton .current {
	background-color: #d8d8d8;
	border: 1px solid #808080;
	color: #3f3f3f;
}
.xvButton .disabled {
	border: 1px solid #d8d8d8;
	color: #d8d8d8;
	cursor: default;
}
.xvButton .recentContent {
	background-image: url(/img/icon_recent_content.png);
}
.xvButton .allContent {
	background-image: url(/img/icon_all_content.png);
}
/* Button ends */
	
/* Radio button starts */
.xvRadioButton {
	clear: both;
	font-size: 12px;
}
.xvRadioButton .label, .xvRadioButton .layer1, .xvRadioButton .layer2, .xvRadioButton .layer3, .xvRadioButton .layer4 {
	float: left;
	display: block;
}
.xvRadioButton .label, .xvRadioButton .layer1 {
	margin-right: 10px;
}
.xvRadioButton .layer1 {
	background: url(/img/radio_button_top_left.gif) no-repeat top left;
	background-color: #f5f5f5;
}
.xvRadioButton .layer2 {
	background: url(/img/radio_button_top_right.gif) no-repeat top right;
}
.xvRadioButton .layer3 {
	background: url(/img/radio_button_bottom_left.gif) no-repeat bottom left;
}
.xvRadioButton .layer4 {
	background: url(/img/radio_button_bottom_right.gif) no-repeat bottom right;
}
.xvRadioButton .current {
	background: url(/img/radio_button_current_top_left.gif) no-repeat top left;
	background-color: #a2a2a2;
	font-weight: bold;
}
.xvRadioButton .current .layer2 {
	background: url(/img/radio_button_current_top_right.gif) no-repeat top right;
}
.xvRadioButton .current .layer3 {
	background: url(/img/radio_button_current_bottom_left.gif) no-repeat bottom left;
}
.xvRadioButton .current .layer4 {
	background: url(/img/radio_button_current_bottom_right.gif) no-repeat bottom right;
}
.xvRadioButton a, .xvRadioButton a:visited {
	color: #3f3f3f;
	text-decoration: none;
	padding: 5px 12px;
}
.xvRadioButton a:hover {
	text-decoration: underline;
}
.xvRadioButton .current a, .xvRadioButton .current a:visited {
	color: #ffffff;
	font-weight: bold;
}
.xvRadioButton .label {
	padding: 6px 5px 6px 0px;
}
/* Radio button ends */


/* Messages start */
.systemMessage {
        margin-bottom: 10px;
        padding: 10px 10px 2px 40px;
}
.systemMessage.acknowledgement {
        border: 1px solid #50a200;
        background: #d2ffa5 url(/img/icon_acknowledgement_message.png) no-repeat 0px 0px;
}
.systemMessage.notification {
        border: 1px solid #bc8500;
        background: #ffeab9 url(/img/icon_notification_message.png) no-repeat 0px 0px;
}
.systemMessage.error {
        border: 1px solid #a60808;
        background: #fecece url(/img/icon_error_message.png) no-repeat 0px 0px;
}
/* Messages end */
