
/* ------------------------------ */
/*   GENERAL                      */
/* ------------------------------ */

*{
    margin:0;
    padding:0;	
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;		
}

body {
    font: 67.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
    word-spacing:1px;
    color: #222;
    background-color: #1A1A1A;
}


/* ------------------------------ */
/*   Master Page Layout           */
/* ------------------------------ */

#wrapper {
    background:#ffffff;
    min-width:1024px;
    margin:0 auto;
}
#innerwrapper {
    margin:1px;
    padding:0px;
}
/* ------------------------------   */
/*   Common Styles                  */
/* ------------------------------   */

h2 {
    font: 180% Arial;
    color: #444;	
    margin-bottom: 7px;
    border-bottom: solid 1px #fabd17;
    width: 98%;
}
h2 a {
    color:#222;
    text-decoration:none;
}
h2 a:hover {
    color: #666;
}

h3 {
    font-size: 140%;
    font-family: Helvetica;
    font-weight: normal;
    color: #222;	
    border-bottom: solid 1px #C6C6C6;
    margin: 5px 100px 10px 0px;
    padding: 0 0 0 0;
    width: 98%;
}

h4 {
    font: 120% Arial;
    font-weight: bold;
    margin: 20px 100px 10px 0px;
}

h5 {
    font: 120% Arial;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}
p {
    margin: 5px 0px;
}

a {
    color:#222;
}
a:hover {
    text-decoration:none;
}

p img {
    float:left;
    margin:0 10px 0 0;
}

/* ------------------------------ */
/*   FORM ELEMENTS                */
/* ------------------------------ */

form {
    padding-top: 0px;		
}
label {
    font-weight:normal;
    letter-spacing: 1;
    color:#444;
    margin: 2px 0;
}

input {	
    padding: 2px;
    font:100% Verdana;
    color:#000;	
}

input[type="submit"]
{
    background-color: #CA4D00;
    color: #fff;
    font-weight: bold;
    width: auto;
    padding: 5px 10px 5px 10px;
    border: none;
    border: 1px solid #CA4D00;
}

input[type="button"]
{
    background-color: #CA4D00;
    color: #fff;
    font-weight: bold;
    width: auto;
    padding: 5px 10px 5px 10px;
    border: 1px solid #CA4D00;
}

input[type="submit"]:hover
{
    background-color: #FF6F00;
    color: #fff;
    font-weight: bold;
    width: auto;
    padding: 5px 10px 5px 10px;
    border: 1px solid #FF7800;
}

input[type="button"]:hover
{
    background-color: #FF7800;
    color: #fff;
    font-weight: bold;
    width: auto;
    padding: 5px 10px 5px 10px;
    border: 1px solid #FF7800;
}

textarea {
    width:250px;
    padding:2px;
    font: Verdana;
    border:1px solid #ccc;
    font-size:12px;
}

select {
    font: 100%  Verdana;
    border:1px solid #ccc;
    padding:0px;
    margin:0px;
}

.formItem {
    padding: 2px;	
}

.formSeperator 
{
    padding:7px;
    clear:both;	
}
.formItemAlignedWithLabel {
    margin-left:155px;
}
.formLabel {
    width: 150px;
    display: inline-block;	
    vertical-align:top;
    font-size:100%;
    font-weight:bold;
    color:#444;
}

.formLabelBlock {
    display: block;	
    padding: 2px;
}
.formLabelNarrow {
    padding: 2px;
    display: inline-block;	
    width:80px;
    vertical-align: top;
}

