html,body
{
	background-color:#87abcc;
	/*background-color:#c1d9f0;
	background-image:url('/images/back_grad_left.jpg');
	background-repeat:repeat-y;
	background-position:center;*/
	color:black;
	font-family:Calibri;
	font-size:16px;	
}

body
{    
	width:795px;
	margin-top: 20px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;        
}

h3
{
	font-weight:bold;
	font-size:18px;
}

hr
{
    border:0px none;
    border-top:1px dotted gray;
}

ul.navlist
{
	padding:0px;
	text-align:center;
}

ul.navlist li
{
	display:inline;
	list-style-type:none;
}
ul.documentTopics li
{
    padding:4px;
}
.documentTopic
{
    font-size:20px;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

img
{
	border:none 0px;
	padding:0px;
	margin:0px;
}

blockquote, blockquote.code
{
    background-image:url(/images/quotes.png);
    background-repeat:no-repeat;
    font-size:14px;
    padding:10px;
    padding-top:0px;
    padding-bottom:0px;
    margin-left:20px;
    border:1px dotted gray;
}
blockquote.code
{
    background-image:none; 
    background-color:#EEEEEE;
}

#content
{
	background-color:White;
	width:790px;
}

#footer
{
	font-size:15px;
	padding-top:10px;
	text-align:right;
	clear:both;
}

#session_holder
{
	float:right;
	width:340px;
	margin-top:12px;
	margin-bottom:20px;
}

#search_bar
{
	float:left;
	padding-top:15px;
	margin-left:10px;
	position:relative;
}

#errorContainer, #messageContainer
{
	margin:5px;
	margin-top:17px;
	float:left;
	width:250px;
	position:relative;
	font-size:12px;
	background-color:#c1d9f0;
	padding:2px;
}
#messageContainer
{
	color:#3c582d;
}
#errorContainer
{
	background-color:#F8C5C5;
}

#navLinks
{    
	padding-left:10px;
	font-size:12px;
	font-weight:bold;
	position:relative;
	top:-10px;
}

#project-logo
{
	text-align:center;
	margin-bottom:20px;
}

.session_menu_section
{
	float:right;
	padding-left:4px;
	padding-right:4px;
	vertical-align:text-top;
}

table td.fieldName
{
	font-variant:small-caps;
	width:150px;
	vertical-align:text-top;
}

textarea.text
{
	width:570px;
	height:300px;
}

input
{
	font-family:Calibri;
	font-size:14px;
	margin:2px;
	/*border:solid 1px black;*/
}

input.text
{
	width:300px;
}
input.text-long
{
	width:600px;
}
input.textSmall
{
	width:100px;
}
input.textTiny
{
	width:50px;
}

.section
{
    min-height:150px;
    position:relative;
}
.section > .title, .section > .titleMedium, .section > .titleLong,
.section > .actions, .section > .actionsMedium, .section > .actionsLong
{
    background-position:center;
    background-repeat:no-repeat;
    float:left;
    height:26px;
    line-height:26px;    
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    display:block;
    position:absolute;
    font-weight:bold;
    color:White;
    width:150px;    
}
.section > .actions img, .section > .actionsMedium img, .section > .actionsLong img
{
    -webkit-transform: rotate(90deg); 
    -moz-transform: rotate(90deg);
    position:relative;
    right:16px;
    margin-right:10px;
}
.section > .title, .section > .titleMedium, .section > .titleLong
{
    background-image:url(/images/sectionTitle.png);
    text-align:center;
    left:-89px;
    top:60px;
}
.section > .titleMedium
{
    background-image:url(/images/sectionTitleMedium.png);
    width:250px;
    left:-138px;
    top:110px;
}
.section > .titleLong
{
    background-image:url(/images/sectionTitleLong.png);
    width:400px;
    left:-213px;
    top:185px;
}
.section > .actions
{
    background-image:url(/images/sectionActions.png);
    right:-89px;
    top:60px;
}
.section > .actions, .section > .actionsMedium, .section > .actionsLong
{
    text-align:right;
}
.section > .actionsMedium
{
    background-image:url(/images/sectionActionsMedium.png);
    width:250px;
    right:-138px;
    top:110px;
}
.section > .actionsLong
{
    background-image:url(/images/sectionActionsLong.png);
    width:400px;
    right:-213px;
    top:185px;
}

.section .titleMedium + .content, .section .actionsMedium + .content
{
    min-height:250px;
}
.section .titleLong + .content, .section .actionsLong + .content
{
    min-height:400px;
}

.focused
{
    padding:10px;
    text-align:center;
    /*font-weight:bold;*/
    vertical-align:middle;
}

/*div.title-box, .section .title
{
	background-color:#CCCCCC;
	padding:4px;
	padding-left:15px;
	padding-right:10px;
	text-align:left;
	clear:both;
}*/

div.title-box .date, .section .title .extra
{
	float:right;
	font-size:15px;	
	font-weight:normal;
	padding-right:0px;
}

div.description, .section .content
{
	background-color:White;
	padding:10px;
}
.section .extra
{
	clear:both;
	text-align:right;
	padding-right:20px;
	font-size:12px;
	font-weight:bold;
}
.section .content .image
{
	float:left;
	padding-right:20px;
	padding-left:5px;
}

div.content-box
{
	width:350px;
	margin:10px;
	padding:10px;
	float:left;
	border:dotted 1px black;
}

h2
{
	margin-top:0px;
}

li
{
	padding:7px;
}

.text_small, .text-small, .textSmall
{
	font-size:12px;
}

.entryIcon
{
    width:16px;
}
.entryDate
{
	font-size:12px;
}

table.content
{
	border-collapse:collapse;
	width:100%;
	/*margin-top:10px;*/
	margin-bottom:10px;
}

table.content td
{
	padding-left:10px;
	padding-right:10px;
}

tr, td
{
	border:none 0px;
	border-spacing:0px;
	padding:4px;
}

tr.alt td
{
	background-color:#e7ebef;
	border-right:solid 1px white;
}
tr.latest td.highlight
{
    background-color:#FFFD82;
}

.priority-bar
{
	border:solid 1px black;
	width:100%;
	height:15px;
}
.priority-bar div
{
	border-right:solid 1px black;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	height:100%;
	background-color:blue;
}

#project-description
{
	/*width:42%;	*/
	margin-right:3%;
	margin-left:3%;
	margin-bottom:10px;
	/*background-color:#eff4f9;*/
	
}

#project-description div
{
	/*height:40px;*/
	padding:10px;
	padding-right:10px;
}

.verticalContainer
{
	padding-top:15px;
	width:196px;
	height:300px;
	float:left;
}
.verticalContainer .title
{
	text-align:center;
	background-color:White;
}
.verticalContainer .logo
{
	width:100%;
	/*height:100px;*/
	min-height:150px;
	text-align:center;
	border-right:1px dotted gray;
	vertical-align:middle;
}
.verticalContainer .desc
{
	padding:10px;
	font-size:12px;
}
.verticalContainer .logo a img
{
	/*width:150px;*/
	vertical-align:middle;
}
.heading
{
    background-color:#dedede;
	font-size:14px;	
	font-weight:normal;
	padding:5px;
}
.heading .title
{
    font-size:16px;
}

/* Rounded corners */
b.btop, b.btop b, b.bbot, b.bbot b
{
    display:block;
    height:10px;
    font-size:1px;
    background-image:url('/images/rc.png');
    background-repeat:no-repeat;
}
b.btop b
{
	background-position:100% -10px;
}
b.bbot
{
	background-position:0 -20px;
}
b.bbot b
{
	background-position:100% -30px;
}

.contentHalf
{
	background-color:#eff4f9;
	padding:5px;
	margin-bottom:10px;
	margin-right:3px;
	float:left;
	width:370px;
	/*height:90px;*/
	line-height:100%;
	border:dotted 1px black;
}

.textDescription
{
    padding-top:10px;
	font-size:16px;
}
.textDescriptionSmall
{
	padding-top:10px;
	font-size:14px;
}

tr.header td
{
	background-color:#eff4f9;
	border-left:dotted 1px black;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
}

tr.rowHeader td
{
	background-color:#c2cbd4;
}

table#downloadLinks tr.alt td
{
    background-color:#F7FBF6;
}

/*.entry-title
{
}*/
.entry-checkbox
{
	width:10px;
}
.entry-icon
{
	width:20px;
}
.entryDate
{
	width:80px;
	font-size:12px;
}
.entryUser
{
	width:100px;
	font-size:14px;
	vertical-align:top;
	background-color:#e9edf2;
}
.entryUser .date
{
	font-size:12px;
}
.entryMessage
{
	vertical-align:text-top
}
.entry-description
{
	font-size:12px;
}

.section .section
{
}
.section .section .title
{
	background-color:#eff4f9;
	text-align:right;
}
.section .section .title .extra
{
	float:left;
}

.pagePicker
{
	padding:10px;
	text-align:center;
}

.buttonGreen
{
	background-color:#88EE88;
}
.buttonDelete, .buttonRed
{
	background-color:#EE8888;
}

.smallList
{
    font-size:14px;
    padding:0px;
    padding-left:0px;
    padding-right:0px;
    margin:0px;
    margin-left:0px;
    margin-right:0px;
    list-style-type:none;
}
.smallList tr td
{
    padding-bottom:10px;
    padding-top:10px;
    border-top:1px dotted gray;
}
.smallList li
{
    border-top:1px dotted gray;
    vertical-align:middle;    
}
.hidden
{
    display:none;
}

.highlight
{
    font-weight:bold;
}
.hiddenFeatures, .hiddenDesc
{
    display:none;
}
.selected
{
    background-color:#fefec2;		    
}
tr.none
{
    background-color:inherit;
}
img.linkImage
{
    opacity:0.6;
    filter:alpha(opacity=60);
}
span.codeToken
{
    color:Blue;
    font-weight:bold;
}
span.codeType
{
    color:Teal;
}
span.codeString
{
    font-weight:bold;
    color:Maroon;
}
body.mceContentBody
{
   background:White;
}
p.MsoNormal
{
    margin:3px;
}