﻿/*************************************** LAYOUT MASTERPAGE ***************************************/

body.Blank
{
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	font-size:12px;
	background: #ffffff;
	margin:0;
	padding:0;
}

body.Intranet
{
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	font-size:12px;
	background: #2c2c2c repeat-x;
	margin:0;
	padding:0;
}

div.Wrapper 
{
}

/*************************************** CONTENT ***************************************/

div.ContentWrapper
{
    background: #e3e3e3 0px 0px;
}

div.ContentWrapper div.Content
{
	min-height: 400px;
	padding: 6px 0px 0px 0px;
}

div.ContentWrapperHome div.Content, div.ContentWrapperSite div.Content
{
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 40px 0px 40px 0px;
	text-align: justify;
	min-height: 10px;
}

div.ContentWrapper div.Content div.Navigator
{
    z-index: 3;
    margin: 0px 0px 0px 6px;
}

div.ContentWrapper div.Content div.Navigator table
{
    border-collapse: collapse;
}

div.ContentWrapper div.Content div.Navigator table tr
{
}

div.ContentWrapper div.Content div.Navigator table tr td
{
    border: none;
    border-left: solid 1px #f6f6f6;
}

div.ContentWrapper div.Content div.Navigator table tr td input, div.ContentWrapper div.Content div.Navigator table tr td a
{
    background: #ececec;
    padding: 10px 20px 10px 20px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    cursor: hand;
    text-decoration: none;
    color: #454545;
    display: block;
    position: relative;
    z-index: 3;
    font-weight: bold;
}

div.ContentWrapper div.Content div.Navigator table tr td a:hover
{
    background: #666666;
    color: #ffffff;
}

div.ContentWrapper div.Content div.Navigator table tr td input.Current, div.ContentWrapper div.Content div.Navigator table tr td a.Current
{
    background: #ffffff;
    color: #454545;
}

div.ContentWrapper div.Content div.ContentItem
{
	min-height: 600px; 
	background: #ffffff;
	padding: 6px;
	z-index: 2;
}

div.ContentWrapper div.Content div.PaddingNone
{
	padding: 0px;
}

div.ContentWrapper div.Content div.LeftMenu
{
	padding: 4px; 
	background: #f6f6f6; 
	border: solid 1px #f6f6f6; 
	text-align: left;
	-moz-border-radius: 3px;
    border-radius: 3px;
}

div.Content div.SortableImagesList
{
}

div.Content div.SortableImagesList ul
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    display: block;
}

div.Content div.SortableImagesList ul li
{
    padding: 5px 5px 5px 5px;
    margin: 0px 5px 5px 0px;
    text-align: center;
    display: block;
    float: left;
    position: relative;
    background: #f6f6f6;
}

div.Content div.SortableImagesList ul li.Clear
{
    float: none;
    clear: both;
    width: auto;
    height: auto;
    line-height: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

div.Content div.SortableImagesList ul li a.Image
{
    display: block; 
    text-decoration: none; 
    border: none;
}

div.Content div.SortableImagesList ul li div img
{
    width: 180px;
    height: 120px;
    border: none;
    border-bottom: solid 1px #ffffff;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    display: block;
}

div.Content div.SortableImagesList ul li div div
{
    background: #444444 repeat-x 0px 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
    position: static;
}

div.Content div.SortableImagesList ul li div div span
{
    display: inline-block;
    color: #666666;
}

div.Content div.SortableImagesList ul li div div a
{
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding: 10px 0px 10px 0px;
    width: 90px;
}

div.Content div.SortableImagesList ul li div div a.Full
{
    width: auto;
    text-align: center;
}

div.Content div.SortableImagesList ul li div div a.Left
{
	float: left;
}

div.Content div.SortableImagesList ul li div div a.Right
{
	border-left: solid 1px #555555;
	float: right;
	width: 89px;
}

div.Content div.SortableImagesList ul li div div a:hover
{
    background: #3f9ecf;
}

div.Content div.SortableImagesList ul li div div a.Show
{
    color: #ff0000;
}

div.Content div.ContentItemSection
{
    padding: 8px;
    margin: 0px 0px 6px 0px;
	background: #555555; 
	color: #ffffff;
	border: solid 1px #333333; 
	text-align: left;
	-moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

div.Content div.ContentItem ul.PropertiesList
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 1400px;
    list-style-type: none;
    display: block;
}

div.Content div.ContentItem ul.PropertiesList li
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 250px;
    float: left;
    line-height: 32px;
    height: 32px;
    border: none;
    display: block;
}

div.Content div.ContentItem ul.PropertiesList li.Caption
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
}

div.Content div.ContentItem ul.PropertiesList li.Caption a
{
	text-decoration: none;
	color: #454545;
}

div.Content div.ContentItem ul.PropertiesList li.Caption a.All
{
	color: #666666;
	font-weight: bold;
}

div.Content div.ContentItem ul.PropertiesList li.Caption a.Overridable
{
	text-decoration: none;
	font-weight: bold;
}

div.Content div.ContentItem ul.PropertiesList li.Caption a.Overridden
{
	color: #0180c7;
	font-weight: bold;
}

div.Content div.ContentItem ul.PropertiesList li.Control
{
    padding: 0px 0px 0px 5px;
    margin: 0px 0px 0px 0px;
    width: 195px;
}

div.Content div.ContentItem ul.PropertiesList li.Clear
{
    float: none;
    clear: both;
    width: auto;
    height: auto;
    line-height: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

div.Content div.ContentItem ul.PropertiesList li.Control select
{
    width: 180px;
    vertical-align: middle;
}

div.Content div.ContentItem ul.PropertiesList li.Control input[type=text]
{
    width: 170px;
    vertical-align: middle;
}

div.Content div.ContentItem ul.PropertiesList li.CaptionSmall
{
     width: 150px;
}



/*************************************** INPUT FORM HORIZONTAL ***************************************/

div.Content div.InputFormHorizontal
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
    position: relative;
}