.box
{
    border: 1px solid lightgray;
    min-height: 85px;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.boxLegend
{
    border: 1px solid lightgray;
    margin-left: 15px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    font-weight: bold;
    color: #444;
}

/* a comment below and inline with the input field above*/
.formSubComment
{	
    display: block;
    margin-left: 153px;	
}

input[type="text"]
{
    border: 1px solid #ccc;
    font: Verdana;
        
}

.inputtxt {
    width: 250px;
    padding: 2px;

}

.inputtxtdisabled {
    width: 250px;
    padding: 2px;		
    background-color: #eee;
}
.inputtxtshort {
    width: 150px;
    padding: 2px;		
}

.inputtxtshortdisabled {
    width: 150px;	
    padding: 2px;	
    color:#222;
    background-color: #eee;		
}

.inputtxtarea
{	
    
}

.inputlabel {
    width: 250px;
    padding:2px;
    border: 0px solid #ccc;
    font: Verdana;
}


.selectSmall{
    height: 20px;
}

.checkboxlist {	
    padding:2px;
    width:400px;
    overflow:auto;
}

.inputslimtxt {
    width: 200px;
    padding:1px;	
    color:#777;
}

.inputslimtxtdisabled {
    width: 250px;
    padding:1px;
    color:#777;
    background-color: #eee;
}

.inputslimtxtshortdisabled {
    width: 100px;
    padding:1px;
    color:#777;
    background-color: #eee;		
}

.inputslimtxtshort {
    width: 100px;
    padding:1px;	
    color:#777;
}

.inputslimtxtshort .errorInputBorder {
    border: 2px solid #763;
}

.inputslimtxtarea {
    width: 200px;
}


.formSubmitControls{
    margin-top:15px;
}
.commentInputTxt {
    font-size: 90%;
    padding-left: 150px;
    width: 500px;	
}

.inputslimtxttiny
{
    width: 30px;
    padding:1px;
    font:100% Verdana;
    color:#777;
}


/* ------------------------------ */
/*   TABLE  ELEMENTS              */
/* ------------------------------ */
table {
    padding: 0px; 
    border: none;
    font-size: 100%;
}

tr
{
    min-height: 20px;	
}

th {
    color: #444;
    border-bottom:1px solid #eee;
    padding: 1px;
}

td {
    padding: 1px;	
    vertical-align: top;
    text-align:left;
    background: #EAEAEA;
}



/* ------------------------------ */
/*   HEADER + MENU                */
/* ------------------------------ */
#topheader
{
    height: 53px;				
}

#topheader h2 {
    font:140% Helvetica;
    font-weight:normal;
    color:#555; 
    line-height: 5px;
    padding: 0 0 0 0;
    border:none;
    display: inline;
    vertical-align: top;	
}

#topheader p 
{
    display: block;
}

#header
{

}

#headerNavBar
{
    background-color: #000;
    line-height: 20px;
    color: #fff;	
    display: block;
    float: right;
    width: 100%;
    font-family: Arial;
}

#headerLevelOneNav
{	
    height: 33px;	
    float:left;
    width: 100%;
    background: url('../images/eosnav.jpg') top left repeat #1A1A1A;
    background-color: #1A1A1A;
}

#headerLeftSection { float:left; height: 32px;}
#headerRightSection {padding-right:5px;float:right; line-height: 16px;}

#headerLogo { border: 0px solid black; }
#headerLogo a { text-decoration: none; }
#headerLogo a span
{
    color: #fff;
    font-size: 2.7em;
    font-weight: bold;	
    font-variant: normal;	
    border: 0px solid black;	
    /*font-family: Impact, Charcoal, sans-serif;*/
    font-family: Calibri, "Lucida Grande", Tahoma, Verdana, Sans-Serif;
    letter-spacing: 1.25px;	
}

#headerLogout
{
    cursor: pointer;
}

#headerLogout a
{	
    text-decoration: none;
    color: #fff;
    padding: 2.5px 5px 2.5px 5px;	
}

#headerLogout a:hover
{
    color: #fff;
}

#headerModules a, #headerModules span
{
    color: #fff;
    font-weight: normal;
    font-variant: normal;
    /*font-family: Impact, Charcoal, sans-serif;*/
    font-family: Calibri, "Lucida Grande", Tahoma, Verdana, Sans-Serif;
    font-size: 1.1em;
    word-spacing: 5px;
    letter-spacing: 1.2px;
}

#header input {
    width:150px;
    padding:5px;
    background:#fff;
    border:2px solid #f6f6f6;
    font:150% Arial;
    color:#999;
}

#header input:hover {
    border:2px solid #ccc;
}

#header input:focus {
    border:2px solid #79B5D6;
    color:#555;
}

#header #nav {
    clear:both;
    background: #444;
    border-bottom:2px solid #444;
    border-top:2px solid #444;
    border-left:2px solid #444;
    border-right:2px solid #444;
    /*padding: 5px 5px 5px 0 !important;*/
    padding:4px 5px 5px 0;
}

