﻿/*** Idea from http://landmarkweb.com ***/

body {
    color: #333333;
    background: #f5fafb url(images/backoffice/background.png) repeat-x;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    margin: 0 auto 0;
    padding: 0;
    line-height: 20px;
}
.ClearBoth {
    clear: both;
}

   
/***** Hyperlinks ********************/
a, a:visited {
    color: #314876;
    text-decoration: none;
}   
a:hover {
    color: #314876;
    text-decoration: underline;
}   
a img {
    border: none;
}   
a:focus, a:hover, a:active {
    outline: none;
}

/***** Wrap ********************/
#wrap {
    width: 960px;
    margin: 0 auto 0;
    padding: 0;
}
#wrap-inline {
    margin: 0 auto 0;
    padding: 0;
}

/***** Header  ********************/  
#header {
    width: 960px;
    height: 75px;
    margin: 5px 0px 0px 0px;
    padding: 0;
    z-index: 4; /* ADDED */
}
#header .wrap {

}
#title-area {
    width: 400px;
    float: left;
    margin: 0;
    padding: 20px 0 0 0;
    overflow: hidden;
}  
#header .activeusers-area {
	width: 100px;
	height: 75px;
	float: right;
	display: block;
}
#header .activeusers-area #activeusers-number {
	font-size:55px;
	height:35px;
	text-align:center;
}
#header .activeusers-area #activeusers-details {
	font-size:10px;
	text-align:center;
}

#header .contact-area {
	width: 500px;
	float: right;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}
#header .contact-chat	{
	width:150px;
	float:left;
}
#header #contactInfo	{
	width:350px;
	float:right;
	font-size:14px;
}
#header #contactInfo #contactPhoneNumbers	{
	text-align:right;
	padding-right:20px;
}


#header .contact-area img {
    float:left;
    margin:0px 5px 0px 0px;
    padding:0;
}   
#header .contact-area p {
    margin:0;
    padding:0 0 5px 0;
}
#header .contact-area a, #header .contact-area a:visited {
	color:#0d6b8c;
	text-decoration:none;
} 
#header .contact-area a:hover {
	color: #0d6b8c;
	text-decoration: underline;
}    
#header .contact-area h4 {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 0px 0px
    text-decoration: none;
    line-height: 14px;
}   
#header .contact-area ul {
    margin: 0;
    padding: 0;
}   
#header .contact-area ul li {
    list-style-type: square;
    margin: 0 0 0 20px;
    padding: 0;
}
#header #logo-area {
    background: url(images/backoffice/logo.png) left top no-repeat;
    display: block;
    float: left;
    width: 400px;
    height: 75px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
}
#header #logo-area-newsite {
    text-align:center;
    font-weight: bold;
    background-color: #ff0000;
    color:#ffffff;
    font-size: 16px;
    display: block;
    float: left;
    width: 500px;
    height: 75px;
    margin: 0;
    padding: 0;
}

  
/***** Header Pages/Category Widget Menu ********************/
	
#header ul.nav {
    width: auto;
    float: right;
    list-style: none;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    }
   
#header ul.nav li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    }
   
#header ul.nav li a {
    background: #333333;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    margin: 0;
    padding: 6px 10px 5px 10px;
    text-decoration: none;
    border-right: 1px solid #666666;
    position: relative;
    }

#header ul.nav li a:hover, #header ul.nav li a:active {
    background: #000000;
    color: #FFFFFF;
    }
#header ul.nav .navitem_current a {
	color: #FFFFFF;
	/* font-weight: bold; */
}
#header ul.nav .navitem_attention a {
	color: #FFFF00;
	font-weight: bold;
}
   
#header ul.nav li a.sf-with-ul {
    padding-right: 20px;
    }   
   
#header ul.nav li a .sf-sub-indicator {
    display: block;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 12px;
    right: 5px;
    background: url(images/backoffice/arrow-down.png);
    }
   
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited {
    background: #333333;
    color: #FFFFFF;
    width: 158px;
    font-size: 10px;
    margin: 0;
    padding: 6px 10px 6px 10px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    position: relative;
    }
   
#header ul.nav li li a:hover, #header ul.nav li li a:active {
    background: #000000;
    }

#header ul.nav li li a .sf-sub-indicator {
    top: 10px;
    background: url(images/backoffice/arrow-right.png);
    }

