* {
	margin: 0px;
	padding: 0px;
	}
html { min-height: 100%; margin-bottom: 1px; }
body, html {
	font: 11px verdana,"Trebuchet MS",tahoma,helvetica,arial,sans-serif;
	text-align: center;
	color: #595241;
	background-color: #161616;
	}
.error-message {
    color: #E30F24;
}

#flashMessage{
    position: absolute;
    left: 50%;
    top: 120px;
    width: 250px;
    vertical-align: top;
    text-align: left;
    background: #accfcc;
    color: #161616;
    border: 1px solid #333;
    padding: 20px;
    margin-left: -130px;
  }
/* General Style Info */
a {
	color:#595241;
	text-decoration: none;
	}
a:hover{
	color:#000;
	text-decoration: underline;
	}
a.active {
	color: #000;
}
a img{
	border: none;
	}

h1, h2, h3, h4{
	font-weight: bold;
	font-family: "Trebuchet MS", tahoma, verdana, arial, sans-serif;
    color: #accfcc;
    font-size: 120%;
	}

h1{


	}

h2{


	}

h3{
    font-size: 140%;
    margin-bottom: 10px;
	}

h4{

	}
h5{
    margin-bottom: 5px;
    color: #595241;
	}

em {

	}



/* Layout */

#container {
	width: 1000px;
	margin: 0px auto;
    background-color: #fff;
}
#mediacontainer {
	width: 100%;
	margin: 0px 0px;
    background-color: #fff;
}

#smcontainer {
	width: 100%;
	margin: 0px auto;
    background-color: #fff;
}
#header{
    text-align: left;
    vertical-align: top;
    background-color: #595241;
    padding: 10px;
    display: block;
    border-bottom: 3px solid #8a0917;
    border-top: 3px solid #e6e2af;
}

#logo {
	margin: 10px;
}

#mainmenu {
    clear: both;
    margin: 10px 5px;
}

#mainmenu ul li {
    list-style: none;
    font: 10px arial, verdana, tahoma, sans-serif;
    text-transform: uppercase;
}
#mainmenu ul li a {
    padding: 2px 4px;
    background-color: #e6e2af;
    color: #666;
    display: block;
    width: 160px;
    margin: 0px 0px 1px 0px;
}
#mainmenu ul li a:hover {
    color: #000;
    background-color: #efecca;
    text-decoration: none;
}
#mainmenu ul li a.active {
    color: #000;
    text-decoration: none;
}

ul.actions  {
  list-style: none;
  margin-top: -48px;
  //margin-top: -40px !important;
  float: right;

}
ul.actions li {
  position: relative;
  float: left;
  width: 120px;
  text-align: left;


}
ul.actions li a, ul.actions li.delete a, ul.actions li.edit a, ul.actions li.list a {
    border-left: 1px solid #595241;
    border-top:  1px solid #595241;
    border-right: 1px solid #595241;
    width: 90px;
    padding-top: 4px;
    padding-left: 22px;
    white-space: nowrap;
    font: 9px verdana, tahoma, arial, sans-serif;
    display: block;
    height: 18px;
}
ul.actions li a:hover {
   background: #9b9383 url(/img/delete.png) 3px 3px no-repeat;
   border-bottom-color: #557825;
   color: #333;
}
ul.actions li.delete a {
    background: #b8ae9c url(/img/delete.png) 3px 3px no-repeat;
}
ul.actions li.delete a:hover {
   background: #9b9383 url(/img/delete.png) 3px 3px no-repeat;
}
ul.actions li.add a {
    background: #b8ae9c url(/img/add.png) 3px 3px no-repeat;
}
ul.actions li.add a:hover {
   background: #9b9383 url(/img/add.png) 3px 3px no-repeat;
}
ul.actions li.list a {
    background: #b8ae9c url(/img/list.png) 3px 3px no-repeat;
}
ul.actions li.list a:hover {
   background: #9b9383 url(/img/list.png) 3px 3px no-repeat;
}