#header #nav a {
    color:#fff;
    font:110% Trebuchet MS;
    text-decoration:none;
    padding: 5px;
}

#header #nav a:hover {
    background:#333;
}

#header #nav a.active {
    background:#333;
}

#header #nav li {
    display:inline;
    list-style:none;
    margin:0 1px 0 0;
}

#header #subnav {
    background:#333;
    padding:5px 7px 7px 7px;	
    color:#fff;
    border-bottom:2px solid #444;
    border-left:2px solid #444;
    border-right:2px solid #444;
}

#header #subnav li {
    list-style:none;
    display:inline;
}

#header #subnav a {
    color:#fff;
    text-decoration:none;
    font:110% Trebuchet MS;
    padding:3px;
    border-top: 1px solid #333;
}

#header #subnav a:hover {
    border-bottom:2px solid #CA4D00;	
}

#header #subnav a.active {
    border-bottom:2px solid #CA4D00;	
}

#topheader h1 {
    float:left;
    font:250% Georgia;
    color: #333;
    padding:5px 5px 5px 5px;	
    margin:0 0px 0 0;
}

#header h1 a {
    color:#333;
    text-decoration:none;	
}

#header h1 a:hover {
    color:#111;
    
}

#header h2 {
    font:150% Georgia;
    font-weight:normal;
    color:#555; line-height:10px;
    padding:18px 0 0 0;
    border:none;
}

#header h2 a {
    color:#555;
    text-decoration:none;
}


#header a em {
    font-style:normal;
    text-decoration:underline;
}

/* ------------------------------ */
/*   CONTENT                      */
/* ------------------------------ */

#content ul {
    margin:15px 0 15px 0;
    line-height:25px;
    padding:15px 0 15px 15px;
    border-top:1px solid #eee;
}

#contentnorightbar, #content, #contentonecolumn, #contentnoleftbar 
{
    min-height:600px;
}

#content {
    margin: 0 100px 0 140px;
    padding: 10px 0 0 10px;	
}

#contentonecolumn {
    margin: 0px 20px 0 20px;
    padding: 10px 0 0 10px;	
}

#contentnorightbar {
    margin: 0px 5px 0 115px;
    padding: 10px 0 0 10px;		
}


#contentnoleftbar {
    margin: 0px 100px 0 5px;
    padding: 10px 0 0 10px;
}

#footer {	
    clear:both;
    float: none;	
    border-top: 1px solid #4D4D4D;
    padding:10px;
    margin: 10px 0 0;
    background-color: #1A1A1A;
    color: #999;
    min-width: 1000px;
    line-height: 20px;
}

#footerLogo
{	
    background: url('/images/live-nation_logo-footer.png') no-repeat;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    padding-left: 115px;
    width: 350px;
    margin: 10px 0 0 10px;	
    float: left;
}

#powered-by 
{	
    margin: 10px 0 0 10px;
    padding-right: 90px;	
    position: relative;
    float: right;
    width: 70px;	
    height: 25px;	
    background: url(/images/powered-by-eos.png) bottom right no-repeat;	
    font-size: 11px;
    right: 15px;
}
    
.contentLeftColumn
{
    width: 38em;
    float: left;	
}

.contentRightColumn
{
    float: left;	
}

img {
    /*padding:1px;
    background:#eaeaea;
    border:4px solid #f6f6f6;*/
}

.imgplain {
    padding:0px;
    background: none;
    border: none;
}

/* ------------------------------ */
/*   SIDE BAR                      */
/* ------------------------------ */

#sidebar {
    width:115px;
    padding:5px 1px 1px 5px;
    float:left;		
}

#sidebar h2 {
    font:160% Arial;
    color:#333;
    margin:10px 0 10px 0;
    border:none;
}

#sidebar h3 {
    color:#999;
    font:100% Verdana;
    font-weight:bold;
    letter-spacing:1px;
    margin:0 0 -10px 0;
}

#sidebar p {
    margin: 5px 0;
}

#sidebar p.news {
    background:#fefefe;
}

#sidebar p.news a.more {
    color:#ccc;
    display:block;
    text-align:right;
    font:80% Verdana;
    text-transform:uppercase;
    letter-spacing:1px;
    text-decoration:none;
    padding:10px 0;
}

#sidebar p.news a:hover {
    color:#666;
}