#header ul.font-family li ul {
    /* z-index: 9999; */ /* old */
    position: absolute;
    left: -999em;
    height: auto;
    width: 180px;
    margin: 0;
    padding: 0;
    }

#header ul.nav li ul a {
    width: 160px;
    }

#header ul.nav li ul a:hover, #header ul.nav li ul a:active {
    }

#header ul.nav li ul ul {
    margin: -33px 0 0 179px;
    }

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul {
    left: -999em;
    }

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul {
    left: auto;
    }

#header ul.nav li:hover, #header ul.nav li.sfHover {
    position: B;
    }

/***** Nav Menu ********************/

#nav {
    clear: both;
    width: 960px;
    height: 31px;
    background: url(images/backoffice/nav.png);
    color: #FFFFFF;
    border-bottom: 1px solid #cdcfc0;
    margin: 0;
    padding: 0;
    z-index:900; /* ADDED */
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    overflow: hidden;
    }

#nav .wrap {
    }
   
#nav ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    }
   
#nav li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav li a {
    color: #FFFFFF;
    display: block;
    height: 100%;
    font-size: 12px;
    margin: 0;
    padding: 6px 15px 5px 15px;
    text-decoration: none;
    background: url(images/backoffice/navdiv.png) no-repeat right top;
    position: relative;
}
#nav li a:hover, #nav li a:active {
	/* Main Nav Hover & Active */
	color: #083d50;
	text-shadow: none;
}
#nav .navitem_current a {
	color: #FFFFFF;
	font-weight: bold;
}
#nav .navitem_attention a {
	color: #FFFF00;
	font-weight: bold;
}
#nav .navitem_current .children a {
	color: #000000;
	font-weight: normal;
}

#nav li a.sf-with-ul {
	/* UNKNOWN NOTHING CHANGED */
	padding-right: 30px;
}   
#nav li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 16px;
	background: url(images/backoffice/arrow-down.png);
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #FFFFFF;
	color: #314876;
	width: 158px;
	font-size: 12px;
	text-shadow: none;
	margin: 0 0 0 -1px;
	padding: 6px 10px 5px 15px;
	position: relative;
	border-left:solid thin;
	border-right:solid thin;
	border-bottom:solid thin;
	border-color: black;
}
   
#nav li li a:hover, #nav li li a:active {
	/* Main Nav Children Items */
	color: #3c799a;
	background: #e2e7fb;
}

#nav li li a .sf-sub-indicator {
    top: 10px;
    background: url(images/backoffice/arrow-right.png);
}

#nav li ul {
    /* z-index: 9999; */ /* old */
    position: absolute;
    left: -999em;
    height: auto;
    width: 180px;
    margin: 0;
    padding: 0;
    }

#nav li ul a {
    width: 160px;
    }

#nav li ul a:hover, #nav li ul a:active {
    }

#nav li ul ul {
    margin: -31px 0 0 183px;
    }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
    left: -999em;
    }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
    left: auto;
    }

#nav li:hover, #nav li.sfHover {
    position: static;
    }
   
#nav li.right {
    float: right;
    margin: 0;
    padding: 6px 10px 6px 10px;
    }

#nav li.right a {
    display: inline;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    }
   
#nav li.right a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    }
   
#nav li.date {
    }
   

   
#nav li.search {
    padding: 0 10px 0 10px;
    }
   


#nav-ie5 {
	color: #FFFFFF;
    font-size: 12px;
    margin: 0;
    padding: 6px 15px 0px 15px;
    text-decoration: none;
}
#nav-ie5 a {
	color: #FFFFFF;
	padding: 6px 15px 0px 15px;
	text-decoration: none;
}
#nav-ie5 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav-ie5 a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#nav-ie5 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
   
/***** SubNav Menu ********************/

#subnav {
    clear: both;
    width: 960px;
    height: 31px;
    background: #333333;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #666666;
}

#subnav .wrap {
    }
   
#subnav ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    }
   
#subnav li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    }
   
#subnav li a {
    background: #333333;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 6px 10px 5px 10px;
    text-decoration: none;
    border-right: 1px solid #666666;
    position: relative;
    }

#subnav li a:hover, #subnav li a:active {
    background: #000000;
    color: #FFFFFF;
    }
#subnav .navitem_current a {
	color: #FFFFFF;
	/* font-weight: bold; */
}
#subnav .navitem_attention a {
	color: #FFFF00;
	font-weight: bold;
}
   
#subnav li a.sf-with-ul {
    padding-right: 20px;
    }   
   
