th {
    text-align: left;
}

/**************** BUTTONS ************************************************************/

input[type=button], input[type=submit], .btn, .btnSave, .btnCancel, .btnNew, .btnOk, .btnDelete, .btnLogin, .btnExport{
    background: #D8D8D8 url(../../../content/css_img/button.png) repeat-x 0px 0px;
    border: solid 1px #707070;
    padding: 0 5px 2px 5px;
}

input[type=button]:hover, input[type=submit]:hover, .btn:hover, .btnSave:hover, .btnCancel:hover, .btnNew:hover, 
.btnOk:hover, .btnDelete:hover, .btnLogin:hover, .selected .btn, .btnExport:hover{
    background-color: #ACDCF7;
    background-image: url(../../../content/css_img/button_hover.png);
    border-color: #3C7FB1;
    text-decoration: none;
}

a.btn, a.btnSave, a.btnCancel, a.btnNew, a.btnOk, a.btnDelete, a.btnLogin{
    color: #000000;
    height: 18px;
}

input[type=button], input[type=submit], input.btn, input.btnSave, input.btnCancel, input.btnNew, input.btnOk, input.btnDelete, input.btnLogin{
    height: 20px;
}

/* save */
.btnSave,
input[type=button].btnSave,
input[type=submit].btnSave{
    background-image: url(../../../content/css_img/button_save.png);
    padding-left: 20px;
}
.btnSave:hover,
input[type=button] .btnSave:hover,
input[type=submit] .btnSave:hover{
    background-image: url(../../../content/css_img/button_save_hover.png);
}

/* cancel */
.btnCancel,
input[type=button].btnCancel,
input[type=submit].btnCancel{
    background-image: url(../../../content/css_img/button_cancel.png);
    padding-left: 20px;
}
.btnCancel:hover,
input[type=button].btnCancel:hover,
input[type=submit].btnCancel:hover{
    background-image: url(../../../content/css_img/button_cancel_hover.png);
}

/* new */
.btnNew,
input[type=button].btnNew,
input[type=submit].btnNew{
    background-image: url(../../../content/css_img/button_new.png);
    padding-left: 20px;
}
.btnNew:hover,
input[type=button].btnNew:hover,
input[type=submit].btnNew:hover{
    background-image: url(../../../content/css_img/button_new_hover.png);
}

/* ok */
.btnOk,
input[type=button].btnOk,
input[type=submit].btnOk{
    background-image: url(../../../content/css_img/button_ok.png);
    padding-left: 20px;
}
.btnOk:hover,
input[type=button].btnOk:hover,
input[type=submit].btnOk:hover{
    background-image: url(../../../content/css_img/button_ok_hover.png);
}

/* delete */
.btnDelete,
input[type=button].btnDelete,
input[type=submit].btnDelete{
    background-image: url(../../../content/css_img/button_delete.png);
    padding-left: 20px;
}
.btnDelete:hover,
input[type=button].btnDelete:hover,
input[type=submit].btnDelete:hover{
    background-image: url(../../../content/css_img/button_delete_hover.png);
}

/* export */
.btnExport,
input[type=button].btnExport,
input[type=submit].btnExport {
    background-image: url(../../../content/css_img/button_excel.png);
    padding-left: 20px;
}
.btnExport:hover,
input[type=button].btnExport:hover,
input[type=submit].btnExport:hover {
    background-image: url(../../../content/css_img/button_excel_hover.png);
}

/* login */
.btnLogin,
input[type=button].btnLogin,
input[type=submit].btnLogin{
    background-image: url(../../../content/css_img/button_login.png);
    padding-left: 20px;
}
.btnLogin:hover,
input[type=button].btnLogin:hover,
input[type=submit].btnLogin:hover{
    background-image: url(../../../content/css_img/button_login_hover.png);
}
.loginpage .PropertyGrid{
    border: 0px solid transparent;
}

/************ END BUTTONS ************************************************************/


/************ PROPERTYGRID ***********************************************************/

table.PropertyGrid input, table.PropertyGrid select, table.PropertyGrid textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

table.PropertyGrid input, table.PropertyGrid select {
    height: 18px;
}

table.PropertyGrid select  {
    #height: 20px;
}

