




/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\ContentItem.cs.css * * */

.contentItemConfigButton
{
    position: absolute;
    top: 2px;
    left: 2px;
    z-index:1;
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\WebsiteSubscribe\ContentItemWebsiteSubscribe.cs.css * * */

/* ContentItemWebsiteSubscribe.cs.css */





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\UntypedVote\ContentItemUntypedVote.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;
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\UntypedTags\ContentItemUntypedTags.cs.css * * */

/* 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%;
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\UntypedTags\ContentItemUntypedTagsConfig.cs.css * * */

/* ContentItemUntypedTagsConfig.cs.css */





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\UntypedImages\ContentItemUntypedImages.cs.css * * */

.imageItem
{
    padding-bottom: 10px;
    padding-right: 10px;
}
.imageItem .delete
{
    cursor: pointer;
}
.imageItem .preview
{
    max-height: 150px;
    max-width: 150px;
}
table.imageGallery tr td
{
    background-color: transparent;
    border-width: 0px;
}
.image-upload
{
    color: #000000;
    height: 18px;
    width: 75px;
    font-size: 12px;
    padding-top: 0pt;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
}

.inactiveImage
{    
    /* for IE */
    filter:alpha(opacity=40);
    
    /* CSS3 standard */
    opacity:0.4;
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\UntypedDocuments\ContentItemUntypedDocuments.cs.css * * */

.documentItems
{
    list-style-type: none;
}
.documentItems li
{
    margin-top: 10px;
    list-style-type: none;
}
.documentLink 
{
    margin-left: 10px;
}
.documentItem .delete
{
    cursor: pointer;
}
.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;
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\UntypedComments\ContentItemUntypedComments.cs.css * * */

div#content .UntypedComments .commentItems,
.UntypedComments .commentItems
{
    margin: 0;
    padding: 0;
}

.UntypedComments ul.commentItems ul {
    list-style-type: disc;
    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;
    height: 14px !important;
    display: block !important;
    font-family:Verdana,Arial,Helvetica,sans-serif !important;
    float: left !important;
    font-size: 10px !important;
    margin: 15px 2px 15px 0px !important;
    padding: 0px 2px 0px 0px !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
{
    width: 100%;
    height: 250px;
    margin: 0px 0px 0px 0px;
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\UntypedCollection\ContentItemUntypedCollection.cs.css * * */

.contentItemUntypedCollection h3 {
    clear: both;
    padding-left: 5px;
    padding-top: 3px;
    margin-top: 20px;
    border-top: 2px solid #cccccc;
    font-size: 100%;
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\UntypedAttributes\ContentItemUntypedAttributes.cs.css * * */

.deleteAttribute
{
    cursor: pointer;
}
.newAttributeButton
{
    clear:both;
    cursor: pointer;
    display: block;
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\UntypedAds\ContentItemUntypedAds.cs.css * * */

.buyPackage {
    margin-left: 5px;
}
.creditsTotal{
    border: none;
    clear: both;
   
}
.tblBuyAd{
     margin-left: 5px;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\Twitter\ContentItemTwitter.cs.css * * */

.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;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\TagSearch\ContentItemTagSearch.cs.css * * */

/* ContentItemTagSearch.cs.css */

.TagSearch .searchButton
{
    margin: 0px 0px 0px 17px !important;
}

.TagSearch input[type="text"]
{
    float: left;
    height: 16px;
    margin-top: 3px;
    width: 650px;
}

.TagSearch .tagBox
{
   display: inline;
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\SiteMap\ContentItemSiteMap.cs.css * * */







/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\Settings\ContentItemSettings.cs.css * * */

/* General */
.settingsHeader
{
    font-weight: 600 !important;
}

.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;
}







/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\SendMail\ContentItemSendMail.cs.css * * */

/* ContentItemSendMail.cs.css */
.SendMail .recipient
{
    height: 18px;
    line-height: 16px;
    margin: 5px 0px 5px 5px;
    width: 269px;
}

.SendMail .sender
{
    height: 18px;
    line-height: 16px;
    margin: 0px 5px 5px 5px;
    width: 270px;
}

.SendMail .subject
{
    height: 18px;
    line-height: 16px;
    margin: 5px 0px 0px 5px;
    width: 531px;
}

.SendMail .body
{
    clear: both;
    margin: 5px 0px 5px 0px;
}

.SendMail .body .textArea
{
    clear: both;
    height: 200px;
    margin: 5px 0px 0px 0px;
    width: 590px;
}

.SendMail .sendButton
{
    margin: 5px 5px 5px 0px;
}

.SendMail .cancelButton
{
    margin: 5px 5px 5px 5px;
}

.SendMail .sendMailMessage
{
    color: #FF0000;
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\ProductList\ContentItemProductList.css * * */

table.PropertyGrid input[type="text"].mimickDisabled
{
    background-color:transparent;
    border:0px;
    color:inherit;
    width:100%;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\ProductBrowserShowProduct\ContentItemProductBrowserShowProduct.cs.css * * */

/* ContentItemProductBrowserShowProduct.cs.css */





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\ProductBrowserShowProduct\ContentItemProductBrowserShowProductConfig.cs.css * * */

/* ContentItemProductBrowserShowProductConfig.cs.css */





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\ProductBrowserProductList\ContentItemProductBrowserProductList.cs.css * * */

/* ContentItemProductBrowserProductList.cs.css */





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\ProductBrowserProductList\ContentItemProductBrowserProductListConfig.cs.css * * */

/* ContentItemProductBrowserProductListConfig.cs.css */





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\ProductBrowser\ContentItemProductBrowser.cs.css * * */

/* ContentItemProductBrowser.cs.css */





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\ProductBrowser\ContentItemProductBrowserConfig.cs.css * * */

/* ContentItemProductBrowserConfig.cs.css */





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\Popup\ContentItemPopup.cs.css * * */

/* ContentItemPopup.cs.css */
.Popup
{
    margin: 0 0 0 50%;
    z-index: 5;
    width: 32px;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\Popup\ContentItemPopupConfig.cs.css * * */

/* ContentItemPopupConfig.cs.css */

.editPopupText
{
    border: #FFFFFF !important;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\PhotoGallery\ContentItemPhotoGallery.cs.css * * */

/* ContentItemPhotoGallery.cs.css */





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\PhotoGallery\ContentItemPhotoGalleryConfig.cs.css * * */

/* ContentItemPhotoGalleryConfig.cs.css */





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\PersonLanguageSelector\ContentItemPersonLanguageSelector.cs.css * * */

.personLanguageSelector label
{
    margin-left: 5px;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\PeopleViewer\ContentItemPeopleViewer.cs.css * * */

/* ContentItemPeopleViewer.cs.css */

.PeopleViewer .personImage
{
    height: 200px;
    width: 200px;
}

.PeopleViewer .personThumbnail
{
    height: 120px;
    width: 120px;
}

.PeopleViewer .employeePhoto
{

}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\NewsSenderUnsubscribe\ContentItemNewsSenderUnsubscribe.cs.css * * */

/* 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;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\NewsSenderSubscribe\ContentItemNewsSenderSubscribe.cs.css * * */

/* 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;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\MenuRecycleBin\ContentItemMenuRecycleBin.cs.css * * */

/* ContentItemMenuRecycleBin.cs.css */
.contentItemMenuRecycleBin{
    display: inline;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\MenuManager\ContentItemMenuManager.cs.css * * */

/* 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;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\MenuManager\ContentItemMenuManagerConfig.cs.css * * */

/* ContentItemMenuManagerConfig.cs.css */





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\MenuLinkTo\ContentItemMenuLinkTo.cs.css * * */

/* ContentItemMenuLinkTo.cs.css */
.hideRadioButton input[type=radio]{
     display: none;
}
.confirmText{
    clear: both;
    margin-bottom: 20px;
}
.confirmButton{
    float: right;
    margin-right: 10px;
    display: inline;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\MenuLanguages\ContentItemMenuLanguages.cs.css * * */

/* ContentItemMenuLanguages.cs.css */





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\MailingSubscriptions\ContentItemMailingSubscriptions.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;
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\Login\ContentItemLogin.cs.css * * */

/* ContentItemLogin.cs.css */

.ContentItemLogin {
    border: solid 1px #DCB5B5;
    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: #DCB5B5;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    padding: 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 {
    background-color: #E4EDF4;
    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;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\Login\ContentItemLoginConfig.cs.css * * */

/* ContentItemLoginConfig.cs.css */





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\KeepSessionAlive\ContentItemKeepSessionAlive.cs.css * * */

.sessionTimesOut, .sessionIsKeptAlive
{
    cursor: pointer;
    margin-top: -11px;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\Invoices\ContentItemInvoiceList.cs.css * * */

.InvoiceList .payNowLink
{
    vertical-align: 25%;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\Invoices\ContentItemInvoicePayment.cs.css * * */

/* ContentItemInvoicePayment.cs.css */

.InvoicePayment .payButton
{
    margin-top: 20px;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\Invoices\ContentItemInvoicePaymentConfig.cs.css * * */

/* ContentItemInvoicePaymentConfig.cs.css */





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\HelpHint\ContentItemHelpHint.cs.css * * */

.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 {
    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;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\GoogleSearch\ContentItemGoogleSearch.cs.css * * */

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;
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\ForumQuestionView\ContentItemForumQuestionView.cs.css * * */

/* 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;
    height: 14px !important;
    font-family:Verdana,Arial,Helvetica,sans-serif !important;
    float: left !important;
    font-size: 10px !important;
    margin: 15px 2px 15px 0px !important;
    padding: 0px 2px 0px 0px !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;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\ForumQuestionSummary\ContentItemForumQuestionSummary.cs.css * * */

/* ContentItemForumQuestionSummary.cs.css */

.forumQuestionSummary
{
    float: right;
    text-align: right;
    margin: 15px 0px 15px 0px;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\ForumQuestionStatistics\ContentItemForumQuestionStatistics.cs.css * * */

/* 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;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\ForumQuestionPageMenuTabs\ContentItemForumQuestionPageMenuTabs.cs.css * * */

/* ContentItemForumQuestionPageMenuTabs.cs.css */

.ForumQuestionPageMenuTabs .questionsButton
{
    margin: 0px 15px 20px 0px !important;
    cursor: pointer;
}

.ForumQuestionPageMenuTabs .askQuestionButton
{
    margin: 0px 0px 20px 0px !important;
    cursor: pointer;
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\ForumQuestionList\ContentItemForumQuestionList.cs.css * * */

/* 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;   
}








/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\ForumQuestionFaq\ContentItemForumQuestionFaq.cs.css * * */

/* 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;
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\ForumQuestion\ContentItemForumQuestion.cs.css * * */

/* ContentItemForumQuestion.cs.css */
.ForumQuestion .question { float: none; }
.ForumQuestion .question input[type=text]
{
    height: 16px;
    margin: 5px 0px 15px 0px;
    width: 622px;
}

.ForumQuestion .question label
{
    display: block;
}

.ForumQuestion .description .resizable
{
    margin-top: 5px;
    width: 50%;
}

.ForumQuestion .tags
{
    margin: 15px 0px 0px 0px;
}

.ForumQuestion .tags input[type=text]
{
    height: 16px;
    margin: 5px 0px 0px 0px;
    width: 622px;
}

.ForumQuestion .postQuestion
{
    clear:both;
    margin: 15px 0px 0px 0px;
}







/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\Form\ContentItemForm.cs.css * * */

.ContentItemForm {
    position: relative;
}
.ContentItemForm .disabled {
    display: none;
}
.ContentItemForm table th {
    font-weight: normal;
}
.ContentItemForm table td {
    *width: 80%; /* IE 7 hack */
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\Form\ContentItemFormConfig.cs.css * * */

.emailFieldsDropDownList{
    margin: 0px 4px 10px 0px;
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\FileUpload\ContentItemFileUpload.cs.css * * */

/* 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 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;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\FileList\ContentItemFileList.cs.css * * */

/* ContentItemFileList.cs.css */





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\FileList\ContentItemFileListConfig.cs.css * * */

/* ContentItemFileListConfig.cs.css */





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\EventSubscriptions\ContentItemEventSubscriptions.cs.css * * */

/* ContentItemEventSubscriptions.cs.css */

.eventSubscriptions ul.events
{
    width: 100%;
    border-top: 1px solid #cccccc;
    margin-top: 4px;
}

.eventSubscriptions ul.events li
{
    list-style: none;
    padding-top: 4px;
}
.eventSubscriptions ul.events li input
{
    margin-right: 4px;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\EventsCalendarSubscribeSummary\ContentItemEventsCalendarSubscribeSummary.cs.css * * */

/* 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;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\EventsCalendarSubscribeSummary\ContentItemEventsCalendarSubscribeSummaryConfig.cs.css * * */

/* ContentItemEventsCalendarSubscribeSummaryConfig.cs.css */





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\EventsCalendarSubscribePayment\ContentItemEventsCalendarSubscribePayment.cs.css * * */

/* ContentItemEventsCalendarSubscribePayment.cs.css */
.EventsCalendarSubscribePayment
{
    margin-top: 10px;
}

.EventsCalendarSubscribePayment input[type=radio]
{
    margin: 5px 5px 0px 0px;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\EventsCalendarSubscribe\ContentItemEventsCalendarSubscribe.cs.css * * */

/* 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;
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\EventsCalendarList\ContentItemEventsCalendarList.cs.css * * */

/* 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;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\EventsCalendarItem\ContentItemEventsCalendarItem.cs.css * * */

/* ContentItemEventsCalendarItem.cs.css */

.EventsCalendarItem .date
{
    display: inline;
}

.EventsCalendarItem .description
{
    margin-top: 20px;
}

.EventsCalendarItem  .backButton
{
    margin-top: 20px;
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\EventsCalendar\ContentItemEventsCalendar.cs.css * * */

/* 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
{
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\ElementStartPage\ContentItemElementStartPage.cs.css * * */

.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;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\DisplayLanguageSwitch\ContentItemDisplayLanguageSwitch.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;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\CsvImport\ContentItemCsvImport.cs.css * * */

/* 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;
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\CopyObjects\ContentItemCopyObjects.cs.css * * */

/* ContentItemCopyObjects.cs.css */

.CopyObjects .copyButton
{
    margin: 5px 5px 5px 0px;
}

.CopyObjects .cancelButton
{
    margin: 5px 5px 5px 5px;
}

.CopyObjects .copyObjectsMessage
{
    color: #FF0000;
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\CmsOverview\ContentItemCmsOverview.cs.css * * */

/* 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; }






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\CmsApplicationList\ContentItemCmsApplicationList.cs.css * * */

/* ContentItemApplicationList.cs.css */
table.cmsApplicationList td
{ 
    white-space: nowrap 
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\ChangePasswordRequest\ContentItemChangePasswordRequest.cs.css * * */

/* ContentItemChangePasswordRequest.cs.css */

.ChangePasswordRequest .title
{
    text-align: left !important;
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\ChangePasswordRequest\ContentItemChangePasswordRequestConfig.cs.css * * */

/* ContentItemChangePasswordRequestConfig.cs.css */





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\ChangePasswordForm\ContentItemChangePasswordForm.cs.css * * */

/* ContentItemChangePasswordForm.cs.css */

.ChangePasswordForm .changePasswordButton
{
    margin: 20px 0px 0px 145px;
}






/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\ChangePasswordForm\ContentItemChangePasswordFormConfig.cs.css * * */

/* ContentItemChangePasswordFormConfig.cs.css */





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\Calendar\ContentItemCalendar.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 {
}





/* * * C:\inetpub\wwwroot\Stip\ValentNet\Views\Shared\Controls\ContentItems\BreadCrumbTrail\ContentItemBreadCrumbTrail.cs.css * * */

.breadCrumbYouAreHere
{
    color: #0F436C;
}

.breadCrumbTrail
{
    margin: 6px 2px 5px 4px;
}

.breadCrumbActive
{

}

.breadCrumbInactive
{

}