#subnav li a .sf-sub-indicator {
    display: block;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 12px;
    right: 5px;
    background: url(images/backoffice/arrow-down.png);
    }
   
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
    background: #333333;
    color: #FFFFFF;
    width: 158px;
    font-size: 11px;
    margin: 0;
    padding: 6px 10px 6px 10px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    position: relative;
    }
   
#subnav li li a:hover, #subnav li li a:active {
    background: #000000;
    }

#subnav li li a .sf-sub-indicator {
    top: 10px;
    background: url(images/backoffice/arrow-right.png);
    }

#subnav li ul {
    /* z-index: 9999; */ /* old */
    position: absolute;
    left: -999em;
    height: auto;
    width: 180px;
    margin: 0;
    padding: 0;
    }

#subnav li ul a {
    width: 160px;
    }

#subnav li ul a:hover, #subnav li ul a:active {
    }

#subnav li ul ul {
    margin: -33px 0 0 180px;
    }

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
    left: -999em;
    }

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
    left: auto;
    }

#subnav li:hover, #subnav li.sfHover {
    position: static;
    }

/***** Page Formatting ********************/
#body {
		z-index:2; /* ADDED */
}
#body-wrap {
    background: #FFFFFF;
    width: 932px;
    height: auto;
    margin: 10px 0 20px 0;
    padding: 13px;
    border: 1px solid #c0c0ba;
    float: left;
    z-index:3; /* ADDED */
}
#body-wrap-inline {
    background: #FFFFFF;
    height: auto;
    margin: 10px 0 20px 0;
    padding: 13px;
    border: 1px solid #c0c0ba;
    float: left;
}
#body-fullpage {
    width: 922px;
    margin: 0;
    padding: 0;
    float: left;
}
#body-inlinepage {
    margin: 0;
    padding: 0;
    float: left;
}
#body-sidenav {
	float: right;
	margin: 0;
	padding: 0;
	width: 727px;
}

/***** Footer ********************/
#footer {
    width: 932px;
    margin: 10px auto 10px;
    padding: 0px;
    border: none;
    z-index:1; /* ADDED */
}
#footer-quicklinks {
    width: 926px;
    margin: 0px 0px 5px 0px;
    padding: 2px;
    border: none;
    text-align: center;
}
#footer-quicklinks a {
    color: #314876;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: none;
    line-height: 14px;
    margin: 0 0 2px 0;
    padding: 0;
}
#copywrite {
    clear: both;
    overflow: auto;
    width: 960px;
    background: #e2e7fb;
    color: 314876;
    font-size: 11px;
    margin: 0 auto 0;
    padding: 5px 0 5px 0;
    text-transform: uppercase;
    text-align: right;
}
#copywrite .wrap {

}   
#copywrite a, #copywrite a:visited {
    color: #314876;
    text-decoration: none;
}   
#copywrite a:hover {
    color: #314876;
    text-decoration: underline;
}   
#copywrite .gototop {
    width: 200px;
    float: left;
    margin: 0;
    padding: 0 0 0 5px;
    text-align: left;
}  
#copywrite .gototop a {
    margin: 0;
    padding: 2px 0 2px 18px;
}   
#copywrite .credits {
    width: 740px;
    float: right;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: right;
}


/***** Widget ********************/
.widget-left	{
    float: left;
    width: 190px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    border: none;
}
#widget-left {
    float: left;
    width: 180px;
    background: #E3F1F8;
    margin: 0px 0px 10px 0px;
    padding: 5px;
    border: 1px solid #C2DCE6;
    display: inline;
}
.widget-right {
    float: right;
    width: 190px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    border: none;
}
#widget-right {
    float: right;
    width: 180px;
    background: #E3F1F8;
    margin: 0px 0px 10px 0px;
    padding: 5px;
    border: 1px solid #C2DCE6;
    display: inline;
}
#widget-middle {
    width: 100%;
    background: #ffffe0;
    margin: 0px 0px 10px 0px;
    padding: 5px;
    border: 1px solid #C2DCE6;
}
.widget-navigation h2, .widget-navigation h2 a {
    color: #314876;
    font-size: 18px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: none;
    margin: 0 0 5px 0;
    padding: 0;
}
.widget-navigation p {
    color: #333333;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: none;
    line-height: 18px;
    margin: 0 0 5px 0;
    padding: 0;
}
.widget-help h2, .widget-help h2 a {
    color: #314876;
    font-size: 18px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: none;
    margin: 0 0 5px 0;
    padding: 0;
}
.widget-help p {
    color: #333333;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: none;
    line-height: 18px;
    margin: 0 0 5px 0;
    padding: 0;
}	
.widget-attention {
    background: #ffe600;
    background-color: #ffe600;
}
.widget-attention div {
    background: #ffe600;
    background-color: #ffe600;
}
.widget-attention h2, .widget-attention h2 a {
    background: #ffe600;
    background-color: #ffe600;
    color: #314876;
    font-size: 18px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: none;
    margin: 0 0 5px 0;
    padding: 0;
}
.widget-attention p {
    background: #ffe600;
    background-color: #ffe600;
    color: #333333;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: none;
    line-height: 18px;
    margin: 0 0 5px 0;
    padding: 0;
}
	