table.PropertyGrid{
    float: left;
    margin: 0 0 10px 0;
}
table.PropertyGrid th{
    background-color: #FFFFFF;
    color: #880000;
    font-weight: bold;
    vertical-align: top;
}
table.PropertyGrid tr.rowEven th { background-color: #f0f0f0; }
table.PropertyGrid tr.rowOdd th { background-color: #FFFFFF; }
table.PropertyGrid tbody th, table.PropertyGrid .Body th {
    width: 121px;
    
    /* IE 7 */
    #width: 114px;
}

.th-smaller table.PropertyGrid tbody th.nowrap, .th-smaller table.PropertyGrid tr.Body th.nowrap
table.th-smaller tbody th, table.th-smaller .Body th {
    width: 100px;
}
table.PropertyGrid tbody th.nowrap, table.PropertyGrid tr.Body th.nowrap {
    width: auto;
}
table.PropertyGrid tbody td, table.PropertyGrid .Body td{
    color: #000000;
}
table.PropertyGrid tfoot td{
    background-color: #FFFFFF;
}
table.PropertyGrid tbody select, table.PropertyGrid .Body select, 
table.PropertyGrid tbody textarea, table.PropertyGrid .Body textarea{
    border: 1px solid #CCCCCC;
    width: 100%;
}
table.PropertyGrid input.textbox, table.PropertyGrid input.password,
table.PropertyGrid input[type=text], table.PropertyGrid input[type=password]{
    border: 1px solid #CCCCCC;
    padding: 2px 1px;
    width: 100%;
}
table.PropertyGrid input[type=checkbox], table.PropertyGrid input[type=radio]{
   margin: 0 5px 0 0;
   vertical-align:text-bottom;
}

table.PropertyGrid td div{
    position: relative;
}
table.PropertyGrid div span.warning{
    display: block;
    position: absolute;
    top: 0;
    right: -9px;
}

/* runtime */
.TableRunTime thead th, .TableRunTime tr.Header th{
    border-top: 3px solid #CCCCCC;
    font-weight: bold;
    width: auto;
}
.SectionRunTime thead th, .SectionRunTime tr.Header th{
    border-top: 1px solid #CCCCCC;
    width: auto;
}
/*.RunTime tbody th,*/
.RunTime .Body th, .RunTime tbody th{
    font-weight: normal;
}
.RunTime .Body th.text { font-weight: bold; }
.RunTime .Body td.header { color: #880000; }
.RunTime textarea{
    border: 1px solid #CCCCCC;
    padding: 2px 0;
}

.RunTime .Body .description  {
    color: #808080; 
}

/* designtime */
.DesignTime{
    width: 400px;
}
.TableDesignTime thead tr, .TableDesignTime tr.Header{
    background-color: #888888;
}
.SectionDesignTime thead tr, .SectionDesignTime tr.Header{
    background-color: #c6c6c6;
}
.DesignTime tbody th, .DesignTime .Body th{
    background-color: #c6c6c6;
}
.DesignTime td{
    background-color: #e6e6e6;
}
.DesignTime tbody td input[type=text], .DesignTime .Body td input[type=text]{
    width: 40px;
}
.DesignTime tbody th input[type=text], .DesignTime .Body th input[type=text]{
    font-weight: bold;
    text-align: right;
    width: 129px;
}

table.PropertyGrid tbody textarea.orderInformation, table.PropertyGrid .Body textarea.orderInformation {
    height: 100px;
}

tr.Buttons td div.previous {
    float: left;
    height: 22px;
    width: 145px;
}
tr.Buttons td div.next {
    float: left;
    width: 135px;
}

table.NoFloat,
div.NoFloat table {
    float: none;
}

/******** END PROPERTYGRID ***********************************************************/


/******** MESSAGES *******************************************************************/

div.displayMessage{
    background-repeat: no-repeat;
    background-position: 6px 6px;
    font-size: 100%;
    font-weight: bold;
    margin: 21px 0px 25px 0;
    padding: 5px 20px 20px 56px;
    
    /* IE 7 fix */
    #margin: 27px 0px 27px 0;
}
div.displayMessage p {
    margin: 12px 0 0 0;
}
div.displayMessage code {
    color: #A31515;
    display: block;
    margin: 0 0 6px 0;
}
div.displayMessage ul {
    margin: 12px 0 0 12px;
}
div.displayMessage h3 {
    display: block;
    font-weight: bold;
    font-size: 120%;
    margin: 12px 0 0 0;
}

/* hint */
div.hint {
    color: #666666;
    background-color: #f8f8f8;
    border-top: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
    background-image: url(../../../content/icons/32x32/lightbulb.png);
    font-weight: normal;
}
div.hint a{
    text-decoration: underline;
}
/* success */
div.success{
    color: #006600;
    background-color: #e6f8dd;
    background-image: url(../../../content/icons/32x32/ok.png);
}
/* information */
div.information{
    color: #0f436c;
    background-color: #e4edf4;
    background-image: url(../../../content/icons/32x32/information.png);
}
/* warning */
div.warning{
    color: #e1a506;
    background-color: #FFFEDF;
    background-image: url(../../../content/icons/32x32/sign_warning.png);
}
/* error */
div.error{
    color: #9c0000;
    background-color: #FBE6F2;
    background-image: url(../../../content/icons/32x32/error.png);
}


/******** END MESSAGES ***************************************************************/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#999999;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #fff;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	position: relative;
}
#TB_closeAjaxWindow #TB_closeWindowButton {
    display: block;
    position: absolute;
    top: -13px;
    right: -13px;
    height: 26px;
    width: 26px;
}

#TB_closeAjaxWindow #TB_closeWindowButton img
{
    border: none;
}    

#TB_ajaxWindowTitle{
	float:left;
	padding:3px 0 5px 10px;
	margin-bottom:1px;
	color: #666666;
	font-size: 140%;
	font-weight: bold;
	color: #666666;
}

#TB_title {
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

a.thickbox img{
border: none;
}    
.contentItemConfigButton
{
    position: absolute;
    top: 2px;
    left: 2px;
    z-index:1;
}

/* ContentItemWebsiteSubscribe.cs.css */
/* ContentItemWebsiteSearch.cs.css */
span.highlight
{
	background-color: #666666;
	color: #FFFFFF;
}
/* ContentItemWebsiteSearchConfig.cs.css */
/* ContentItemUntypedVote.cs.css */

.untypedVote
{
    clear: both;
    float: left;
}

.voteUp
{
    cursor: pointer;
    margin-left: -7px;
}

.score
{
    color: #808185;
    font-size: 240%;
    font-weight:bold;
    margin-left: 4px;
}

.voteDown
{
    cursor: pointer;
    margin-left: -7px;
}

.markAsSolution
{
    display: block;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
}

/* ContentItemUntypedTags.cs.css */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

.UntypedTags input[type=text]{
    width: 100%;
}

/* ContentItemUntypedTagsConfig.cs.css */
/* ContentItemUntypedPromoCodes.cs.css */

.untypedPromoCodes .delete
{
    cursor: pointer;
}

.untypedPromoCodes select
{
    height: 20px;
    padding-top: 3px;
}
.untypedPromoCodes .add
{
    margin-left: 10px;
}
.UntypedImages .imageItem
{
    padding-bottom: 10px;
    padding-right: 10px;
}

.UntypedImages .deleteImage
{
    cursor: pointer;
}

.UntypedImages .imageItem .preview
{
    max-height: 150px;
    max-width: 150px;
}

.UntypedImages table.imageGallery tr td
{
    background-color: transparent;
    border-width: 0px;
}

.UntypedImages .image-upload
{
    color: #000000;
    height: 18px;
    width: 75px;
    font-size: 12px;
    padding-top: 0pt;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
}

.UntypedImages .inactiveImage
{    
    /* for IE */
    filter:alpha(opacity=40);
    
    /* CSS3 standard */
    opacity:0.4;
}

.UntypedImages .imageGallery .descriptionLabel
{
    margin: 0 15px 0 21px;
}

.UntypedImages .imageLink
{
    display: block;
    width: 150px;
    float: left;
}


.documentItems
{
    list-style-type: none;
}

.documentItems
{
    padding-left: 6px !important;
}

.documentItems li
{
    margin-top: 10px;
    list-style-type: none;
}

.documentLink 
{
    display: block;
    margin-left: 15px;
    width: 157px;
    float: left;
}

