/* Basic page structure */

body {
   background-color: #ffffff;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 11px;
   line-height: 16px;
   color: #000000;
   margin: 20px;
}

table.navi {
	width: 740px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

table.subnavi {
	width: 740px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #7F7F7F;
}

table.content {
	width: 740px;
	height: 400px;
	padding-top: 8px;
	padding-bottom: 8px;
}

table.footer {
	width: 740px;
	font-size: 9px;
	color: #333333;
	border-top: 1px solid #7F7F7F;
	padding-top: 6px;
	line-height: 15px;
}


/* Colors, fonts, styles */

p {
   margin-top: 0px;
   margin-bottom: 8px;
}

a {text-decoration: none; color: #000000;}
a:link { border-bottom: 1px solid #BDCC27; }
a:hover { color: #BDCC27 }
a:active { color: #000000; border-bottom: 1px solid #000000; }
a:visited { border-bottom: 1px solid #D6E037; }

span.navi { color: #D6E037; }
span.subnavi { color: #BDCC27; }

a.navi, a.navi:link, a.navi:visited, a.navi:active { color: #FFFFFF; text-decoration: none; border: none; }
a.navi:hover { color: #D6E037; }

a.subnavi, a.subnavi:link, a.subnavi:visited, a.subnavi:active { color: #7F7F7F; text-decoration: none; border: none; }
a.subnavi:hover { color: #BDCC27; }

a.footer, a.footer:link, a.footer:visited, a.footer:active { color: #333333; text-decoration: none; border: none; }
a.footer:hover { color: #BDCC27; }

.small, small {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: #000000;
}

.storyTitle {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
}

/* form input classes */

.formTitle {
   width: 380px;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 15px;
   font-weight: bold;
   border: 1px solid #000000;
}

.formText {
   width: 380px;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 13px;
   font-weight: normal;
   border: 1px solid #000000;
}

.formWide {
   width: 660px;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 13px;
   font-weight: normal;
}

.listFlag {
   background-color: #cccccc;
   padding: 1px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #000000;
}

.colorpickerWidget {
   border: 1px solid #cccccc;
}

/* page navigation bar */
div.pageNav {
   margin-top: 10px;
   margin-bottom: 0px;
   font-size: 11px;
}
div.pageNavSummary {
   padding: 1px 5px;
   background-color: #efefef;
   border-bottom: 1px solid #cccccc;
   text-align: left;
}
div.pageNavBar {
   padding-top: 1px;
   text-align: right;
}
span.pageNavItem {
   padding-left: 2px;
   padding-right: 2px;
}
span.pageNavSelItem {
   padding-left: 2px;
   padding-right: 2px;
   font-weight: bold;
}

/* tree navigation in skinmgr */
ul.skinmgrTree {
   padding-left:15px;
   margin:20px 0px;
}
ul.skinmgrTree ul {
   padding-left:30px;
   margin:0px;
}
ul.skinmgrTree li {
   font-weight:normal;
   list-style:none;
   margin:7px 0px;
   padding:0px;
}
ul.skinmgrTree li.skinset {
   list-style:square;
   padding-left:0px;
}
ul.skinmgrTree a.selected {
   font-weight:bold;
}
ul.skinmgrTree li div {
   font-family:Verdana, Helvetica, Arial, sans-serif;
   font-size:11px;
   color:#000000;
}

/* classes for skin diff */
.diff td {
   padding:0px 5px;
}
.diff pre {
   font-size:12px;
   margin:0px;
   padding:2px 0px;
}
.diff .removed {
   border-top:1px solid #959595;
   background-color: #ff3333;
}
.diff .added {
   border-top:1px solid #959595;
   background-color: #33cc33;
}
.diff .line {
   border-top:1px solid #959595;
}
.diff .num {
   border-top:1px solid #959595;
   color:#959595;
   text-align:right;
}
.diff .status {
   padding:0px 5px;
   border-top:1px solid #959595;
}