.widget-body h2, .widget-body h2 a {
    color: #314876;
    font-size: 18px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: none;
    margin: 0 0 5px 0;
    padding: 0;
}
.widget-body p {
    color: #333333;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: none;
    line-height: 18px;
    margin: 0 0 5px 0;
    padding: 0;
}

#widget-middle #image-area-report {
    background: url(images/backoffice/icons/search.gif) left top no-repeat;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
}
#widget-middle #image-area-search {
    background: url(images/backoffice/icons/search.gif) left top no-repeat;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
}
#widget-middle #image-area-add {
    background: url(images/backoffice/icons/affiliate-manageplan.gif) left top no-repeat;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
}
#widget-middle #image-area-report {
    background: url(images/backoffice/icons/affiliate-trackperformance.gif) left top no-repeat;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
}
#widget-middle #image-area-browse {
    background: url(images/backoffice/icons/search.gif) left top no-repeat;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
}
#widget-middle #image-area-marketing {
    background: url(images/backoffice/icons/advertisers.gif) left top no-repeat;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
}
#widget-middle #image-area-settings {
    background: url(images/backoffice/icons/affiliate-setting.gif) left top no-repeat;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
}
#widget-middle #image-area-money {
    background: url(images/backoffice/icons/affiliate-managesales.gif) left top no-repeat;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
}
#widget-middle #image-area-files {
    background: url(images/backoffice/icons/filelog.gif) left top no-repeat;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
}
#widget-middle #image-area-order {
    background: url(images/backoffice/icons/productoption.gif) left top no-repeat;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
}
.widget-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget-navigation li {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0px;
}
.widget-navigation li a {
	display: block;
	text-decoration: none;
	padding: 0;
	margin: 0 0 0 20px;
	border: 0px;
}
.widget-navigation li a:active {
	color: #314876;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}
.widget-navigation li a:visited {
	color: #314876;
	text-decoration: none;
	padding: 0;
	border: 0px;
}
.widget-navigation li a:hover {
	color: #000000;
	text-decoration: none;
	border: 0px;
}
.widget-navigation li.Selected {
	background: url(images/backoffice/bg_side_navi_on.gif) 10px 9px no-repeat;
	text-decoration: none;
}
.widget-navigation li.SubGroup {
	padding: 0;
	color: red;
}
.widget-navigation li.GroupTitle {
	color: #314876;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
}

#PageSubTitle	{
	width: 100%;
	height:40px;
}
#PageSubTitle #PageSubTitle_Name {
	float: left;
	text-align: left;
	color: #314876;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
	margin-top:20px;
}
#PageSubTitle #PageSubTitle_Name a, a:visited, a:active, a:hover {
	color: #2d6887;
	border-bottom: 1px;
	text-decoration: none;
}
#PageSubTitle #PageSubTitle_Action {
	float: right;
	text-align: right;
	margin-top:20px;
}

/***** Headlines in Content ********************/
#body h1, #body h2, #body h3, #body h4, #body h5, #body h6 {
    color: #314876;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: none;
    margin: 0 0 10px 0;
    padding: 0;
}
#body h1 {
	font-size: 20px;
	line-height: 24px;
}   
#body h2 {
	font-size: 18px;
}   
#body h2 a, #body h2 a:visited {
	color: #314876;
	text-decoration: none;
}   
#body h2 a:hover {
	color: #314876;
	text-decoration: underline;
}   
#body h3 {
	color: #333333;
	font-size: 16px;
}   
#body h4 {
	font-size: 14px;
}   
#body h5 {
	font-size: 12px;
}   
#body h6 {
	font-size: 10px;
}