.documentItem .deleteDocument
{
    cursor: pointer;
    float: left;
}
.document-upload
{
    color: #000000;
    height: 18px;
    width: 75px;
    font-size: 12px;
    padding-top: 0pt;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.documentItem .descriptionLabel
{
    margin: 0 15px 0 21px;
}

.documentItem table
{
    display: inline;
}

.documentItem table td, .documentItem table th
{
    padding-top: 0 !important;
}

div#content .UntypedComments .commentItems,
.UntypedComments .commentItems
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.UntypedComments ul.commentItems ul {
    list-style-type: none;
    padding-left: 15px;
}

.UntypedComments .commentItems li
{
    display: block;
    margin-top: 15px;
    clear: both;
}

.UntypedComments .commentItems .body li
{
    clear: none !important;
    margin-top: 0px !important;
    display: list-item;
}

.UntypedComments .commentItem
{
    display: block;
    margin: 0px 0px 15px 0;
}

.UntypedComments .commentItem .body
{
    display: block;
    margin: 0px 10px 15px 40px;
}

.UntypedComments .mceEditor
{
    margin: 15px 10px 15px 0px;
}

.UntypedComments .numberOfAnswersTitle, .yourAnswerTitle
{
    display: block;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 15px;
}

.UntypedComments .titleSeparator
{
    margin-top: 5px;
    border-bottom: solid 1px #CCCCCC;
}

.UntypedComments .commentSeparator
{
    border-bottom: solid 1px #CCCCCC;
    clear: both;
    position: relative;
}

.UntypedComments .editComments
{
    clear: both;
}

.UntypedComments .editComment
{
    margin: 0px 0px 0px -40px !important;
}

/* Buttons */

.UntypedComments .newCommentButton
{
    cursor: pointer;
    margin-top: 15px !important;
}

.UntypedComments .editCommentButton, 
.UntypedComments .deleteCommentButton
{
    background-color: #FFFFFF !important;
    border: none !important;
    color: #666666 !important;
    cursor: pointer !important;
    display: block !important;
    font-family:Verdana,Arial,Helvetica,sans-serif !important;
    float: left !important;
    font-size: 10px !important;
    margin: 8px 0px 8px 0px !important;
    padding: 0px 2px 0px 2px !important;
    height: inherit! important;
    line-height: 12px !important;
    
    /* IE 7 fix */
    #padding: 0 !important;
    #margin: 0 !important;
    #height: auto !important;
}

.UntypedComments .editCommentButton
{
    border-right: solid 1px #666666 !important;
}

.UntypedComments .editCommentButton:hover, .UntypedComments .deleteCommentButton:hover
{
    background-color:#777777 !important;
    color:#FFFFFF !important;
    text-decoration:none !important;
}

/* Popup css */
.saveCommentButton
{
    clear: both;
    cursor: pointer;
    float: left;
    margin-top: 15px;
}

.editCommentTextArea
{
    color:#666666;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    height: 250px;
    margin: 0;
    width: 825px;
}

.contentItemUntypedCollection h3 {
    clear: both;
    padding-left: 5px;
    padding-top: 3px;
    margin-top: 20px;
    border-top: 2px solid #cccccc;
    font-size: 100%;
}

.deleteAttribute
{
    cursor: pointer;
}
.newAttributeButton
{
    clear:both;
    cursor: pointer;
    display: block;
}

.buyPackage {
    margin-left: 5px;
}
.creditsTotal{
    border: none;
    clear: both;
   
}
.tblBuyAd{
     margin-left: 5px;
}
.tweets
{
    list-style: none;
}
.tweet p.text
{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.tweet p.date
{
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
/* ContentItemTagSearch.cs.css */

.TagSearch .searchButton
{
    margin: 0px 0px 0px 17px !important;
    /* IE 7 */
    #width: 130px;
}

.TagSearch input[type="text"]
{
    float: left;
    height: 16px;
    margin-top: 3px;
    width: 81%;
}

.TagSearch .tagBox
{
   display: inline;
}


/* General */
.settingsHeader
{
    font-weight: 600 !important;
}

.settingLabel {
    display: block;
    width: 130px;
    overflow: hidden;
}

.addButton
{
  margin-right: 18px;
  float: right;
}

.newSettingInput
{
  float: right;
  margin-right: 21px;
  width: 420px !important;
}

/* List */
.divList .label
{
   float: left;
}
.divList .image
{
   float: right;
   cursor:pointer; 
   cursor:hand; 
}
.row
{
    height: 30px;
}

/* Edit */
.divEdit
{   
  background-color: #EEEEEE;   
}
.divEdit .btn
{   
  margin-right: 12px;
  float: right;
  background-color: #EEEEEE;   
}
.divEdit .description
{   
  margin-left: 5px;
}
.divEdit .textInput
{   
  clear: both;
  display: list-item;
  list-style: none;
  text-align: center;
}
.MultiLine
{
  list-style: none;
}
table tr td.divEdit
{
  background-color: Red !important;
}
.LanguageLabel
{
  float: left;
  list-style: none;
  text-align: center;
}


/* ContentItemSendMail.cs.css */

.SendMail .messageDetails
{
   margin-top: 10px;
}

.SendMail .messageDetails tr
{
   padding: 5px 0px 5px 0px;
   height: 27px;
}

.SendMail .messageDetails th
{
    color: #666666;
    display: table-cell;
    vertical-align: middle;
}

.SendMail .senderInput
{
    height: 18px;
    width: 519px;
}

.SendMail .recipientsInput
{
    height: 18px;
    width: 519px;
}

.SendMail .subjectInput
{
    height: 18px;
    width: 519px;
}

.SendMail .body
{
    clear: both;
    margin: 5px 0px 5px 0px;
}

.SendMail .body .textArea
{
    clear: both;
    height: 220px;
    width: 590px;
    margin-top: 20px;
}

.SendMail .sendButton
{
    margin: 20px 5px 0px 0px;
}

.SendMail .cancelButton
{
    margin: 20px 5px 0px 5px;
}

.SendMail .sendMailMessage
{
    color: #FF0000;
}

.SendMail .statusList li
{
    margin-left: 14px;
}

.ContentItemProductDetails
{
    margin-top: 20px;
}

.ContentItemProductDetails .productDetails
{
    float: left;
    width: 550px;
}

.ContentItemProductDetails .productDetails p
{
    margin: 0px 0px 10px 5px;
}

.ContentItemProductDetails .productDetails table
{
    width: 500px;
}

.ContentItemProductDetails .productDetails h3
{
    margin-left: 5px;
}

.ContentItemProductDetails .productDetails .Body
{
    margin-left: 5px;
    display: block;
}

.ContentItemProductDetails .returnToList
{
    clear: both;
}

.ContentItemProductDetails .productDetails table.PropertyGrid input[type="text"].quantity
{
    width: 30px;
}

.ContentItemProductDetails .productImage
{
    float: left;
    height: 120px;
    margin-left: 0px;
    margin-right: 5px;
    position: relative;
    width: 120px;
}

.ContentItemProductDetails .productImage span.morePhotos
{
    bottom: -15px;
    position: absolute;
}

.ContentItemProductDetails .productImage span.magnifier
{
    background: transparent url(../../../../valentnet/content/icons/16x16/magnifier.png) no-repeat 0px 0px;
    bottom: 0px;
    display: block;
    right: 0px;
    height: 16px;
    position: absolute;
    width: 16px;
}

table.PropertyGrid input[type="text"].mimickDisabled
{
    background-color:transparent;
    border:0px;
    color:inherit;
    width:100%;
}

/* ContentItemProductListNextSubCategoryConfig.cs.css */
.ContentItemProductColorPicker {
    width: 580px;
    overflow: hidden;
}

.ContentItemProductColorPicker p {
    margin: 0 0 11px 0;
}

.ContentItemProductColorPicker .productcolor {
    position: relative;
}

.ContentItemProductColorPicker .productcolor .sample {
    width: 26px;
    height: 26px;
    top: 4px;
    left: 0px;
    display: inline-block;
    float: left;
    
    /* IE 7 */
    #margin: 0px;
    #padding: 0px;
    
}

.ContentItemProductColorPicker .productcolor .seriesname,
.ContentItemProductColorPicker .productcolor .colorname {
    padding-left: 30px;
}

.ContentItemProductColorPicker .productcolorseries {
    float: left;
    width: 369px;
    
    /* IE 7 */
    #width: 356px;
}
.ContentItemProductColorPicker .productcolorseries .label {
    padding: 0 5px 0 0;
}

.ContentItemProductColorPicker .searchbox {
    float: right;
    width: 200px;
    margin: 0 11px 0 0;
    padding: 0px;
    
    /* IE 7 */
    #width: 213px;
}
.ContentItemProductColorPicker .searchbox .textbox {
    width: 130px;
    height: 18px;
    padding: 0px;
    
    /* IE 7 */
    #width: 130px;
    #margin-right: 2px;
}
.ContentItemProductColorPicker .searchbox .btn {
    top: 1;
    right: 0;
    height: 20px;
    margin-left: 8px;
    padding: 0px;
    width: 60px;
}

.ContentItemProductColorPicker .colors {
    clear: both;
    width: 100%;
    overflow: hidden;
}

.ContentItemProductColorPicker .color {
    font-size: 9px;
    float: left;
    width: 134px;
    margin: 11px 11px 0 0;
    height: 60px;
    text-align: center;
    position: relative;
    display: inline-block;
    
    /* IE 7 */
    #position: inherit;
}

.ContentItemProductColorPicker .color a {
    display: inline-block;
    width: 100%;
    height: 60px;
    float: right;
    position: relative;
    
    /* IE 7 */
    #position: inherit;
}

.ContentItemProductColorPicker .color span {
    top: 10px;
    left: 0px;
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    float: right;
    
    /* IE 7 */
    #position: static;
    #margin-top: -50px;
    #text-align: left;
    #display: inline-block;
    #float: left;
}

.ContentItemProductColorPicker  .chooseButton
{
    /* IE 7 */
    #clear: both;
}
/* ContentItemProductBrowserShowProduct.cs.css */
/* ContentItemProductBrowserShowProductConfig.cs.css */
/* ContentItemProductBrowserProductList.cs.css */
/* ContentItemProductBrowserProductListConfig.cs.css */
/* ContentItemProductBrowser.cs.css */
/* ContentItemPopup.cs.css */
.Popup
{
    margin: 0 0 0 50%;
    z-index: 5;
    width: 32px;
}
/* ContentItemPopupConfig.cs.css */

.editPopupText
{
    border: #FFFFFF !important;
}
/* ContentItemPhotoGallery.cs.css */
/* ContentItemPhotoGalleryConfig.cs.css */
.personLanguageSelector label
{
    margin-left: 5px;
}
/* ContentItemPeopleViewer.cs.css */

.PeopleViewer .personImage
{
    height: 200px;
    width: 200px;
}

.PeopleViewer .personThumbnail
{
    height: 120px;
    width: 120px;
}

.PeopleViewer .employeePhoto
{

}
/* ContentItemNewsSenderUnsubscribe.cs.css */
div#content .NewsSenderUnsubscribe
{  
    clear: both;
    margin: 15px 0px 0px 0px;
    padding: 0;
    position: relative;
}

.NewsSenderUnsubscribe .emailAddressesTextArea
{
    clear: both;
    height: 125px;
    margin-top: 15px;
    width: 100%;
}

.NewsSenderUnsubscribe .unsubscribeButton
{
    clear: both;
    float: left;
    margin: 15px 0px 15px 0px;
}

.NewsSenderUnsubscribe .statusList .status
{
    font-weight: bold;
    line-height: 20px;
}
/* ContentItemNewsSenderSubscribe.cs.css */
div#content .NewsSenderSubscribe
{  
    clear: both;
    margin: 15px 0px 0px 0px;
    padding: 0;
    position: relative;
}

.NewsSenderSubscribe .emailAddressesTextArea
{
    clear: both;
    height: 125px;
    margin-top: 15px;
    width: 100%;
}

.NewsSenderSubscribe .subscribeButton
{
    clear: both;
    float: left;
    margin: 15px 0px 15px 0px;
}

.NewsSenderSubscribe .statusList .status
{
    font-weight: bold;
    line-height: 20px;
}
/* ContentItemMenuRecycleBin.cs.css */
.contentItemMenuRecycleBin{
    display: inline;
}
/* ContentItemMenuManager.cs.css */

/* Toolbar */
div.contentItemMenuManagerToolbar
{
	margin: 0; 
	padding: 0;
	float: left;
    margin-top: 15px;
}
div.contentItemMenuManagerToolbar ul li{
	display: inline;
	margin: 2px 2px 2px 2px;
}
div.contentItemMenuManagerToolbar ul div{
	display: inline;
	margin: 2px 2px 2px 2px;
}	
div.contentItemMenuManagerToolbar ul div:hover{
	cursor: hand;
    cursor: pointer;
}	
div.contentItemMenuManagerToolbar ul img:hover{
	cursor: hand;
    cursor: pointer;
}
div.contentItemMenuManagerToolbar .action{
    cursor: hand;
    cursor: pointer;
}

.contentItemMenuManagerToolbarCollapsed{
    cursor: hand;
    cursor: pointer;
}

/* Context Menu */
.contentItemMenuManagerContextMenu{
    position: absolute;
    border: 1px solid #a0a0a0;
    color: #000000;
    display:none;
    z-index:1000;
}

.contentItemMenuManagerContextMenu .action{
    list-style: none;
    background-color:#f0f0f0;
    cursor: pointer;
	height: 24px;
	#padding-left:4px;
}

.contentItemMenuManagerContextMenu .action:hover, .contentItemMenuManagerContextMenuCollapsed:hover, .contentItemMenuManagerContextMenuUnfolded:hover  
{
    background: #f0f0f0 url(../../../Content/css_img/ContextMenuBackground.png) repeat-x scroll 0px 1px;
}

.contentItemMenuManagerContextMenu .actionImage
{
	position:relative;
	top: 4px;
	margin-left: 4px;
}

.contentItemMenuManagerContextMenu .actionLabel
{
	display: inline-block;
	#display: inline;
	#zoom: 1;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

.contentItemMenuManagerContextMenu .separator
{
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #ffffff;
    height: 0px;
    list-style: none;
    overflow: hidden;
    line-height: 0;
    font-size:1px;
    #margin-bottom: -1px;
}

.contentItemMenuManagerContextMenuCollapsed, .contentItemMenuManagerContextMenuUnfolded
{
    background-color:#f0f0f0;
    cursor: pointer;
    display:none;
    list-style: none;
    text-align: center;
}
.contentItemMenuManagerContextMenuCollapsed img, .contentItemMenuManagerContextMenuUnfolded img
{
    margin-top: 4px;
}

.contentItemMenuManagerContextMenuInformation
{
    border-top: 1px solid #a0a0a0;
    list-style: none;
    background-color: #CCCCCC;
    text-align: left;
}

.contentItemMenuManagerContextMenuInformation .header
{
    margin-left: 4px;
}

.contentItemMenuManagerContextMenuInformation .data
{
    margin-left: 4px;
    font-weight: bold;
}
/* ContentItemMenuManagerConfig.cs.css */
/* ContentItemMenuLinkTo.cs.css */
.hideRadioButton input[type=radio]{
     display: none;
}

.confirmText{
    clear: both;
    margin-bottom: 20px;
}

.confirmButton{
    display: inline;
    float: right;
    margin-right: 10px;
}

.confirmButton button{
    cursor: pointer !important;
}
/* ContentItemMenuLanguages.cs.css */
/* ContentItemMailingSubscriptions.cs.css */
div#content .MailingSubscriptions 
{  
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 0;
    position: relative;
}

.MailingSubscriptions .subscribeCheckBox
{
    margin-left: 5px;
}

.MailingSubscriptions .Header th
{
    border-top: 2px solid #CCCCCC !important;
    font-weight: bold !important;
    line-height: 20px;
}

/* ContentItemLogin.cs.css */

.ContentItemLogin {
    border: solid 1px #CC0000;
    margin: 0 auto;
    width: 610px;
}

.ContentItemLogin .displayMessage {
    margin: 5px 3px 0px 5px;   
}

.ContentItemLogin .displayMessage p{    
    
    /* IE 7 */
    #display:block;
    #padding-top: 12px;
}

.ContentItemLogin fieldset {
    border: none;
}

.ContentItemLogin label {
    font-weight: bold;
}

.ContentItemLogin .header {
    background-color: #CC0000;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    padding-left: 5px;
    padding-top: 5px;
}

.ContentItemLogin .fields {
    padding: 5px;
}

.ContentItemLogin input.loginName,
.ContentItemLogin input.password {
    font-size: 20px;
    margin-top: 2px;
    margin-bottom: 20px;
}

.ContentItemLogin .loginOptions {
    overflow: hidden;
    width: 100%;
}

.ContentItemLogin .loginOptions input {
    clear: both;
    float: left;
    margin: 0 0 2px 0;
    
    /* IE 7 */
    #margin: -5px 0px 0px -3px;
    #padding: 0px 0px 0px 0px;
}
.ContentItemLogin .loginOptions label {
    display: block;
    float: left;
    padding: 0 0 0 5px;
    width: 400px;
    
    /* IE 7 */
    #margin: -1px 0px 4px -2px;
}

.ContentItemLogin .buttons {
    margin: 15px 0 0 0;
    padding: 2px 5px;
    position: relative;
}

.ContentItemLogin .buttons .loginButton {
    background: #D8D8D8 url(../../../Content/css_img/button_login.png) repeat-x 0px 0px;
    border: solid 1px #707070;
    height: 20px;
    padding: 0 5px 2px 20px;
    margin: 0 5px 0 0;
    
    /* IE 7 */
    #padding: 0px 0px 2px 10px;
}

.ContentItemLogin .buttons .loginButton:hover {
    cursor: pointer;
    background-color: #ACDCF7;
    background-image: url(../../../Content/css_img/button_login_hover.png);
    border-color: #3C7FB1;
    text-decoration: none;
}
/* ContentItemLoginConfig.cs.css */
/* ContentItemDisplayLanguageSwitch.cs.css */

.displayLanguageSwitch
{
    display: inline-block;
    position: relative;
    width: 27px;
    
    /* For IE 7 */
    #display: inline;
	#zoom: 1;
}

.displayLanguageSwitch .currentLanguage
{
    position: absolute;
    left: 0px;
    top: -16px;
    #top: -15px;
}
.displayLanguageSwitch .dropDownArrow
{
    position: absolute;
    z-index:2;
    left: 20px;
    top: -17px;
    cursor:pointer;
}

.displayLanguageSwitch .otherLanguages
{
    z-index: 1;
    padding: 2px;
    padding-right: 14px;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    position: absolute;
    right: -4px;
    top: -18px;
    width: 18px;
    display: none;
    cursor:pointer;
}

.displayLanguageSwitch .otherLanguages li
{
    position: relative;
    list-style: none;
}
.sessionTimesOut, .sessionIsKeptAlive
{
    cursor: pointer;
    margin-top: -11px;
}
.InvoiceList .payNowLink
{
    vertical-align: 25%;
}
/* ContentItemInvoicePayment.cs.css */

.InvoicePayment .payButton
{
    margin-top: 20px;
}
/* ContentItemInvoicePaymentConfig.cs.css */
.hoursWeekOverview table.list 
{
	width: 100%;
}
.hoursWeekOverview .heading
{
	margin-bottom: 5px;
}
.ContentItemHostHeader {
    overflow: hidden;
    width: 50%;
}

.ContentItemHostHeader table {
    float: none;
    width: 100%;
}

.ContentItemHostHeader textarea {
    width: 100%;
    height: 100px;
}
.helpHint {
    position: relative;
    overflow: hidden;
    margin: -6px 0 0 0;
    padding: 6px 0 0 0;
}

.helpHint .adminToolbar {
    display: none;
}

.helpHint .hideLink {
    cursor: pointer;
    color: #880000;
    text-decoration: underline;
}

.helpHint .showLink {
    clear: both;
    cursor: pointer;
    display: block;
    text-align: right;
    float: right;
    position: relative;
    right: 0px;
    top: -6px;
    width: 100%;
}

.helpHint .text {
    margin: 0 0 10px 0;
}

.helpHint .hint {
    display:none;
    margin: 15px 0 15px 0;
}

.helpHint .button
{
    padding-right: 5px;
}

.helpHint .globalHelpHintEdit
{
    width: 100%;
    height: 100px;
    margin-bottom: 4px;
}
.helpHint .localHelpHintEdit
{
    width: 100%;
    height: 100px;
    margin-top: 14px;
    margin-bottom: 4px;
}

.helpHint .globalHelpHintText
{
    width: 100%;
    margin-bottom: 4px;
}
.helpHint .localHelpHintText
{
    width: 100%;
    margin-top: 14px;
    margin-bottom: 4px;
}

.helpHint .noHelpHintAvailable
{
    margin-top: 0px;
    margin-bottom: 14px;
}

.helpHint .welcomeHint 
{
    font-weight: normal;
    padding: 0;
}
input.watermark {
    background: #FFFFFF url(http://www.google.com/coop/intl/nl/images/google_custom_search_watermark.gif) left no-repeat;
    border: solid 1px #999999;
    width: 150px;
    margin-right: 5px;
}
input.search {
    background: #FFFFFF;
    width: 150px;
    margin-right: 5px;
}

/* ContentItemForumQuestionView.cs.css */

.ForumQuestionView .questionTitle
{
    display: block;
    font-size: 15px;
    font-weight: 500 !important; 
    margin-top: 15px;  
}

.ForumQuestionView .titleSeparator
{
    margin-top: 5px;
    border-bottom: solid 1px #CCCCCC;
}

.ForumQuestionView .answerSeparator
{
    margin-top: 5px;
    border-bottom: solid 1px #CCCCCC;
}

.ForumQuestionView .editQuestion
{
    clear: both;
    margin: 0px 0px 25px 0px;
}

.ForumQuestionView .untypedVote
{
    margin-top: 15px;
}

.ForumQuestionView .questionText
{
    margin: 15px 0px 0px 42px;
}

.ForumQuestionView .questionTags
{
    margin: 15px 0px 0px 8px;
}

.ForumQuestionView .questionTags input[type=text]
{
    margin-top: 5px;
    height: 16px;
    width: 682%;
}
   
.ForumQuestionView .editQuestionButton, 
.ForumQuestionView .deleteQuestionButton, 
.ForumQuestionView .emailButton
{
    background-color: #FFFFFF !important;
    border: none !important;
    color: #666666 !important;
    cursor: pointer !important;
    display: block !important;
    font-family:Verdana,Arial,Helvetica,sans-serif !important;
    float: left !important;
    font-size: 10px !important;
    margin: 8px 0px 8px 0px !important;
    padding: 0px 2px 0px 2px !important;
    height: inherit! important;
    line-height: 12px !important;
    
    /* IE 7 fix */
    #padding: 0 !important;
    #margin: 0 !important;
    #height: auto !important;
}

.ForumQuestionView .editQuestionButton, .ForumQuestionView .emailButton
{
    border-right: solid 1px #666666 !important;   
}

.ForumQuestionView .editQuestionButton:hover, .ForumQuestionView .deleteQuestionButton:hover, .ForumQuestionView .emailButton:hover
{
    background-color:#777777 !important;
    color:#FFFFFF !important;
    text-decoration: none !important;
}
/* ContentItemForumQuestionSummary.cs.css */

.forumQuestionSummary
{
    float: right;
    text-align: right;
    margin: 15px 0px 15px 0px;
}
/* ContentItemForumQuestionStatistics.cs.css */
.ForumQuestionStatistics
{
    float: left;
    width: 102px !important;
    background: transparent url(../../../../../ValentNet/Content/icons/forum/statisticsArrow.gif) no-repeat 96% 35%;
}

.ForumQuestionStatistics .voteScore
{
    background: #EEEEEE none repeat scroll 0 0;
    color: #666666;
    font-family: Arial;
    font-size: 110%;
    margin-top: 15px;
    text-align: center;
    padding: 2px 0px 4px 0px;
    width: 91px;
}

.ForumQuestionStatistics .voteScore strong
{
    color: #808185;
    font-size: 240%;
}

.ForumQuestionStatistics .answersCount
{
    background: #75845C none repeat scroll 0 0;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 100%;
    margin: 2px 0px 2px 6px;
    text-align: center;
    padding: 2px 0px 2px 0px;
    width: 80px;
}

.ForumQuestionStatistics .answersCount strong
{
    color: #FFFFFF;
    font-size: 160%;
}

.ForumQuestionStatistics .viewingsCount
{
    margin: 3px 0px 2px 0px;
    text-align: center;
    width: 91px;
}
/* ContentItemForumQuestionPageMenuTabs.cs.css */

.ForumQuestionPageMenuTabs .questionsButton
{
    margin: 0px 15px 20px 0px !important;
    cursor: pointer;
}

.ForumQuestionPageMenuTabs .askQuestionButton
{
    margin: 0px 0px 20px 0px !important;
    cursor: pointer;
}

/* ContentItemForumQuestionList.cs.css */
.question
{
    clear: both;
    float: left;
    width: 100%;
}

.questionSeparator
{
    border-bottom: solid 1px #CCCCCC;
    clear: both;
    position: relative;
}

.questionContent
{
    float: left;
    margin-left: 2px;
    width: 83%;
}

.questionTitleLink
{
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 500 !important; 
    margin-top: 15px;  
}

.questionText
{
   margin: 5px 5px 0px 0px;
}

.questioner
{
    float: right;
    text-align: right;
    margin: 12px 0px 5px 0px;
}

.questionTags
{
    float:left;
    margin-top: 18px;
    padding-left: 0px !important;
}

.questionTag
{
    background-color: #E0EAF1;
    border-bottom: 1px solid #3E6D8E;
    border-right: 1px solid #7F9FB6;
    color: #3E6D8E;
    cursor: pointer;
    display: inline;
    font-size: 90%;
    line-height: 2.2;
    list-style: none;
    margin: 2px 5px 0px 0px;
    padding: 3px 4px;
    text-decoration: none;
    white-space: nowrap;
}

.questionTag:hover
{
    background-color: #3E6D8E;
    border-bottom: 1px solid #37607D;
    border-right: 1px solid #37607D;
    color: #E0EAF1;
    text-decoration: none;
}

.noQuestionsFound
{
    margin-top: 15px;
    text-align: center;   
}



/* ContentItemForumQuestionFaq.cs.css */

.ForumQuestionFaq td.linkScore {
    color: #666666;
    line-height: 20px;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
}

.ForumQuestionFaq td.linkQuestion a {
    color: #666666;
    line-height: 20px;
    font-size: 110%;
    font-weight: bold;
}

/* ContentItemForumQuestion.cs.css */
.ForumQuestion .question { float: none; }
.ForumQuestion .question input[type=text]
{
    height: 16px;
    margin: 5px 0px 15px 0px;
    width: 100%;
}

.ForumQuestion .question label
{
    display: block;
}

.ForumQuestion .description .resizable
{
    margin-top: 5px;
}

.ForumQuestion .tags
{
    margin: 15px 0px 0px 0px;
}

.ForumQuestion .showHtmlView label
{
    line-height: 24px !important;
    vertical-align: bottom !important;
}

.ForumQuestion .tags input[type=text]
{
    height: 16px;
    margin: 5px 0px 0px 0px;
    width: 100%;
}

.ForumQuestion .postQuestion
{
    clear:both;
    margin: 15px 0px 0px 0px;
}


.ContentItemForm {
    position: relative;
}
.ContentItemForm .disabled {
    display: none;
}
.ContentItemForm table th {
    font-weight: normal;
}
.ContentItemForm table td {
    *width: 80%; /* IE 7 hack */
}
.emailFieldsDropDownList{
    margin: 0px 4px 10px 0px;
}

/* ContentItemFileUpload.cs.css */
.ContentItemFileUpload div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
}
.ContentItemFileUpload div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}

.ContentItemFileUpload .displayMessage {
    margin: 0;
}

.ContentItemFileUpload div.progress {
    padding: 20px 0 0 0;
    margin: 0;
    width: 375px;
}

.ContentItemFileUpload div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
}

/*.ContentItemFileUpload button,
.ContentItemFileUpload input,
.ContentItemFileUpload select,
.ContentItemFileUpload textarea { 
	background: none;
	border-width: 1px; 
	margin-bottom: 10px;
	padding: 2px 3px;
}*/

.ContentItemFileUpload input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */

.ContentItemFileUpload label { 
	width: 150px; 
	text-align: right; 
	display:block;
	margin-right: 5px;
}

.ContentItemFileUpload #btnSubmit { margin: 0 0 0 155px ; }

/* -- Table Styles ------------------------------- */
.ContentItemFileUpload td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}