div.Content div.InputFormHorizontal ul
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    display: block;
}

div.Content div.InputFormHorizontal ul li
{
    padding: 0px 0px 0px 0px;
    margin: 3px 3px 3px 3px;
    float: left;
    border: none;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    width: 190px;
}

div.Content div.InputFormHorizontal ul li.Break
{
    clear: both;
}

div.Content div.InputFormHorizontal ul li span.Caption
{
    display: block;
    padding: 0px 0px 3px 3px;
    margin: 0px 0px 0px 0px;
}

div.Content div.InputFormHorizontal ul li span.Caption span.Mandatory
{
    color: #ff0000;
}

div.Content div.InputFormHorizontal ul li span.Input
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
    height: 30px;
    line-height: 30px;
}

div.Content div.InputFormHorizontal ul li span.Input select
{
    width: 190px;
    vertical-align: middle;
}

div.Content div.InputFormHorizontal ul li span.Input input[type=text]
{
    width: 180px;
    vertical-align: middle;
}

div.Content div.InputFormHorizontal ul li.Clear
{
    float: none;
    clear: both;
    width: auto;
    height: auto;
    line-height: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

/*************************************** INPUT FORM ***************************************/

div.Content div.InputForm
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
    position: relative;
}

div.Content div.InputForm ul
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    display: block;
}

div.Content div.InputForm ul li
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
    line-height: 32px;
    height: 32px;
    border: none;
    display: block;
    position: relative;
    white-space: nowrap;
}

div.Content div.InputForm ul li.Caption
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: right;
    width: 120px;
    overflow: hidden;
}

div.Content div.InputForm ul li.Caption span.Mandatory
{
    color: #ff0000;
}

div.Content div.InputForm ul li.Caption a
{
	text-decoration: none;
	color: #0180c7;
	font-weight: bold;
}

div.Content div.InputForm ul li.Control
{
    padding: 0px 0px 0px 5px;
    margin: 0px 0px 0px 0px;
    width: 195px;
}

div.Content div.InputForm ul li.ClearLine
{
    clear: both;
}

div.Content div.InputForm ul li.Clear
{
    float: none;
    clear: both;
    width: auto;
    height: auto;
    line-height: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

div.Content div.InputForm ul li.Control select
{
    width: 180px;
    vertical-align: middle;
}

div.Content div.InputForm ul li.Control input[type=text]
{
    width: 170px;
    vertical-align: middle;
}

table.InputForm
{	
	width: 100%;
	border-collapse: collapse;
}

table.InputForm tr
{	
	vertical-align: top;
}

table.InputForm tr td
{	
	background: #f6f6f6;
	border-bottom: solid 1px #ffffff;
	line-height: 24px;
	padding: 3px;
	text-align: left;
    overflow: hidden;
} 

table.InputForm tr td div.Data
{
	background: #ffffff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
	-webkit-box-shadow: inset 0px 1px 1px 0px #dddddd;
    -moz-box-shadow: inset 0px 1px 1px 0px #dddddd;
    box-shadow: inset 0px 1px 1px 0px #dddddd;
    overflow: auto;
} 

table.InputForm tr td div.Text
{
	height: 150px;
} 

table.InputForm tr td > span
{
	display: block;
	padding: 2px;
} 

table.InputForm tr td.Field
{
	width: 200px;
	padding: 7px 0px 0px 8px;
	font-weight: bold;
} 

table.InputForm tr td.Buttons
{
    background: #efefef; 
    text-align: right;
    border: none;
	padding: 6px;
} 

table.InputForm tr td input[type=text], table.InputForm tr td select, table.InputForm tr td textarea 
{
	border: none;
	background: transparent;
	width: 100%;	
    overflow: auto;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	color: #555555;
} 

table.InputForm tr td textarea 
{
    overflow: auto;
    height: 150px;
	font-family: Arial, Helvetica, sans-serif;
} 

/*************************************** CONTENT LIST ***************************************/

div.WebsiteContentList
{
}

div.WebsiteContentList ul
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
}

div.WebsiteContentList ul li.Item
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