/***** Please Wait Message ********************/
#PagePleaseWait {
	/* color: #333333; */
	/* background:   #333333; */
	visibility:hidden;
	position:absolute;
	z-index:1000; /* added */
	top:10px;
	left:200px;
}
#PagePleaseWait #loading {
	background: url(images/backoffice/loading.gif) left top no-repeat;
	width:400px;
	height:400px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}


/***** Headlines in Content ********************/
.button input {
	background: url(images/backoffice/button-bg.png);
	color: #FFFFFF;
	height: 30px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #083d50 1px 1px;
  margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.button input {
    margin: 7px 0 0 3px;
}
.button input:hover {
    background: #072C53;
    border: 1px solid #2F4E6E;
    pointer: hand;
}

.button-large input {
	background: url(images/backoffice/button-bg.png);
	color: #FFFFFF;
	height: 50px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 22px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #083d50 1px 1px;
  margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.button-large input {
    margin: 10px 0 10px 5px;
}
.button-large input:hover {
    background: #072C53;
    border: 1px solid #2F4E6E;
    pointer: hand;
}

.button-medium input {
	background: url(images/backoffice/button-bg.png);
	color: #FFFFFF;
	height: 25px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #083d50 1px 1px;
  margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.button-medium input {
    margin: 7px 0 0 3px;
}
.button-medium input:hover {
    background: #072C53;
    border: 1px solid #2F4E6E;
    pointer: hand;
}

.button-small input {
	background: url(images/backoffice/button-bg.png);
	color: #FFFFFF;
	height: 20px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #083d50 1px 1px;
  margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.button-small input {
    margin: 7px 0 0 3px;
}
.button-small input:hover {
    background: #072C53;
    border: 1px solid #2F4E6E;
    pointer: hand;
}

.button-yellow input	{
	background: url(images/backoffice/button-bg-yellow.png);
	color: #000000;
	text-shadow: #CCCCCC 1px 1px;
}
.button-yellow input:hover	{
	background: url(images/backoffice/button-bg-yellow.png);
	color: #000000;
	text-shadow: #CCCCCC 1px 1px;
}

#AutomatedReportName {
	float: left;
  color: #333333;
  font-family: Arial, Tahoma, Verdana;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}
#AutomatedReportAdd {
	float: right;
}
/* Messages Display */
#Error_Container {
	border: 1px solid #FF0000;
	BACKGROUND-COLOR: #FFCC00;
	padding: 5px;
	margin-bottom: 5px;
}
#Error_Title {
	font-size: 1.1em;
	color: #fe4819;
	margin: 3px 0 3px 0;
	font-weight: bold;
}
#Error_Message {
	font-size: 1em;
	color: #000000;
	margin: 3px 0 3px 0;
	font-weight: normal;
}

#Warning_Container {
	border: 1px solid #FF0000;
	BACKGROUND-COLOR: #FFFF97;
	padding: 5px;
	margin-bottom: 5px;
}
#Warning_Title {
	font-size: 1.1em;
	color: #fe4819;
	margin: 3px 0 3px 0;
	font-weight: bold;
}
#Warning_Message {
	font-size: 1em;
	color: #000000;
	margin: 3px 0 3px 0;
	font-weight: normal;
}

#Success_Container {
	border: 1px solid #006400;
	BACKGROUND-COLOR: #98FB98;
	padding: 5px;
	margin-bottom: 5px;
}
#Success_Title {
	font-size: 1.1em;
	color: #000000;
	margin: 3px 0 3px 0;
	font-weight: bold;
}
#Success_Message {
	font-size: 1em;
	color: #000000;
	margin: 3px 0 3px 0;
	font-weight: normal;
}

/* Paging */
.Paging {
	color				: #000000;
	background-color: #fafad2;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	margin: 5px 0 1px 0;
}
#empty{}
.PagingResults {
	float				: left;
	left				: 0px;
	/*width				: 30%;*/
	text-align: left;
	white-space:nowrap;
}
.PagingPages {
	/*position			: static;*/
	float				: right;
	/*width				: 40%;*/
	margin				: 0px;
	padding				: 0px;
	/*z-index				: 3;*/
	text-align: right;
	white-space:nowrap;
}
.PagingRecords {
	margin				: 0px;
	padding				: 0px;
	/*z-index				: 4;*/
	/*margin-bottom		: 0px;
	margin-right		: 40%;
	margin-left			: 30%;*/
	text-align: center;
	white-space:nowrap;
  /*top: 10px;
  margin-left: 100px;
  margin-right: 100px;*/
}
#empty{}