.ContentItemFileUpload .progressWrapper {
	width: 357px;
	overflow: hidden;
}

.ContentItemFileUpload .progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.ContentItemFileUpload .message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.ContentItemFileUpload .red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.ContentItemFileUpload .green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.ContentItemFileUpload .blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.ContentItemFileUpload .progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.ContentItemFileUpload .progressBarInProgress,
.ContentItemFileUpload .progressBarComplete,
.ContentItemFileUpload .progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.ContentItemFileUpload .progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.ContentItemFileUpload .progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.ContentItemFileUpload .progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

.ContentItemFileUpload a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../../../Content/icons/16x16/delete.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
}

.ContentItemFileUpload a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.ContentItemFileUpload .swfupload {
	vertical-align: top;
    position: absolute;
    z-index: 1;
}
/* ContentItemFileList.cs.css */
/* ContentItemFileListConfig.cs.css */
/* ContentItemEventSubscriptions.cs.css */

.eventSubscriptions ul.events
{
    width: 100%;
    margin-top: 4px;
}

.eventSubscriptions ul.events li
{
    list-style: none;
    padding-top: 4px;
}
.eventSubscriptions ul.events li input
{
    margin-right: 4px;
}
/* ContentItemEventsCalendarSubscribeSummary.cs.css */
.EventsCalendarSubscribeSummary
{
    table-layout: fixed;
}

