body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}

body {
    background-color: #fff;	
    color: #000;
    font-family: Trebuchet MS,Arial,sans-serif;
    font-size: 13px;
}

/* HEADER TAGS */

h2 {
    border-bottom: 1px solid black;
    /*width: 100%;*/
}
/*  LINKS  */
a, a:visited, a:active, a:hover, a:link {
    color: #577039;
    text-decoration: underline;
}


/* GENERAL */

img {
    border: 0;
}

ol,ul,dl {
    margin-left:2em;
}

.error, .errors {
    color: #f00;
}

#adminIndexNavigation {
	text-align: center;
}


/*   HEADER STYLES */
#header,
#logo,
#headerMenu,
#menu {
    display: none;
}

/* CONTENT AREA */
#contentContainer {
	/*margin: 5px auto;*/
	width: 99%;
}

#contentWrapper {
    float: left;
    width: 80%;
}


/* CONTENT CORNER ROUNDING WRAPPER */
.cornerWrapper,
#cornerWrapperContent {
    margin: 0px;
    padding: 0px;
    /*width: 100%;*/
}

.cornerFill,
.cornerUpperLeft,
.cornerUpperRight,
.cornerBottomLeft,
.cornerBottomRight {
    display: none;
}


/* SIDENAV */

#sidebarContainer {
 float: right;
 width: 19%; 
}

#sidebarContainer h3 {
    margin: 10px 0 5px 0;
    padding: 0;
    border-bottom: 1px solid #70A300;
}



/* FORMS RELATED */

#searchForm {
    display: inline;
    float: left;
}

input[type="text"], input[type="password"], select {
    padding: 2px;
}

.button, input[type="submit"] {
    border: 0;
    background-color: #54713B;
    color: white;
    margin: 1px;
    padding: 2px;
}

#s {
    border: 1px solid #5C6C45;
}

#programEdit {
	display: inline;
}

#programEditPersonLink {
	display: inline;
}

#programEditCompanyLink {
	display: inline;
}



/* LINK CREATIONS */
#programLinkFailed {
	background: red;
	width: 100%;
	font-weight: bold;
	color: white;
}

#programLinkSuccess {
    background: green;
    width: 100%;
    color: white;
}



/* SEARCH RESULTS + CHANNEL LISTING */
#detailedSearchTable {
  border: 2px solid;  
  width: 98%;  
}

a.lisaa {
  /*padding-left: 20px;
  background: url(../images/icons/add.png) no-repeat center left;*/
}


#searchField {
 width: 75%; 
 text-align: right;
}

#searchResultDetails {
 margin-left: 10px;

}

#searchResultsFor {
 float: left;
 font-size: 14px;
 font-weight: bold;
}

#searchResultsSort {
 float: right;
 font-weight: bold;
}

#searchResultsHeader {
 margin-top: 5px;
 padding: 2px;
 background: #e7e5bc;
 font-weight: bold;
 /*border-top: 1px solid #aaa;
 border-bottom: 1px solid #aaa;*/
}

#searchResultsCount {
 float: left;
 margin-right: 20px;
}

#searchResultsPaginate {
 float: left;
}

#searchResultsPerPage {
 float: right;
}

#searchResults {
 margin-top: 5px;
}

.searchResult {
 margin: 10px;
 padding: 0 0 10px 0;
 border-bottom: 1px solid #577039;
 clear: both;
}

.searchResultImage {
	float: left;
	margin-right: 5px;
}

.searchResultTitle {
	color: black;
	font-size: 20px;
	font-weight: bold;
}

.searchResultDetails {
	font-size: 17px;
}

.searchResultLinks {
	border-top: 1px solid black;
	margin: 0;
	padding: 0;
	margin-top: -2px;
	font-size: 13px;
}

.searchResultThumbnail {
	float: left;
}


/* OWN PAGE STYLES */

#ownPage {

}

#ownPage li {
    list-style: none;
}

#ownPageStructure {
    border:1px solid black;
    width: 100%;    
}

#ownPageStructure .navigation {
    width: 150px;
    border-right: 1px solid black;
    overflow: auto;    
}

#ownPageStructure .navigation h3 {
    margin: 5px 0;
    padding: 0;
    border-bottom: 1px solid #70A300;   
}

#ownPageListItems {
    width: 100%;
    overflow: auto;
    height: 100%;
    background-color: #FDFDFD;
    border-bottom: 1px solid black;
}

#ownPageListItems li {
    border-top: 1px solid #C0C0C0;
    list-style: none;    	
}

#ownPageListItems li .details {
    font-size: 1em;
    color: #505050;    
}

#ownPageListItems a {
	font-size: 1.5em;
	
}

#ownPageItemHeader a {
    font-size: 1em;	
}

#ownPageItemContent {
    width: 100%;
    overflow: auto;
    height: 200px;
}


#ownPageListItems .details a {
	font-size: 1em;
}

#ownPageListItems li:hover {
	background-color: #BFFAFF;
}

#notebookViewSearches li a {
    font-size: 1.3em;
}

#notebookViewSearchesPaginate a {
	font-size: 1em;
}




/* EPG LISTING */
.epgListingTable { 
 border-spacing: 0px; 
}

.epgListingTable td, .epgListingTable th {
 border: 1px solid;
 
}

.epgProgramListing td {
 border: none;
}




























/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
    position: relative;
    background: #ccc;
    font-size: 10px;
    font-family: arial, sans-serif;
    padding: 2px;
    width: 171px;
    line-height: 1.2em;
}
div#dp-popup {
    position: absolute;
    z-index: 199;
}
div.dp-popup h2 {
    font-size: 12px;
    text-align: center;
    margin: 2px 0;
    padding: 0;
}
a#dp-close {
    font-size: 11px;
    padding: 4px 0;
    text-align: center;
    display: block;
}
a#dp-close:hover {
    text-decoration: underline;
}
div.dp-popup a {
    color: #000;
    text-decoration: none;
    padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 100px;
}
div.dp-popup div.dp-nav-prev a {
    float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
    cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
    cursor: default;
}
div.dp-popup div.dp-nav-next {
    position: absolute;
    top: 2px;
    right: 4px;
    width: 100px;
}
div.dp-popup div.dp-nav-next a {
    float: right;
}
div.dp-popup a.disabled {
    cursor: default;
    color: #aaa;
}
div.dp-popup td {
    cursor: pointer;
}
div.dp-popup td.disabled {
    cursor: default;
}