/* Table Formatting */
.Table100Percent	{
	width: 100%;
}
.Table75Percent	{
	width: 75%;
}
.Table50Percent	{
	width: 50%;
}
.Table250px	{
	width: 250px;
}
.Table300px	{
	width: 300px;
}
.Table400px	{
	width: 400px;
}
.Table500px	{
	width: 500px;
}
.TableHideRow	{
	display:none;
}
.TableButtonRow	{
	white-space: nowrap;
	display:block;
}
.TableFloatLeft {
	float: left;
}
.FloatRight {
	float: right;
}
.tablecell-aligncenter {
	vertical-align:text-top;
	text-align: center;
}
.tablecell-alignleft {
	vertical-align:text-top;
	text-align: left;
}
.tablecell-alignright {
	vertical-align:text-top;
	text-align: right;
}
.tablecell-nowrap {
	white-space:nowrap;
}
.tablecell-text-valid	{
	color: #00aa00;
}
.tablecell-text-success	{
	font-weight: bolder;
	color: #00aa00;
}
.tablecell-text-warning	{
	font-weight: bolder;
	color: #FF0000;
}
.tablecell-text-notice	{
	font-weight: bolder;
	color: #2d6887;
}
.text_bolder	{
	font-weight: bolder;
}
#TableForm	{
	float: left;
	width: 72%
}
#TableHelp	{
	float: right;
	width: 28%
}