.EventsCalendarSubscribeSummary table
{
    border-collapse: collapse; 
    width: 288px;
}

.EventsCalendarSubscribeSummary td
{

}

.EventsCalendarSubscribeSummary .rightCell
{
    text-align: right !important;
}

.EventsCalendarSubscribeSummary th
{
}

.EventsCalendarSubscribeSummary .summaryTitle
{
    padding-top: 10px;
}

.EventsCalendarSubscribeSummary .totalsTable
{
    width: 100% !important;
}

.EventsCalendarSubscribeSummary .totalsTable td
{
    white-space: nowrap;
}

.EventsCalendarSubscribeSummary .addPromoCodeButton
{
    cursor: pointer;
    margin: -2px 0px 0px 10px !important;
}

.EventsCalendarSubscribeSummary .promoCodeTextBox
{
    margin: 15px 0px 0px 10px;
}
/* ContentItemEventsCalendarSubscribeSummaryConfig.cs.css */
/* ContentItemEventsCalendarSubscribePayment.cs.css */
.EventsCalendarSubscribePayment
{
    margin-top: 10px;
}

.EventsCalendarSubscribePayment input[type=radio]
{
    margin: 5px 5px 0px 0px;
}
/* ContentItemEventsCalendarSubscribe.cs.css */
.EventsCalendarSubscribe .login
{
    clear: both;
    display: block;
}