div.WebsiteContentList ul li a.Title
{
    color: #0194d9;
    text-transform: uppercase;
    font-size: 20px;
    border: none;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    line-height: normal;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

div.WebsiteContentList ul li div.TitleSub
{
    color: #7b7b7b;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: solid 1px #d6d6d6;
    border-top: solid 1px #d6d6d6;
    padding: 15px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
}

div.WebsiteContentList ul li div.Separator
{
    background: url(/Resources/0/Images/Site/Separator.png) repeat-x 0px 0px;
    height: 6px;
    font-size: 6px;
    line-height: 6px;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 20px 0px;
}

div.WebsiteContentList ul li div.ReadMore
{
	text-align: right;
	clear: both;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
}

div.WebsiteContentList ul li div.ReadMore a
{
	background: url(../Images/Site/arrow-rounded-site-color.png) no-repeat right 50%;
    text-decoration: none;
    border: none;
    padding: 0px 23px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1d94d2;
}

/*************************************** SLIDER ***************************************/

div.SliderWrapper
{
}

div.Slider
{
    background: no-repeat 0px 0px;
	margin: 0 auto;
	width: 1000px;
	height: 500px;
	position: relative;
}

/*************************************** LOGIN BOX ***************************************/

div.LoginBox
{
    background: 0px 0px;
    position: absolute;
    border: solid 2px #ffffff; 
    padding: 20px;
    left: 570px;
    top: 252px;
    color: #ffffff;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
	-webkit-box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    3px 3px 3px rgba(50, 50, 50, 0.2);
	box-shadow:         3px 3px 3px rgba(50, 50, 50, 0.2);
	line-height: 24px;
}

div.LoginBox input[type="text"], div.LoginBox input[type="password"]
{
	border: solid 1px #333333;
	font-size: 12px;
	font-weight: normal;
	background: #FFFFFF;
	text-align: left;
	padding: 6px;
	color: #454545;
	font-family: helvetica;
	-webkit-box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    3px 3px 3px rgba(50, 50, 50, 0.2);
	box-shadow:         3px 3px 3px rgba(50, 50, 50, 0.2);
}

div.LoginBox a
{
	display: inline-block;
    background: #89b317;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    border: solid 1px #6c8e11;
    padding: 0px 0px 0px 0px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: hand;
    cursor: pointer;
	line-height: normal;
}

div.LoginBox a span
{
	display: inline-block;
    padding: 10px 60px 10px 60px;
}


/*************************************** FOOTER ***************************************/

div.FooterWrapper
{
}

div.FooterWrapper div.Footer
{
	padding: 40px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

/*************************************** HEADER ***************************************/

div.HeaderWrapper
{
    background: #ffffff repeat-x left 40px;
    margin: 0px 0px px 0px;
	padding: 0px 0px 0px 0px;
}

div.Header
{
	margin: 0px 0px 0px 0px;
	padding: 0px 12px 2px 10px;
}

div.HeaderWrapperHome div.Header
{
	margin: 0 auto;
	width: 980px;
}

div.Header div.Logo
{
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 0px 0px;
}

div.Header div.Logo a
{
	display: block;
	border: none;
}

div.Header div.Logo a img
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	border: none;
	height: 55px;
}

div.Header div.Language
{
    float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.Header div.Language div
{
	padding: 15px 0px 0px 0px;
}

div.Header div.Language select
{
    background: #333333 url(/Resources/0/Images/Site/arrow-white-down.png) no-repeat 6px 49% !important;
	border: solid 1px #333333;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-transform: uppercase;
    padding: 6px 6px 6px 22px;
	margin: 0px 0px 0px 0px;
    display: block;
}

div.HeaderHome div.Language select
{
    background: #ffffff url(/Resources/0/Images/Site/arrow-black-down.png) no-repeat 6px 49% !important;
	border: solid 1px #ffffff;
	color: #888888;
	text-shadow: none;
}

/*************************************** HEADER MENU PANEL ***************************************/

div.MenuContainer 
{
	position: absolute;
	left: 10px;
	z-index: 550;
}
    
div.MenuContainer div.MenuPanel
{
	display: none;
	background: #ffffff;
	border: solid 1px #bebebe;
	border-top: none;
	min-height: 200px;
	min-width: 300px;
	padding: 40px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
    z-index: 551;
}

div.MenuContainer div.MenuPanel a.Back
{
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 0px 10px;
    border: none;
    text-decoration: none;
    color: #616161;
    display: block;
    float: left;
    text-align: center;
}

div.MenuContainer div.MenuPanel a.Back img
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
    display: block;
    border: none;
    width: 80px;
}

div.MenuContainer div.MenuPanel ul
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    width: 860px;
    display: block;
    float: left;
}

div.MenuContainer div.MenuPanel ul li
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 16px 0px 16px; 
    float: left; 
    width: 90px; 
    height: 140px; 
    text-align: center; 
    cursor: pointer;
    display: block;
    position: relative;
    font-size: 12px;
}

div.MenuContainer div.MenuPanel ul li.Clear
{
    float: none;
    clear: both;
    width: auto;
    height: auto;
    line-height: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
}

div.MenuContainer div.MenuPanel ul li a
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
    text-decoration: none;
    color: #616161;
    display: block;
}

div.MenuContainer div.MenuPanel ul li a img
{
    padding: 0px 0px 0px 0px;
    margin: auto auto 2px auto;
    display: block;
    border: none;
    width: 90px;
}

div.MenuContainer div.MenuPanel ul li a.SubAction
{
    position: absolute;
    display: none;
    z-index: 9991;
}

div.MenuContainer div.MenuPanel ul li a.Add
{
    top: -17px;
    left: 10px;
}

div.MenuContainer div.MenuPanel ul li a.Add img
{
	width: auto;
}

div.MenuContainer div.MenuPanel ul li a.Home
{
    top: -17px;
    right: 10px;
    
}

div.MenuContainer div.MenuPanel ul li a.Home img
{
	width: auto;
}

div.MenuContainer div.MenuPanel ul li a.Remove
{
    top: -17px;
    left: 15px;
}

div.MenuContainer div.MenuPanel ul li a.Remove img
{
	width: auto;
}
  
div.MenuActions 
{
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 3px;
}
    
div.MenuActions a 
{
    border: none;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #ffffff;  
    display: block;
    text-decoration: none;
    font-weight: bold;
    float: left;
    height: 46px;
    text-transform: uppercase;
}

div.MenuActions a:hover
{
    color: #ffffff; 
}

div.MenuActions a span
{
    padding: 13px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
}

div.MenuActions a span.Text
{
    width: 88px;
}

div.MenuActions a.Menu
{
	background: no-repeat 0px 0px;
	width: 125px;
}

div.MenuActions a.Home
{
	background: no-repeat 0px 0px;
	width: 122px;
}

div.MenuActions a.Favorites
{
	background: no-repeat 0px 0px;
	width: 124px;
}

div.MenuActions a.Facebook
{
	background: no-repeat 0px 0px;
	width: 44px;
}

div.MenuActions a.Twitter
{
	background: no-repeat 0px 0px;
	width: 47px;
}