#sidebar .subnav {
    border-top:1px solid #fafafa;
}

#sidebar .subnav li {
    list-style:none;
    /*width:135px;*/
    border-top:solid 1px #ccc;	
    color:#333;
    font-size: 80%;
}

#sidebar .subnav li a {		
    padding: 2px;
    text-decoration:none;	
    display:block;
}

#sidebar .subnav li a:hover {	
    background-color: #eee;	
}

#sidebar .subnav li a.active {	
    background-color: #eee;	
}

#sidebar .subnav li a b {
    float:right;
    display:none;
    color:#666;
}

#sidebar .subnav li a:hover b {
    display:inline;
}

#sidebar .subnav li a.active b {
    display:inline;
}

#sidebar-search
{
    border: 1px solid #d8d8d8; 	
    background-color: #eee;	
    font-size: 90%;	
    margin-top: -10px;
    padding-bottom: 5px;
}

#sidebar-search input[type="submit"]
{
    margin-left: 30px;
}

#sidebar h4
{		
    margin: 20px 0px 10px 0px;
}

#sidebar-search label
{
    font-weight: bold; 		
}

#sidebarright {
    width:120px;
    float:right;
    padding:10px 0 0 20px;
    background:url(../images/sidebarright.jpg) top left no-repeat;
}

#sidebarright p {
    font:90% Verdana;
    color:#777;
    line-height:20px;
    margin:10px 0;
}

#sidebarright h2 {
    font:140% Arial;
    color:#333;
    margin:10px 0;
    border:none;
}

#sidebarright ul {
    margin:10px 0 10px 15px;
    font:90% Verdana;
}

#sidebarright ul li {
    margin:5px 0;
}

#sidebarright a {
    border-bottom:1px dotted #000;
    color:#444;
    text-decoration:none;
}

#sidebarright a:hover {
    border-bottom:1px solid #ccc;
}


/* Nav Bar Styles */
.dropDownIcon
{	
    background: transparent url(../images/drop_down_menu.png) top right no-repeat;	
    position: relative;
    top: -1px;
    border-style: solid dashed dashed;
    border-color: transparent;
    border-top-color: silver;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 0;
    border-width: 3px 3px 0;
    padding-top: 1px;
    left: 4px;		
}

.headerLogoutNode
{
    margin: 0;
background-color: #1A1A1A;
z-index: 1;
padding-left: 0;
vertical-align: middle;
float: right;
top: 0;
    }

.headerLogoutNode ul 
{
    float:right;	
    display: none;
    position: absolute;
    padding-left: 0px;
    padding-right: 5px;
    left: 0px;
    top: 17px;
    margin-left: 90px;
    z-index: 900;
    width: 100px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #000;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    zoom: 1;
}

#headerNavBar li {
    display: block;
    position: relative;
    float: left;
    cursor: pointer;
}

#headerNavBar li:hover ul {
    display: block;		
}

#headerNavBar ul li {
    position: relative;
    float: right;
    z-index: 99;
    left: 0px;
    float: none;
    width: auto;
    text-align: center;
    list-style: none;	
}

#headerNavBar ul li a {
    padding-right: 0;
}

/* AUDIT HISTORY */

.auditHistoryPanel { display: block; }
.auditHistoryPanel .currentValue { display: block; }
.auditHistoryPanel .auditValue { padding-left: 10px; display: block; background-color: #FF6F00; }


.customForm select {
    padding: 1px; 
    min-width: 142px;
}

.customForm fieldset {
    margin-top: 5px;
}

.customForm span {
    position: absolute; 
    top: 9px; 
    font-weight: bold; 
    color: #444;
}

.customForm span.first {
    left: 20px;
}

.customForm span.second {
    left: 130px;
}

.customForm span.third {
    left: 240px;
}

.customForm input[type="checkbox"] {
    margin-top: 10px;
    margin-right: 93px;
}

.customForm .data-input-container .noItems
{
    margin: 8px 14px 10px; 
    font-style: italic;
}

.customForm .data-input-container .items
{
    position: relative;
    margin-top: 14px;
    margin-bottom: 5px;
}

.customForm .data-input-container > .items
{
    position: relative;
    margin-top: 0px;
    margin-bottom: 5px;
}

.customForm .data-input-container > .items .item > label
{
    font-weight: normal;
}