.EventsCalendarSubscribe .register
{
    clear: both;
    display: block;
}

.EventsCalendarSubscribe .register input[type="submit"] {
    display: block;
    margin: 15px 0 0 2%;
}

.EventsCalendarSubscribe .notMemberRadioButton
{
    clear: both;
    display: block;
    margin: 20px 0px 20px 0px;
}

.EventsCalendarSubscribe .memberRadioButton
{
    clear: both;
    display: block;
    margin: 0px 0px 20px 0px;
}

.EventsCalendarSubscribe .notMemberRadioButton input[type=radio], .EventsCalendarSubscribe .memberRadioButton input[type=radio]
{
    margin-right: 5px;
}

/* ContentItemEventsCalendarList.cs.css */

.EventsCalendarList
{
    table-layout: fixed;
}

.EventsCalendarList .subscribe
{   
    display: table-cell;
    vertical-align: middle;
    text-align: center; 
}

.EventsCalendarList .date
{   
    display: table-cell;
    width: 175px !important;
    white-space: pre-wrap;
}

.EventsCalendarList .subscribeButton{
    cursor: pointer;
    margin: 0px 0px 0px 30px;
}
/* ContentItemEventsCalendarItem.cs.css */

.EventsCalendarItem .date
{
    display: inline;
}