td.delete {
    width: 60px;
    height: 100%;
    padding-left: 22px;
    white-space: nowrap;
    font: 9px verdana, tahoma, arial, sans-serif;
    vertical-align: top;
    background-color: #b8ae9c;
}
td.delete a {
    padding-left: 22px;
    background: #b8ae9c url(/img/delete.png) 0px -1px no-repeat;
    height: 18px;
    display: block;
    }
/*
inner content
*/
#layout {
	width: 1000px;
	text-align: left;
    padding: 20px 0px;

}
#smlayout {
	width: 100%;
	text-align: left;
    padding: 20px 0px;

}
#left {
   width: 200px;
   vertical-align: top;
   padding: 5px 0px 0px 10px;
}
#right {
    width: 770px;
    vertical-align: top;
    padding: 5px 10px 0px 10px;
}

#list {
    width: 100%;
    border-collapse: collapse;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
#list tr {

     border-bottom: 1px solid #333;

}
#list td, #list th {
     padding: 4px 10px;
     cursor: pointer;
     color: #666;
     border-right: 1px solid #333;

}
#list td.edit {
    padding: 4px 2px;
}

#list th {
    text-transform: uppercase;
    color: #accfcc;
    background-color: #595241;
}

tr.even {
   background-color: #e6e2af;
}
tr.evenOver {
    background-color: #fff;
}

tr.odd {
   background-color: #efecca;
}
tr.oddOver {
   background-color: #fff;
}


#footer{
	width: 1000px;
    height: 53px;
	text-align: left;
    background-color: #595241;
    font-size: 10px;
    margin: 0px;
    border-top: 3px solid #8a0917;
	}
#smfooter {

	width: 600px;
    height: 53px;
	text-align: left;
    background-color: #595241;
    font-size: 10px;
    margin: 0px;
    border-top: 3px solid #8a0917;
    visibility: hidden;
}

#bottom_nav {
    padding: 10px;
    color: #accfcc;
}
#bottom_nav a {
    color: #accfcc;

}

.browse {
    margin-top: -4px;

}
a.shift {
    padding-top:1px;

    height: 20px;
}

#pager {
    width: 100%;
    text-align: center;
    margin: 5px auto;
}
.error_message {
    text-transform: uppercase;
    color: #8a0917;
}
/*
need to define each form element that uses an Ajax callback
*/
input.textbox, #ContentPath, #MenuItemUrl, #MenuItemName, #MenuItemParentUrl, #MenuItemTempUrl {
    width: 500px;
    border: 1px solid #aaa;
    font: 10px verdana, tahoma, sans-serif;
    padding: 2px 1px;
}
textarea.textarea {
    width: 500px;
    height: 300px;
}

select.pulldown {
    min-width: 58px;
}

.ajax input.work {
    background: url(/img/ajax-loader.gif) 99% 1px no-repeat;

}
input.but {

}



div.auto_complete {
    position: absolute;
    max-height: 150px;
    overflow: auto;
    background-color :#e6e2af;
    border-top: 1px solid #595241;
    border-right: 1px solid #595241;
    border-left: 1px solid #595241;
    margin: -1px 0px 0px 0px;
    padding: 0px;
    display: block;
}
div.auto_complete li {
    list-style: none;
    border-bottom: 1px solid #595241;
    padding: 2px;
    margin-left: 0px;
    font-style: italic;
    cursor: pointer;

}
div.auto_complete li.selected {
    background-color: #efecca;
}



fieldset {
    border: 1px solid #595241;
    margin: 0px;
    padding: 10px;
}
fieldset div.item {
    float: left;
    font-weight: bold;
    width: 120px;
    height: 20px;
    text-align: right;
    padding: 4px 10px 2px 0px;
    color: #595241;
    clear: both;

}
fieldset div.input {
    min-height: 20px;
    width: 500px;
    padding: 3px 10px 3px 0px;
    color: #666;
    font: 9px arial, sans-serif;
    display: table-cell;
}

legend {
    color: #a7a37e;
    margin: 2px 0px 6px 0px;
    padding: 3px 4px 3px 8px;
    font: bold 11px arial, verdana, tahoma, sans-serif;
    background: #fff url(/img/arrow.png) 1px 5px no-repeat;
}
i.label {
    color: #595241;
}

a.t_label {
color: #fff;
}