table.TableForm {
	margin-top: 5px;
	border-width: 1px;
	border-spacing: 5px;
	border-style: solid;
	border-collapse: collapse;
}
table.TableForm tr {
	background: #f7f7f7;
}
table.TableForm td {
	padding: 2px;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.TableForm td a, a:visited, a:active {
	color: #2d6887;
	border-bottom: 0px;
	text-decoration: none;
}
table.TableForm td a:hover {
	color: #2d6887;
	border-bottom: 1px solid #cdcfc0;
	text-decoration: none;
}
table.TableForm th	{
	height: 31px;
	background: url(images/backoffice/nav.png);
	color: #FFFFFF;
	border-bottom: 1px solid #cdcfc0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
table.TableForm .TableFormLabel	{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
table.TableForm .tablecell-subheader	{
	background: #E3F1F8;
	color: #000000;
	font-weight: bold;
}
table.TableForm #buttonRow {
	text-align: center;
}
table.TableForm td .button-submit input {
	background: url(images/backoffice/button-bg.png);
	color: #FFFFFF;
	height: 25px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #083d50 1px 1px;
    margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table.TableForm td .button-cancel input {
	background: url(images/backoffice/button-bg.png);
	color: #FFFFFF;
	height: 25px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #083d50 1px 1px;
    margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table.TableForm td .button-delete input {
	background: url(images/backoffice/button-bg.png);
	color: #FFFFFF;
	height: 25px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #083d50 1px 1px;
	margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table.TableForm td .button-other input {
	background: url(images/backoffice/button-bg.png);
	color: #FFFFFF;
	height: 25px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #083d50 1px 1px;
    margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table.TableForm td .button-small input {
	background: url(images/backoffice/button-bg.png);
	color: #FFFFFF;
	height: 19px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 8px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #083d50 1px 1px;
    margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}



table.TableFormHidden #buttonRow {
	text-align: center;
}
table.TableFormHidden td .button-submit input {
	background: url(images/backoffice/button-bg.png);
	color: #FFFFFF;
	height: 25px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #083d50 1px 1px;
    margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table.TableFormHidden td .button-cancel input {
	background: url(images/backoffice/button-bg.png);
	color: #FFFFFF;
	height: 25px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #083d50 1px 1px;
    margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table.TableFormHidden td .button-delete input {
	background: url(images/backoffice/button-bg.png);
	color: #FFFFFF;
	height: 25px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #083d50 1px 1px;
	margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table.TableFormHidden td .button-other input {
	background: url(images/backoffice/button-bg.png);
	color: #FFFFFF;
	height: 25px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #083d50 1px 1px;
    margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table.TableFormHidden td .button-small input {
	background: url(images/backoffice/button-bg.png);
	color: #FFFFFF;
	height: 19px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 8px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #083d50 1px 1px;
    margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

table.TableRemoveBorder {
	border-width: 0px;
}
table.TableRemoveBorder td {
	border-width: 0px;
}

table.TableFormSubTable {
	margin: 1px;
	border-width: 1px;
	border-spacing: 5px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: rgb(250, 240, 230);
	width: 100%;
}
table.TableFormSubTable th {
	height: 25px;
	background: url(images/backoffice/nav.png);
	color: #FFFFFF;
	border-bottom: 1px solid #cdcfc0;
	font-size: 12px;
}
table.TableFormSubTable th a, a:visited, a:active, a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #cdcfc0;
	text-decoration: none;
}
table.TableFormSubTable td a, a:visited, a:active {
	color: #2d6887;
	border-bottom: 0px;
	text-decoration: none;
}
table.TableFormSubTable td a:hover {
	color: #2d6887;
	border-bottom: 1px solid #cdcfc0;
	text-decoration: none;
}
table.TableFormSubTable tr {
	background: #f7f7f7;
}
table.TableFormSubTable tr:hover {
	background:   #FFCC99;
}
table.TableFormSubTable td {
	border-width: thin;
	padding: 5px;
	border-style: solid;
	border-color: grey;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.TableFormSubTable td .button-link {
	background: url(images/backoffice/button-bg.png);
	color: #FFFFFF;
	height: 30px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #083d50 1px 1px;
	margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table.TableFormSubTable td .button-link-yellow {
	background: url(images/backoffice/button-bg-yellow.png);
	color: #000000;
	height: 30px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #fffc0a 1px 1px;
	margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table.TableFormSubTable .tablecell-subheader	{
	background: #E3F1F8;
	color: #000000;
	font-weight: bold;
}





table.TableStandard {
	margin-top: 5px;
	border-width: 1px;
	border-spacing: 5px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: rgb(250, 240, 230);
	width: 100%;
}
table.TableStandard th {
	height: 31px;
	background: url(images/backoffice/nav.png);
	color: #FFFFFF;
	border-bottom: 1px solid #cdcfc0;
}
table.TableStandard th a, a:visited, a:active, a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #cdcfc0;
	text-decoration: none;
}
table.TableStandard td {
	vertical-align: top;
}
table.TableStandard td a, a:visited, a:active {
	color: #2d6887;
	border-bottom: 0px;
	text-decoration: none;
}
table.TableStandard td a:hover {
	color: #2d6887;
	border-bottom: 1px solid #cdcfc0;
	text-decoration: none;
}
table.TableStandard tr {
	background: #f7f7f7;
}
table.TableStandard tr:hover {
	background:   #FFCC99;
}
table.TableStandard td {
	border-width: thin;
	padding: 5px;
	border-style: solid;
	border-color: grey;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.TableStandard th .button input {
	background: url(images/backoffice/button-bg-yellow.png);
	color: #000000;
	height: 20px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #fffc0a 1px 1px;
	margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table.TableStandard td .button-link {
	background: url(images/backoffice/button-bg.png);
	color: #FFFFFF;
	height: 30px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #083d50 1px 1px;
	margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table.TableStandard td .button-link-yellow {
	background: url(images/backoffice/button-bg-yellow.png);
	color: #000000;
	height: 30px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #fffc0a 1px 1px;
	margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table.TableStandard .tablecell-subheader	{
	background: #E3F1F8;
	color: #000000;
	font-weight: bold;
}







table.TableSearch {
	margin-top: 5px;
	margin-bottom: 10px;
	border-width: 1px;
	border-spacing: 5px;
	border-style: solid;
	border-collapse: collapse;
}
table.TableSearch th {
	height: 31px;
	background: url(images/backoffice/nav.png);
	color: #FFFFFF;
	border-bottom: 1px solid #cdcfc0;
}
table.TableSearch th a, a:visited, a:active, a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #cdcfc0;
	text-decoration: none;
}
table.TableSearch tr {
	background: #f7f7f7;
}
table.TableSearch td {
	padding: 5px;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.TableSearch .SearchFormLabel	{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
table.TableSearch .SearchFormValueSubmitted	{
	background-color: #fff9bf;
}
table.TableSearch td .button-search input {
	background: url(images/backoffice/button-bg.png);
	color: #FFFFFF;
	height: 25px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #083d50 1px 1px;
	margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table.TableSearch td .button-advance input {
	background: url(images/backoffice/button-bg.png);
	color: #FFFFFF;
	height: 25px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #083d50 1px 1px;
  margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}




table.TableToolTip {
	margin-top: 5px;
	border-width: 1px;
	border-spacing: 5px;
	border-style: solid;
	brder-color: black;
	border-collapse: collapse;
	background-color: rgb(250, 240, 230);
}
table.TableToolTip th {
	height: 31px;
	background: url(images/backoffice/nav.png);
	color: #FFFFFF;
	border-bottom: 1px solid #cdcfc0;
}
table.TableToolTip tr {
	background: #f7f7f7;
	height: 25px;
}
table.TableToolTip tr:hover {
	background:   #FFCC99;
}
table.TableToolTip td {
	border-width: thin;
	padding: 5px;
	border-style: solid;
	border-color: grey;
	-moz-border-radius: 0px 0px 0px 0px;
}
/*table.TableStandard td .button-link {
	background: url(images/backoffice/button-bg.png);
	color: #FFFFFF;
	height: 30px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #083d50 1px 1px;
    margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}*/


table.TableError {
	margin-top: 5px;
	border-width: 1px;
	border-spacing: 5px;
	border-style: solid;
	border-collapse: collapse;
}
table.TableError tr {
	background: #FF0000;
}
table.TableError td {
	padding: 2px;
	background: #FFD9D9;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.TableError td a, a:visited, a:active {
	color: #fe4819;
	border-bottom: 0px;
	text-decoration: none;
}
table.TableError td a:hover {
	color: #fe4819;
	border-bottom: 1px solid #cdcfc0;
	text-decoration: none;
}
table.TableError th	{
	height: 31px;
	color: #000000;
	background: url(images/backoffice/spacer.gif);
	background: #FF0000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
table.TableError .TableErrorLabel	{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}





.EventImageDetailsHidden	{
	display: none;
}
.EventImageDetailsVisible	{
	display: block;
}






#order-eventinfo {
    float: left;
    width: 180px;
    background: #E3F1F8;
    margin: 0px 0px 10px 0px;
    padding: 5px;
    border: 1px solid #C2DCE6;
    display: inline;
}
#order-orderinfo {
    float: right;
    margin: 0px 0px 10px 0px;
    padding: 5px;
    border: 0px;
    display: inline;
}
#order-totals {
    float: right;
    width: 200px;
    background: #E3F1F8;
    margin: 0px 0px 10px 0px;
    padding: 5px;
    border: 1px solid #C2DCE6;
    display: inline;
}



































/* OLD BACKOFFICE CSS CLASSES */
.Table_Header3 TD	{
	PADDING-LEFT: 3pt;
	BACKGROUND-COLOR: #ADAAAD;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	VERTICAL-ALIGN: middle;
	COLOR: #ffffff;
	font-family: Arial, Tahoma, Verdana;
	HEIGHT: 20px;
	TEXT-DECORATION: none;
}
.Table_Header3 TD a, a:hover {
	TEXT-DECORATION: none;
}
table tr.Table_GridRow {
	background: #f7f7f7;
	height: 25px;
}
table tr.Table_GridRow:hover {
	background:   #FFCC99;
}





.talkScript {	
	display:block;
	padding: 10px 10px 10px 35px;
	background-color: #e0ebf6;
	border: 1px solid #72a6d6;
	border-top-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(images/backoffice/icons/messages/talk.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.information {	
	display:block;
	padding: 10px 10px 10px 35px;
	background-color: #e0ebf6;
	border: 1px solid #72a6d6;
	border-top-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(images/backoffice/icons/messages/info.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.information .title	{
	font-weight:bold;
	font-size:16px;
}
.success {	
	display:block;
	padding: 10px 10px 10px 35px;
	background-color: #c2fcd2;
	border: 1px solid #34ac1e;
	border-top-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(images/backoffice/icons/messages/success.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.success .title	{
	font-weight:bold;
	font-size:16px;
}
.warning {
	display:block;
	padding: 10px 10px 10px 35px;
	background-color: #ffe600;
	border: 1px solid #f28500;
	border-top-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(images/backoffice/icons/messages/warning.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.warning .title	{
	font-weight:bold;
	font-size:16px;
}
.error {	
	display:block;
	padding: 10px 10px 10px 35px;
	background-color: #FFDFDF;
	border: 1px solid #FF0000;
	border-top-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(images/backoffice/icons/messages/error.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.error .title	{
	font-weight:bold;
	font-size:16px;
}

.inputError {	
	background-color: #FFDFDF;
}