.EventsCalendarItem .description
{
    margin-top: 20px;
}

.EventsCalendarItem  .backButton
{
    margin-top: 20px;
}

/* ContentItemEventsCalendar.cs.css */
.EventsCalendar
{
    clear: both;
    height: 298px;
    width: 568px;
    margin: 0 0 14px 0;
}

.EventsCalendar .imagePlaceholder {
    float: left;
    height: 298px;
    width: 400px;
}

.EventsCalendar .eventsPlaceholder {
    float: left;
    width: 168px;
}

.EventsCalendar .spotlightButton
{
    border-left: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    height: 58px;
    text-align: left;
    width: 167px;
    position: relative;
}

.EventsCalendar .spotlightButton .arrow {
    display: none;
}

.EventsCalendar .spotlightButton a {
    display: table;
    height: 58px;
    padding-left: 11px;
    position: absolute;
    top: 0px;
    width: 158px;
}

.EventsCalendar .spotlightButton a div {
    display: table-cell;
    vertical-align: middle;

    /* IE LT 8 hack */
    *position: absolute; 
    *top: 50%;
}
.EventsCalendar .spotlightButton a p {
    margin: 0; 
    padding: 0; 

    /* IE LT 8 hack */
    *position: relative; 
    *top: -50%;
}

.EventsCalendar .spotlightButtonSelected
{
}