div.MenuActions a.Google
{
	background: no-repeat 0px 0px;
	width: 46px;
}

div.MenuActions a.Youtube
{
	background: no-repeat 0px 0px;
	width: 45px;
}  
 
/*************************************** HEADER SUB ***************************************/
 
div.HeaderSubWrapper
{
    background: #0187d4 repeat-x 0px 0px;
}

div.HeaderSub
{
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	color: #ffffff;
	line-height: 40px;
	min-height: 40px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	font-size: 12px;
}

div.HeaderSub span.CompanyList
{
	float: left;
    padding: 0px 10px 0px 10px;
	border-left: solid 1px #318dbc;	
	border-right: solid 0px #54aedd;
	line-height: 40px;
	height: 40px;
}

div.HeaderSub span.CompanyList span
{
    padding: 12px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    display: block;
}

div.HeaderSub span.CompanyList select
{
    background: #3f9ecf url(/Resources/0/Images/Site/arrow-black-down.png) no-repeat right 50% !important;
	border: none;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-transform: uppercase;
    padding: 0px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
    display: block;
}

div.HeaderSub div.CurrentUser
{
	float: left;
}

div.HeaderSub div.Links
{
	float: right;	
	border-left: solid 0px #54aedd;
}

div.HeaderSub a
{
    background: none;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	font-size: 12px;
	display: block;
	float: left;
	text-decoration: none;
    padding: 0px 10px 0px 10px;
}

div.HeaderSub a:hover
{
    background: #318dbc;
}

div.HeaderSub div.CurrentUser
{
	border-right: solid 1px #318dbc;	
}

div.HeaderSub div.CurrentUser a
{
	border-left: solid 1px #318dbc;	
	border-right: solid 0px #54aedd;
}

div.HeaderSub div.CurrentUser a.Status
{
	width: 24px;
    padding: 0px 6px 0px 6px;
    border: none;
}

div.HeaderSub div.CurrentUser a.Status.Available
{
	background: url(/Resources/0/Images/Site/header-user.png?v=21) no-repeat 50% 50%;
}

div.HeaderSub div.CurrentUser a.Status.Busy
{
	background: url(/Resources/0/Images/Site/header-user-busy.png?v=21) no-repeat 50% 50%;
}

div.HeaderSub div.CurrentUser a.Name
{
}

div.HeaderSub div.Links a
{
	border-left: solid 1px #318dbc;	
	border-right: solid 0px #54aedd;
}

/*************************************** LINKS ***************************************/

a.LinkSiteColor
{
	color: #0176ba;
	text-decoration: none;
}

/*************************************** BUTTON ***************************************/

input[type=button].ButtonSiteColor, input[type=submit].ButtonSiteColor
{
   font-size: 13px;
   color: #FFFFFF;
   background: #0176ba repeat-x 0px 0px;
   border: solid 1px #015b8f;
   cursor: hand;
   text-align: center;
   padding-top: 5px;
   padding-bottom: 5px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

/*************************************** RADAR CONVERSTIONS LIST ***************************************/

table.RadarV2Conversations
{
	width: 100%;
}

table.RadarV2Conversations td.List
{
	padding: 0px; 
	text-align: left;
    width: 300px;
    vertical-align: top;
}

table.RadarV2Conversations td.List ul
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
    border-bottom: solid 1px #ffffff;
}

table.RadarV2Conversations td.List ul li
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: solid 1px #ffffff;
    background: #f9f9f9;
}

table.RadarV2Conversations td.List ul li a
{
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    display: block;
    color: #454545;
    text-decoration: none;
}

table.RadarV2Conversations td.List ul li a span
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
}

table.RadarV2Conversations td.List ul li a span.DateReceived
{
	font-weight: bold;
    margin: 0px 0px 4px 0px;
}

table.RadarV2Conversations td.List ul li a span.Subject
{
	margin: 0px 0px 4px 0px;
}

table.RadarV2Conversations td.List ul li a span.Processed
{
	text-align: right;
	font-style: italic;
}

table.RadarV2Conversations td.List ul li.Current
{
    background: #efefef;
}

table.RadarV2Conversations td.List ul li.Current a
{
}

table.RadarV2Conversations td.List ul li a:hover
{
    background: #333333;
    color: #ffffff;
}

/*************************************** BOX ***************************************/

div.Box
{
	padding: 5px; 
	background: #f6f6f6; 
	border: solid 1px #f6f6f6; 
	text-align: left;
	border-radius: 3px;
}

/*************************************** FORM TOOLS BAR ***************************************/

div.FormToolBar
{
	padding: 6px; 
	background: #f6f6f6; 
	border: solid 1px #f6f6f6; 
	text-align: left;
	border-radius: 3px;
}

div.FormToolBarWhite
{
	background: #ffffff; 
	border: none; 
	border-radius: 0px;
}

div.FormToolBarWhiteShadow
{
	padding: 9px 6px 6px 6px; 
	background: #ffffff; 
	border: none; 
	border-radius: 0px;
	box-shadow: inset 0 8px 8px -8px rgba(0,0,0,0.3);
}

div.FormToolBar.Square
{
	border-radius: 0px;
}

div.FormToolBar table
{
}

div.FormToolBar table tr
{
}

div.FormToolBar table tr td
{
    padding: 0px 4px 0px 0px;
}

div.FormToolBar input[type=text]
{
	border: solid 1px #bcbcbc;
	font-size: 12px;
	font-weight: normal;
	background: #ffffff repeat-x 0px 0px;
	text-align: left;
	padding: 6px;
	height: auto;
	color: #454545;
	font-family: helvetica;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 1px 1px 0px #dddddd;
    -moz-box-shadow: inset 0px 1px 1px 0px #dddddd;
    box-shadow: inset 0px 1px 1px 0px #dddddd;
}

