/****************************************
Standard Elements
*****************************************/

a {
    text-decoration:none;
}


a:link, a:visited {
    color: #336699;
}

a:hover {
    border-bottom:1px solid #6699CC;
}

a img {
    text-decoration:none;
}

a.image:hover {
    border-bottom:none;
}

img.header {
    border:0;
    float:left;
}

pre {
    margin-top: 0px;
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
}

/****************************************
Dialogs and Forms
*****************************************/

#alert-dialog img.type {
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    border:1px solid #efefef;
}

input.large {
    font-size:1.4em;
    padding:3px;
}

.ui-dialog-title {
    font-size:1.1em;
}

.ui-dialog {
    text-align:left;
}

.ui-dialog p.form {
    margin-top:6px;
    margin-bottom:6px;
}

.ui-dialog label {
    font-size:1em;
    font-weight:bold;
    padding-left:0;
    margin-left:0;
}

.ui-dialog p.submit {
    border-top:1px solid #efefef;
    padding-top:6px;
    margin-top:6px;
}
.ui-dialog input.fluid {
    width:95%;
}
.ui-dialog p.prompt {
    font-weight:bold;
    margin-bottom:8px;
    margin-top:3px;
}

.dialog {
    text-align:left;
}

/****************************************
Error, Status and Informational Messages
*****************************************/

.flash-status {
    background-color: #FFFFD4;
    padding:10px;
    margin:10px 3px 10px 3px;
    float:left;
    background-image:url(../images/status.png);
    background-repeat:no-repeat;
    padding-left:25px;
    background-position:5px center;
}

.flash-error{
    padding:10px;
    margin:10px;
    background-color:#FFD4D4;
    color:black;
    border:1px solid #740404;
}

.errorlist li {
    background-image:url(../images/error.png);
    background-repeat:no-repeat;
    padding-left:25px;
    background-position:5px center;
    color:maroon;
}

.hint {
    font-size:0.9em;
    color:#333;
    background-color:#FEFDE2;
    padding:5px;
    margin-top:2px;
    margin-bottom:2px;
    -moz-border-radius:10px;
    border-radius:10px;
}

.hint-image {
    background-image:url(../images/hint-bulb.png);
    background-repeat:no-repeat;
    background-position:2px 2px;
    padding-left:20px;
}
.hint ul {
    list-style-type:square;
    margin-top:5px;
}

.hint li {    
    list-style-type:square;    
    margin-left:20px;
    padding-left:0px;
} 

.success {
    background-color:#bae3a0;
    padding:2px
}

.none {
    color:#999;
    font-size:1em;
}

/****************************************
Action links
*****************************************/

a.action {
    padding-left:16px;
    font-size:0.95em;
    color:#336699;
    text-decoration:none;
    line-height:18px;
    display:block;
    float:left;
    margin-right:4px;
    background-repeat:no-repeat;
}

a.action:hover{
    border:0;
    text-decoration:underline;
    color:#336699;
}

a.edit {
    background-image:url(../images/edit-prop.png);
    
}

a.download {
    background-image:url(../images/download.png);
    
}

a.diff{
    background-image:url(../images/diff.png);
    
}

a.markup{
    background-image:url(../images/edit.png);
    
}

a.upload {
    background-image:url(../images/upload.png);
    
}

a.delete {
    background-image:url(../images/trash.png);
    
}

a.select {
    background-image:url(../images/select.png);
    
}

a.share {
    background-image:url(../images/share.png);
    
}

a.noshare {
    background-image:url(../images/noshare.png);
    
}

a.invite {
    background-image:url(../images/invite.png);
    
}

a.view {
    background-image:url(../images/view.png);
    
}

a.accept {
    background-image:url(../images/accept.png);
    
}

a.reject {
    background-image:url(../images/reject.png);
    
}

a.revoke {
    background-image:url(../images/revoke.png);
    
}

a.resend {
    background-image:url(../images/resend.png);
    
}

a.comment {
    background-image:url(../images/comment-small.png);
    
}

a.timeline {
    background-image:url(../images/timeline.png);
    
}

/****************************************
Informational Fields
(that are not part of a form)
*****************************************/


.non-form-field{
    float:left;
    margin:0 8px 0 0px;
    padding:0 8px 0 0px;
    border-right:1px solid #f3f3f3;
}

.non-form-field .value{
    padding:4px;
}

.non-form-field label{
    padding-left:0;
    font-size:1em;
    font-weight:bold;
    padding-top:3px;
}

.non-form-field a.editable {
    background-image:url(../images/edit-prop.png);
    background-position:right center;
    background-repeat:no-repeat;
    padding-right:16px;
    display:block;
}

.non-form-field a.editable:hover {
    background-color:#efefef;
    border:0;
}

/****************************************
Dividers
*****************************************/

.section-divider-invisible {
    height:12px;
    clear:both;
}

.divider {
	clear:both;
	height:10px;	
}

/*************************************
 *Common Layout
 *************************************/
.one-half {
	float:left;
	width:48%;
	margin:5px;
}

/*************************************
 * Wizards
 *************************************/
a.wizard-nav {
	display:block;
	font-size:1.3em;
	float:left;
	margin:5px;
    padding:5px;
}

a.wizard-nav:hover {
    border:0;
    background-color:#f3f3f3;
    border-radius:10px;
}

a.next {
	background-image:url(../images/next-arrow.png);
	background-repeat:no-repeat;
	padding-right:35px;
	background-position:center right;
}

a.previous {
	background-image:url(../images/prev-arrow.png);
	background-repeat:no-repeat;	
	padding-left:35px;
	margin-right:20px;
	background-position:center left;
}

.wizard-nav-area {
	margin-top:5px;
	padding-top:5px;
	border-top:3px solid #ccc;
}

.wizard-nav-area .hint {
    font-size:0.8em;
    background-color:transparent;
    padding-left:0;
    padding-top:2px;
}