.elementStartPage .column
{
    float: left;
}
.elementStartPage .column .box
{
    border: 1px solid #cccccc;
    padding: 5px;
    margin: 10px;
    font-weight: bold;
}
.elementStartPage .column .box ul
{
    margin-top: 5px;
}
.elementStartPage .column .box li
{
    list-style: none;
    font-weight: normal;
}
/* ContentItemNewsSenderSubscribe.cs.css */
div#content .CsvImport
{  
    clear: both;
    margin: 15px 0px 0px 0px;
    padding: 0;
    position: relative;
}

.CsvImport .CsvDataTextArea
{
    clear: both;
    height: 125px;
    margin-top: 15px;
    width: 100%;
}

.CsvImport .subscribeButton
{
    clear: both;
    float: left;
    margin: 15px 0px 15px 0px;
}

.CsvImport .statusList .status
{
    font-weight: bold;
    line-height: 20px;
}
.DataTable 
{
	border: 0px none;
	padding: 8px;
	font-weight: bold;
	color: #880000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}
.headerRow 
{
	background: #DCB5B5;
}
.dataRow-odd
{
	background: #f0f0f0;
	font-weight: normal;
}
.dataRow-even
{
	background: transparent;
	font-weight: normal;
}
/* ContentItemCopyObjects.cs.css */

.CopyObjects .copyButton
{
    margin: 5px 5px 5px 0px;
}

.CopyObjects .cancelButton
{
    margin: 5px 5px 5px 5px;
}

.CopyObjects .copyObjectsMessage
{
    color: #FF0000;
}

/* ContentItemCmsOverview.cs.css */
table.cmsOverview td { white-space: nowrap }
table.cmsOverview td.level1 { padding-left: 20px; }
table.cmsOverview td.level2 { padding-left: 40px; }
table.cmsOverview td.level3 { padding-left: 60px; }
table.cmsOverview td.level4 { padding-left: 80px; }
table.cmsOverview td.level5 { padding-left: 100px; }
table.cmsOverview td.level6 { padding-left: 120px; }
table.cmsOverview td.level7 { padding-left: 140px; }
table.cmsOverview td.level8 { padding-left: 160px; }

/* ContentItemApplicationList.cs.css */
table.cmsApplicationList td
{ 
    white-space: nowrap 
}

/* ContentItemChangePasswordRequest.cs.css */

.ChangePasswordRequest .title
{
    text-align: left !important;
}

/* ContentItemChangePasswordRequestConfig.cs.css */
/* ContentItemChangePasswordForm.cs.css */

.ChangePasswordForm .changePasswordButton
{
    margin: 20px 0px 0px 145px;
}

/* ContentItemChangePasswordFormConfig.cs.css */
ul.calendarItems li {
    position: relative;
    height: 50px;
    list-style: none;
    margin-bottom: 10px;
}
ul.calendarItems li .date {
    position: absolute;
    top: 0px;
    left: -5px;
    font-weight: bold;
    width: 100px;
}
ul.calendarItems li .details {
    position: absolute;
    top: 0px;
    left: 100px;
}
ul.calendarItems li .title {
    font-weight: bold;
}
ul.calendarItems li .location {
}
ul.calendarItems li .time {
}
.breadCrumbYouAreHere
{
    color: #0F436C;
}

.breadCrumbTrail
{
    margin: 6px 2px 5px 4px;
}

.breadCrumbActive
{

}

.breadCrumbInactive
{

}