div.FormToolBar input[type=text].Center
{
	text-align: center;
}

div.FormToolBar select
{
	border: solid 1px #bcbcbc;
	font-size: 12px;
	font-weight: normal;
	background: #FFFFFF;
	text-align: left;
	padding: 6px 5px 6px 5px;
	color: #454545;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: helvetica;
    -moz-box-shadow: inset 0px 1px 1px 0px #dddddd;
    box-shadow: inset 0px 1px 1px 0px #dddddd;
}

div.FormToolBar input[type=text].Default, div.FormToolBar select.Default
{
	color: #b9b9b9;
}

div.FormToolBar input[type=text].Error, div.FormToolBar select.Error
{
	background: #fed866 repeat-x 0px 0px;
}

div.FormToolBar input[type=button], div.FormToolBar input[type=submit]
{
   font-size: 13px;
   color: #FFFFFF;
   background: #0176ba repeat-x 0px 0px;
   border: solid 1px #0176ba;
   cursor: hand;
   text-align: center;
   padding-top: 5px;
   padding-bottom: 6px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   width: 120px;
   text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

div.FormToolBar input[type=button].Gray, div.FormToolBar input[type=submit].Gray
{
   color: #FFFFFF;
   background: #999999 repeat-x 0px 0px;
   border: solid 1px #999999;
}

div.FormToolBar a
{
   font-size: 13px;
   color: #FFFFFF;
   background: #555555 repeat-x 0px 0px;
   border: solid 1px #555555;
   cursor: hand;
   text-align: center;
   padding: 5px 5px 5px 5px;
   padding-bottom: 6px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
   display: inline-block;
   text-decoration: none;
}

div.FormToolBar a:hover
{
   background: #555555 repeat-x 0px 0px;
}

div.FormToolBar input[type=button].Current, div.FormToolBar input[type=submit].Current
{
   background: #333333;
   border: solid 1px #111111;
}

div.FormToolBarDarkLarge
{
	background: #666666; 
	border: none; 
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #ffffff;  
	color: #ffffff;
	border-radius: 0px;
}

/*************************************** POPUP ***************************************/

div.PopUpContainer
{
	background-color: #1d94d2;
}

/*************************************** PANEL ***************************************/

div.FixedPanelShadow
{
   position: fixed; 
   z-index: 99990; 
   left: 0px; 
   top: 0px; 
   right: 0px; 
   bottom: 0px; 
   background: url(/Resources/0/Images/Site/transparent-black-25.png);
}

div.FixedPanel
{
   position: fixed; 
   z-index: 99991; 
   left: 10px; 
   top: 10px; 
   right: 10px; 
   bottom: 10px; 
   border: solid 1px #666666; 
   background: #ffffff; 
   overflow: auto;
}

div.FixedPanelCustom
{
   position: fixed; 
   z-index: 99991; 
   top: 50%;
   left: 50%;
   border: solid 1px #666666; 
   background: #ffffff; 
   overflow: auto;
}

div.FixedPanel div.TopBar
{
   padding: 6px; 
   background: #1d94d2; 
   border-bottom: solid 1px #666666;
}

div.FixedPanel div.Title
{
	padding: 10px; 
	color: #ffffff; 
	text-transform: uppercase;
	font-weight: bold;
}

div.FixedPanel div.Title a
{
	color: #ffffff; 
	text-decoration: none;
}

div.FixedPanel div.TopBar input[type=button], div.TopBar input[type=submit]
{
   font-size: 12px;
   font-weight: bold;
   color: #454545;
   background: #e6e6e6;
   border: solid 1px #015b8f;
   cursor: hand;
   text-align: center;
   padding: 5px 10px 5px 10px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}

div.FixedPanel div.TopBar input[type=button].Current, div.TopBar input[type=submit].Current
{
   background: #333333;
   border: solid 1px #efefef;
}

div.FixedPanelConfirm
{
    overflow: hidden;
    width: 400px;
    height: 144px;
    margin-left: -200px;
    margin-top: -122px;
}

div.FixedPanelConfirm div.ConfirmTitle
{
    padding: 18px;
    text-transform: uppercase;
    text-align: center;
    background: #3f9ecf;
    color: #ffffff;
    line-height: 18px;
}

div.FixedPanelConfirm div.ConfirmButtons a
{
    display: block;
    width: 49.5%;
    text-align: center;
    padding: 30px 0px 30px 0px;
    float: left;
    text-decoration: none;
    color: #666666;
    text-transform: uppercase;
    line-height: normal;
}

div.FixedPanelConfirm div.ConfirmButtons a.Yes
{
    border-left: solid 1px #efefef;
}

div.FixedPanelConfirm div.ConfirmButtons a:hover
{
    color: #3f9ecf;
}

/*************************************** TOP BAR ***************************************/

div.TopBarMenu
{
   padding: 0px; 
   background: #333333; 
   border-bottom: solid 0px #000000;
   color: #ffffff;
}

div.TopBarMenu input[type=button], 
div.TopBarMenu input[type=submit],
div.TopBarMenu a
{
   font-size: 12px;
   font-weight: bold;
   color: #ffffff;
   background: transparent;
   border: none;
   cursor: hand;
   cursor: pointer;
   text-align: center;
   padding: 12px 16px 12px 16px;
   margin: 0px 0px 0px 0px;
   display: block;
   float: left;
   text-decoration: none;
}

div.TopBarMenu div.FloatLeft input[type=button], 
div.TopBarMenu div.FloatLeft input[type=submit],
div.TopBarMenu a
{
   border-right: solid 1px #444444;
}

div.TopBarMenu div.FloatRight input[type=button], 
div.TopBarMenu div.FloatRight input[type=submit],
div.TopBarMenu a
{
   border-left: solid 1px #444444;
}

div.TopBarMenu input[type=button].Current, 
div.TopBarMenu input[type=submit].Current
{
   background: #222222;
}

/*************************************** FORMS ***************************************/

div.Form
{
	position: relative;
}

div.Form table
{
	margin: auto;
}

div.Form table tr
{
}

div.Form table tr td
{
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
}

div.Form table tr td span.Mandatory
{
    position: absolute;
    z-index: 9999;
    display: block;
    font-size: 20px;
    margin: 6px 0px 0px -11px;
    color: #e70000;
    font-weight: bold;
    z-index: 10;
}

div.Form table tr td.LeftColumn
{
    padding-right: 20px;
}

div.Form table tr td input[type=text], div.Form table tr td input[type=password], div.Form table tr td textarea, div.Form table tr td select
{
    border: solid 1px #929191;
    font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	background: #FFFFFF repeat-x 0px 0px;
	text-align: left;
	padding: 10px 8px 8px 8px;
	color: #646464;
	-moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px; 
    text-transform: uppercase;
}

div.Form table tr td input[type=text]
{
    width: 306px;
}

div.Form table tr td select
{
	width: 324px;
	padding: 9px 8px 7px 8px;
}

div.Form table tr td textarea
{
    width: 650px;
    height: 160px;
}

div.Form table tr td.FullWidth input[type=text]
{
    width: 650px;
}

div.Form table tr td.FullWidth select
{
	width: 666px;
}

div.Form table tr td input[type=text].Error, div.Form table tr td textarea.Error, div.Form table tr td select.Error
{
	background: #eeeeee repeat-x 0px 0px;
	border: solid 1px #ff1919;
}

div.Form table tr td input[type=text].Focus, div.Form table tr td textarea.Focus, div.Form table tr td select.Focus
{
	border: solid 1px #89b317;
}

div.Form table tr td input[type=text].Default, div.Form table tr td textarea.Default, div.Form table tr td select.Default
{
	color: #b9b9b9;
}

div.Form table tr td.FormSubmit
{
    text-align: right;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

div.Form table tr td.FormSubmit a
{
	background: no-repeat right 50%;
    text-decoration: none;
    border: none;
    padding: 0px 20px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: inline;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #1d94d2;
}

div.Form table tr td.FormMessage
{
	text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #ff0000;
}

div.Form div.ToolTipContainer
{
	position: absolute;
	z-index: 99;
    width: 280px; 
    height: 70px;
}

div.Form div.ToolTipContainer div.ToolTipBody
{
    position: relative;
    width: 260px; 
    height: 50px;
	background: #0394d8 repeat-x 0px 0px;
	border: solid 1px #0178b0;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
}

div.Form div.ToolTipContainer div.ToolTipBody div.Icon
{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    position: absolute;
    margin-left: 12px;
    border-color: #0178b0 transparent transparent transparent;
    bottom: -13px;
}

/*************************************** FORM SUPPORT ***************************************/

div.FormSupport
{
    float: right;
}

/*************************************** MISC ***************************************/

div.DashBoardSummary
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

div.DashBoardSummary ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

div.DashBoardSummary ul li
{
	float: left;
	margin: 0px 6px 0px 0px;
	padding: 10px 10px 4px 10px;
	background: #f3f3f3; 
	border: solid 1px #e7e7e7; 
	-moz-border-radius: 4px;
    border-radius: 4px;
}

div.DashBoardSummary ul li.Clear
{
    float: none;
    clear: both;
    width: auto;
    height: auto;
    line-height: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
}

div.DashBoardSummary ul li div.Title
{
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
}

div.DashBoardSummary ul li div.Title span.Name
{
	display: block;
	float: left;
}

div.DashBoardSummary ul li div.Title span.Total
{
	display: block;
	float: right;
}

div.DashBoardSummary ul li div.Grid table
{
	border: solid 0px #000000;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

div.DashBoardSummary ul li div.Grid table tr
{
}

div.DashBoardSummary ul li div.Grid table tr td
{
	border: solid 0px #000000;
	padding: 6px 0px 6px 0px;
	border-top: solid 1px #e7e7e7;
}

div.DashBoardSummary ul li div.Grid table tr td:first-child + td
{
	text-align: right;
	padding-left: 10px;
}

/*************************************** MISC ***************************************/

table.InputGrid
{
	border-spacing: 4px;
    border-collapse: separate;
	margin: -4px 0px 0px -4px;
}

table.InputGrid tr
{
}

table.InputGrid tr td
{
}

td.CellInputMandatory
{
	padding: 3px 5px 3px 5px;
	color: #3f9ecf;
	font-weight: bold;
}

td.CellInputGray
{
	padding: 3px 0px 3px 0px;
}

div.History
{
	border: solid 1px #bcbcbc;
	background: #ffffff repeat-x 0px 0px;
	text-align: left;
	padding: 10px;
	margin: 0px;
	height: auto;
	color: #666666;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

td.FullWidth
{
	padding-right: 10px;
}

textarea
{
	overflow: auto;
}

/*************************************** GRIDVIEW ***************************************/

table.GridViewLightGray
{
    font-size: 12px;
    width: 100%;
    border-collapse: collapse;
    border: none;
}

table.GridViewLightGray td
{
    padding: 6px;
    border: none; 
}

table.GridViewLightGray td a
{
    text-decoration: none;
    color: #1d94d2; 
}

table.GridViewLightGray td a:hover
{
    color: #89b317; 
}

table.GridViewLightGray tr.HeaderStyle
{
}

table.GridViewLightGray tr.HeaderStyle th
{
    background: #eaeaea repeat-x 0px 0px;
    border: none;
    border-bottom: solid 1px #cccccc;
    font-weight: normal;
    padding: 8px 0px 8px 0px;
    text-align: center;
}

table.GridViewLightGray tr.HeaderStyle th a
{
	text-decoration: none;
	color: #454545;
	font-weight: bold;
}

table.GridViewLightGray tr.HeaderStyleFlat
{
}

table.GridViewLightGray tr.HeaderStyleFlat th
{
    background: #efefef repeat-x 0px 0px;
    border: none;
    border-left: solid 1px #f6f6f6;
    font-weight: bold;
    padding: 10px 8px 10px 8px;
    text-align: center;   
}

table.GridViewLightGray tr.HeaderStyleFlat th a
{
	text-decoration: none;
	color: #454545;
	font-weight: bold;
}

table.GridViewLightGray tr.HeaderStyleFlat th.Left
{
    text-align: left; 
    padding: 10px 6px 10px 6px;
}

table.GridViewLightGray tr.HeaderStyleFlat th.Right
{
    text-align: right; 
    padding: 10px 6px 10px 6px;
}

table.GridViewLightGray tr td.Right
{
    text-align: right; 
}

table.GridViewLightGray tr.RowStyle
{
}

table.GridViewLightGray tr.RowStyle td
{
    padding: 10px 6px 10px 6px;
}

table.GridViewLightGray tr.RowStyleFlat
{
}

table.GridViewLightGray tr.RowStyleFlat td
{
	padding: 7px 6px 7px 6px;
}

table.GridViewLightGray tr.AlternatingRowStyle
{
}

table.GridViewLightGray tr.AlternatingRowStyle td
{
	padding: 7px 4px 7px 4px;
    background: #f6f6f6;
}

table.GridViewLightGray tr.AlternatingRowStyleFlat
{
}

table.GridViewLightGray tr.AlternatingRowStyleFlat td
{
	padding: 7px 6px 7px 6px;
    background: #f6f6f6;
}

table.GridViewLightGray tr.RowStyle td.Padding8
{
	padding: 7px 8px 7px 8px;
}

table.GridViewLightGray tr.AlternatingRowStyle td.Padding8
{
	padding: 7px 8px 7px 8px;
}

table.GridViewLightGray tr.RowStyle td.Padding10
{
    padding: 10px;
}

table.GridViewLightGray tr.AlternatingRowStyle td.Padding10
{
    padding: 10px;
}

table.GridViewLightGray tr.SelectedRowStyle
{
}

table.GridViewLightGray tr.SelectedRowStyle td
{
    background: #8a8a8a repeat-x 0px 0px;
    color: #ffffff;
}

table.GridViewLightGray tr.Hover
{
}

table.GridViewLightGray tr.Hover td
{
    background: #c5c5c5 repeat-x 0px 0px;
    cursor: pointer;
    cursor: hand;
}

table.GridViewLightGray tr.FooterStyle
{
}

table.GridViewLightGray tr.FooterStyle td
{
	padding: 8px;
	background: #dedede;
	text-align: center;
	font-weight: bold;
}

table.GridViewLightGray tr.PagerStyle td
{
    background: #e0e0e0;
    padding: 4px;
}

table.GridViewLightGray tr.PagerStyle td table tr td
{
    border: none;
}

table.GridViewLightGray tr.PagerStyle td table tr td select
{
    padding: 3px 10px 3px 10px;
}

table.GridViewLightGray tr.PagerStyle td table tr td span
{
    display: block;
    border: solid 1px #959595;
    background: #ffffff;
    padding: 5px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

table.GridViewLightGray tr.PagerStyle td table tr td a
{
    display: block;
    border: none;
    background: none;
    padding: 5px;
    text-decoration: none;
    color: #454545;
   -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    background: #e0e0e0;
}

table.GridViewLightGray tr.PagerStyle td table tr td a:hover
{
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #959595;
    background: #d7d7d7;
}


/*************************************** TEXTBOX ***************************************/

.TextBox
{
	border: solid 1px #bcbcbc;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 6px 2px 6px 6px;
	color: #454545;
	font-family: helvetica;
	background: #ffffff repeat-x 0px 0px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 1px 1px 0px #dddddd;
    -moz-box-shadow: inset 0px 1px 1px 0px #dddddd;
    box-shadow: inset 0px 1px 1px 0px #dddddd;
}

.TextBoxSquare
{
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.TextBoxNoShadow
{
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.TextBoxError
{
    border: solid 1px #cc0000;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    padding: 6px 2px 6px 6px;
    color: #454545;
    font-family: helvetica;
    background: #ffffff repeat-x 0px 0px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 1px 1px 0px #dddddd;
    -moz-box-shadow: inset 0px 1px 1px 0px #dddddd;
    box-shadow: inset 0px 1px 1px 0px #dddddd;
}

.TextBoxFullWidth
{
	border: solid 1px #929191;
	background: #FFFFFF;
	padding: 4px;
	-webkit-box-shadow: inset 0px 1px 1px 0px #dddddd;
    -moz-box-shadow: inset 0px 1px 1px 0px #dddddd;
    box-shadow: inset 0px 1px 1px 0px #dddddd;
}

.TextBoxFullWidth input, .TextBoxFullWidth textarea
{
	width: 100%;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	background: #ffffff repeat-x 0px 0px;
	text-align: left;
	color: #454545;
	border: none;
	-webkit-box-shadow: inset 0px 1px 1px 0px #dddddd;
    -moz-box-shadow: inset 0px 1px 1px 0px #dddddd;
    box-shadow: inset 0px 1px 1px 0px #dddddd;
}

.TextBoxFullWidthError
{
	border: solid 1px #cc0000;
	background: #FFFFFF;
	padding: 4px;
	-webkit-box-shadow: inset 0px 1px 1px 0px #dddddd;
    -moz-box-shadow: inset 0px 1px 1px 0px #dddddd;
    box-shadow: inset 0px 1px 1px 0px #dddddd;
}

.TextBoxFullWidthError input, .TextBoxFullWidthError textarea
{
	width: 100%;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	background: #ffffff repeat-x 0px 0px;
	text-align: left;
	color: #454545;
	border: none;
	-webkit-box-shadow: inset 0px 1px 1px 0px #dddddd;
    -moz-box-shadow: inset 0px 1px 1px 0px #dddddd;
    box-shadow: inset 0px 1px 1px 0px #dddddd;
}

.TextBoxFullWidthError input, .TextBoxFullWidthError textarea
{
	width: 100%;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	background: #fed866 repeat-x 0px 0px;
	text-align: left;
	color: #454545;
	border: none;
	-webkit-box-shadow: inset 0px 1px 1px 0px #dddddd;
    -moz-box-shadow: inset 0px 1px 1px 0px #dddddd;
    box-shadow: inset 0px 1px 1px 0px #dddddd;
}

/*************************************** DROPDOWNLIST ***************************************/

.DropDownList
{
	border: solid 1px #bcbcbc;
	font-size: 12px;
	font-weight: normal;
	background: #FFFFFF;
	text-align: left;
	padding: 5px 5px 5px 5px;
	color: #454545;
	background: #ffffff repeat-x 0px 0px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 1px 1px 0px #dddddd;
    -moz-box-shadow: inset 0px 1px 1px 0px #dddddd;
    box-shadow: inset 0px 1px 1px 0px #dddddd;
}

.DropDownListError
{
    border: solid 1px #cc0000;
    font-size: 12px;
    font-weight: normal;
    background: #FFFFFF;
    text-align: left;
    padding: 5px 5px 5px 5px;
    color: #454545;
    background: #ffffff repeat-x 0px 0px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 1px 1px 0px #dddddd;
    -moz-box-shadow: inset 0px 1px 1px 0px #dddddd;
    box-shadow: inset 0px 1px 1px 0px #dddddd;
}

/*************************************** PRINT ***************************************/

@media print
{
    body.Blank
    {
        padding: 0px;
        margin: 0px;
        background: #ffffff;	
    }
        
    div.Content
    {
        padding: 0px;
        margin: 0px;
    }
}

@media screen, print
{   
    div.PrintPage
    {
    	font-size: 14px;
    	-webkit-print-color-adjust: exact;
    }
    
    div.PrintPage div.Section
    {
    	background: #666666 !important;
    	color: #ffffff !important;
    	padding: 6px;
    	border-bottom: solid 1px #ffffff !important;
    }
        
    div.PrintPage table
    {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
        
    div.PrintPage table tr td
    {
    }
        
    div.PrintPage table tr.Alternate td
    {
        background: #f6f6f6 !important;
    }
        
    div.PrintPage table tr td
    {
        padding: 6px;
        vertical-align: top;
    }
        
    div.PrintPage table tr td.Field
    {
        width: 150px;
    }
        
    div.PrintPage table tr td.Description
    {
    }
    
    div.PrintPage table tr td.Conversations
    {
        background: #ffffff;
        padding: 0px;
    }
    
    div.PrintPage div.Conversations div.Subject
    {
    	background: #f6f6f6;
    	padding: 6px;
    }
    
    div.PrintPage div.Conversations div.Body
    {
    	padding: 6px 6px 20px 6px;
    }
}

/*************************************** VARIOUS ***************************************/

div.Support
{
	padding: 40px;
}

.PaddingNone
{
	padding: 0px;
}

.ClearBoth
{
	clear: both;
}

div.ClearBoth, li.ClearBoth, span.ClearBoth
{
	display: block !important;
    float: none !important;
    clear: both !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
    border: none !important;
}

.FloatLeft
{
	float: left;
}

.FloatRight
{
	float: right;
}

.AlignCenter
{
	text-align: center;
}

.AlignRight
{
	text-align: right;
}

.AlignLeft
{
	text-align: left;
}

.AlignJustify
{
	text-align: justify;
}

.DecorationNone
{
	text-decoration: none;
}

.DecorationUnderline
{
	text-decoration: underline;
}

.Uppercase
{
	 text-transform: uppercase;
}

.FontBold
{
	font-weight: bold;
}

FontNormal
{
	font-weight: normal;
}

.FontSize08
{
	font-size: 8px;
}

.FontSize09
{
	font-size: 8px;
}

.FontSize10
{
	font-size: 11px;
}

.FontSize11
{
	font-size: 11px;
}

.FontSize12
{
	font-size: 12px;
}

.ColorWhite
{
	color: #ffffff;
}

.ColorRed
{
	color: #3f9ecf;
}

.ColorGreen
{
	color: Green;
}

.ColorOrange
{
	color: #d45602;
}

.ColorBlueAutoV2
{
	color: #1d94d2;
}

input[type=file]
{
	font-size: 12px;
	font-weight: normal;
	background: #FFFFFF;
	text-align: left;
	padding: 4px;
	color: #454545;
	font-family: helvetica;
}

select, input[type="button"], input[type="submit"]
{
    -webkit-appearance: none !important;
}

select::-ms-expand 
{
    display: none !important;
}

select.FirstChildLight option:first-child
{
	color: #adadad !important;
}

select.FirstChildLight.Selected
{
	color: #adadad !important;
}

select.FirstChildLight.Selected option
{
	color: #454545 !important;
}

