<br />
<b>Strict Standards</b>:  Redefining already defined constructor for class Object in <b>/home/cubomagicotecnologia/www/questionarios/cake/libs/object.php</b> on line <b>63</b><br />
<br />
<b>Strict Standards</b>:  Non-static method Configure::getInstance() should not be called statically in <b>/home/cubomagicotecnologia/www/questionarios/cake/bootstrap.php</b> on line <b>47</b><br />
/**
 * CSS da Aplicação Plugin Questionário Dinâmico
 *
 * Cores:
 * Corporate Cobalt: #44749D
 * light blue: #C6D4E1
 * White: #ffffff
 * So Sleepy: #EBE7E0
 * Corporate Bay: #BDB8AD
 * zen: #DA6D5E

html,
body {
    margin: 0;
    padding: 0;
	/* Footer stick */
	height: 100%;
}

html {
    background: #fff;
	font: 12px/18px "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}


/* Common */

a {
	color: #44749D;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

#wrap {
	background: #fff;
	/* Footer stick */
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 0 -30px 0;
}

#wrappublico {
	background: #fff;
	/* Footer stick */
    height: auto !important;
    margin: 5px;
    border:none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

input,
textarea {
	font: 10pt/14pt "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	clear:none;
	display:inline;
	padding:0;
	width:100%;
}

.radio input { // IE 6
	display: inline;
	_float: left;
	clear: both;
	margin: 3px 5px 0 2px;
	width: auto;
	vertical-align:baseline;
}
input[type="radio"] {
	display:inline;
	float:left;
	margin:3px 5px 0 2px;
	width:auto;
	vertical-align:baseline;
}

.checkbox input { // IE 6
	display:inline;
	clear:none;
	_float:left;
	margin:0 6px 7px 2px;
	width:auto;
}
input[type="checkbox"] {
	display:inline;
	clear:none;
	float:left;
	margin: 3px 5px 0 2px;
	width:auto;
}

.submit input { // IE 6
	display:inline;
	font-size:110%;
	padding:2px 5px;
	vertical-align:bottom;
	width:auto;
}
input[type="submit"] {
	display:inline;
	font-size:110%;
	padding:2px 8px;
	vertical-align:bottom;
	width:auto;
	margin: 0 5px;
}

input[type="button"] {
	display:inline;
	font-size:110%;
	padding:2px 5px;
	vertical-align:bottom;
	width:100px;
}

input[type="submit"]:hover, input[type="button"]:hover {
    cursor: pointer;
}

select {
	clear:both;
	font-size:120%;
	vertical-align:text-bottom;
}

optgroup{
	text-align:center;
	font-weight:normal;
	color:#C0C0C0;
	font-style:normal;
}

.error-message {
    color: #7c0000;
}

img {
	border: none;
}

/*a img {
	border: none;
	vertical-align:middle;
}*/


/* Header */

#headerPlugin,
#footer {
	background-color: #C6D4E1;
	height: 26px;
	font-size: 12px;
	color: #fff;
	overflow: hidden;
}

#headerPlugin {
	bborder-bottom: 1px solid #333333;
	height: 25px;
	display: none;
}

    #headerPlugin a,
	#footer a {
    	text-decoration: none;
        color: #2F3133;
		font-weight: bold;
    }
	
	#headerPlugin a:hover,
	#footer a:hover {
        color: #939798;
    }

#site-title {
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
}

	#site-title a {
		display: block;
		padding: 3px 12px;
		height: 20px;
		font-weight: normal;
	}

#headerPlugin-preview,
#footer-preview {
	background-color: #4b4b4b;
	height: 100px;
	font-size: 12px;
	color: #fff;
	overflow: hidden;
}

#headerPlugin-preview {
	border-bottom: 1px solid #333333;
	text-align:center;
		height: 100%;
	position:relative;
	background: #fff url(../img/topo_bg3.jpg) repeat-x;
	padding: 20px;
}
#headerPlugin-preview img.imgCabecalho{
	-moz-box-shadow: 2px 2px 5px #222;
}
	 #headerPlugin-preview a{
    	text-decoration: none;
        color: #fff;
		font-weight: bold;
    }
	
	#headerPlugin-preview a:hover{
        color: #fff400;
    }


#site-title-preview {
	margin: 0;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 45px 20px;
	line-height:100%;
	color: #555;
}
	
#login-info {
	padding: 5px 5px 3px 10px;
	height:20px;
	position:absolute;
	right:0;
	top: 0;
}

#login-info a {
	color: #222;
}

#login-info a:hover {
	color: #222;
	text-decoration: underline;
}

#login-info-user {
	margin-right: 20px;
}


/* Sidebar */

#sidebar {
	bbackground-color: #EBE7E0;
	padding: 8px 0;
	float: left;
	width: 220px;
	font-size: 12px;
}

.navigation,
.navigation li,
.sidebar-list,
.sidebar-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation,
.sidebar-list {
    margin-bottom: 6px;
}
	    .navigation li a,
		.sidebar-list li a {
	    	display: block;
			height: 23px;
			text-decoration: none;
			color: #000;
			font-weight: normal;
	    }
		
		.navigation a:hover,
		.sidebar-list a:hover {
			background: #44749D;
color: #fff;
		}
	
	    .navigation .current a,
		.sidebar-list .current a {
	    	background: #44749D;
			color: #fff;
			font-weight: bold;
	    }
		
		.navigation .current-parent a,
        .sidebar-list .current-parent a {
            background: #8691af url(../img/current-parent.gif) 0 0 repeat-x;
            color: #fff;
            font-weight: bold;
        }
		
		.sidebar-list li a {
			padding: 2px 10px 2px 33px;
			height: 19px;
			background: url(../img/nav-sprite.png) 11px -20px no-repeat;
		}
		
		.navigation li span {
			padding: 3px 10px 3px 33px;
			display: block;
			background: url(../img/nav-sprite.png) 11px 3px no-repeat;
		}

		.navigation .navigation-incompletos span {
			/*background-position: 11px -20px;*/
			background: url(../img/incompleto.png) 11px 3px no-repeat;
		}
		
		.navigation .navigation-pendentes span {
			/*background-position: 11px -20px;*/
			background: url(../img/pendente.png) 11px 3px no-repeat;
		}

		.navigation .navigation-criar-questionario span {
			background-position: 11px -41px;
		}

		.navigation .navigation-meus-questionarios span {
			background-position: 11px -63px;
		}

		.navigation .navigation-respondidos span {
			/*background-position: 11px -86px;*/
			background: url(../img/respondido.png) 11px 3px no-repeat;
		}

		.navigation .navigation-files span {
			background-position: 11px -107px;
		}

		.navigation .navigation-users span {
			background-position: 11px -129px;
		}

		.navigation .navigation-configurac-es span {
			background-position: 11px -152px;
		}
		
		.navigation .navigation-lista-de-emails span {
			background-position: 11px -171px;
		}

    #sidebar h4 {
    	text-transform: uppercase;
		margin: 0;
		padding: 0 0 0 12px;
		font-weight: bold;
		font-size: 11px;
		color: #6d6d6d;
    }
	

/* Sub Navigation */

#sub-nav,
#list-toolbar,
#file-toolbar {
	margin: -5px 0 0 0;
	padding: 7px 0 0 5px;
	list-style: none;
	height: 30px;
	overflow: hidden;
	background: #C6D4E1;
	border-bottom: 1px solid #ddd;
	line-height: 18px;
}

    #sub-nav li,
    #list-toolbar li,
    #file-toolbar li {
    	margin: 0 5px;
        padding: 0;
		float: left;
		height: 26px;		
    }
	
	#sub-nav a,
	#list-toolbar a,
	#file-toolbar a {
		display: inline-block;
		padding: 3px 5px;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		color: #333;
		display: inline-block;
	}
	
	    #sub-nav .current a,
	    #list-toolbar .current a,
	    #file-toolbar .current a {
	        background: #fff;
	        color: #2F3133;
	        -moz-border-radius: 2px;
            -webkit-border-radius: 2px 2px;
            border-radius: 2px;
	    }
	    
	    #sub-nav a:hover,
	    #list-toolbar a:hover,
	    #file-toolbar a:hover {
	        background: #DEE7F0;
	        color: #2F3133;
	        -moz-border-radius: 2px;
            -webkit-border-radius: 2px 2px;
            border-radius: 2px;
	    }
	    
.sub-nav-all-pages,
.sub-nav-all-posts,
.sub-nav-all-messages,
.sub-nav-view {
    float: right !important;
}



/* Content */

#content {
	background:#FFFFFF none repeat scroll 0 0;
	clear:both;
	color:#333333;
	overflow:auto;
	padding:0;
}

#contentPlugin {
	padding: 5px 0 0 0;
	margin: 0 0 0 221px;
	position: relative;
border-left: 1px solid #BDB8AD;
}

#contentPreview {
	padding: 0;
	margin: 0 0 0 0;
	position: relative;
	-moz-box-shadow: 0 -2px 4px #111;
	-webkit-box-shadow: 0 -2px 4px #111;
	-o-box-shadow: 0 -2px 4px #111;
	box-shadow: 0 -2px 4px #111;
}

.cleaner {
	display: block;
	clear: both;
	height: 1px;
	margin-top: -1px;
}


/* Footer */

#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	padding: 6px 20px;
	height: 23px;
	margin: 0;
        color: 2F3133;
	border-top: 1px solid #333333;
	display: block;
	background: #44749D;
}

    #footer a {
    	color: #fff;
		font-weight: normal;
		display: inline-block;
		border-bottom: 1px dashed #fff;
    }

#push {
    height: 30px;
}


/* Dashboard */

.section-title {
	margin: 10px 0 10px 0;
	padding:4px 0 0 10px;
	font-weight: bold;
	font-size: 15px;
	bbackground:#C6D4E1;
	border:none;
	height:24px;
	overflow:hidden;
	vertical-align:middle;
}
.section-subtitle {
	margin: 2px 0 2px 0;
	padding-top:10px;
	font-weight: bold;
	font-size: 18px;
	color:#333;
	background-color:#EBE7E0;
	width:100%;
	height:35px;	
	vertical-align:middle;
	position:relative;
	display: block;
}

.section-subtitle a {
	margin: 3px 0 3px 0;
	font-weight: normal;
	font-size: 14px;
	vertical-align:middle;
	color: #333;
}

.section-subtitle a.title { 
	margin: 2px 0 2px 5px;
	font-weight: bold;
	font-size: 18px;
	color:#333;
	vertical-align:middle;
	text-decoration:none;
	font-variant:small-caps;
}

.section-smalltitle {
	font-weight: normal;
	font-size: 9pt;
	color:black;
	width:100%;
	height:30px;	
	vertical-align:middle;
	margin: 0;
	padding: 0;
}

.common-tasks,
.common-tasks li {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* Search & Top headings */

h2.top,
h2.dash-top {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 -6px 0;
}

h2.top {
    margin: 0 0 14px 0;
}

.search {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 2px;
	right: 26px;
}

    .search .submit {
    	display: none;
    }
	
	.search label {
		background: url(../img/magnifier.gif) 0 0 no-repeat;
		display: block;
		float: left;
		width: 24px;
		height: 23px;
	}
	
	.search input {
		font-size: 12px;
		width: 130px;
		margin: 0;
        padding: 0;
	}
    
		.search label span {
			display: none;
		}

.search-cancel {
	position: absolute;
	top: 15px;
	right: 6px;
}

.search-loader,
.loader {
	background: url(../img/loader-on-white.gif) 0 0 no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	margin: 14px;
}

	
/* List Helper */

.list,
.list li,
.list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.list {
    margin: 0 0 14px -6px;
	min-width: 400px;
}

.list-item {
	border-bottom: 1px solid #eee;
	padding: 3px 6px 3px 0;
	overflow: hidden;
}
    
    .odd > .list-item {
        background-color: #F9F9F9;
    }
	
	.list .selected {
		background-color: #4d88c6;
	}
	
		.list .selected a {
	        color: #fff;
		}
    
    .list a {
        text-decoration: none;
		font-weight: bold;
		font-size: 12px;
    }
	
	.list a:hover {
		text-decoration: underline;
	}
	
.drop-area {
	background-color: yellow;
}

.list-make-child {
	background-color: green;
}

		.level-1 > .list-item {
			padding-left: 16px;
		}
		
		.level-2 > .list-item {
            padding-left: 32px;
        }
		    
		.level-3 > .list-item {
		    padding-left: 48px;
		}
		
		.level-4 > .list-item {
		    padding-left: 64px;
		}
		    
		.level-5 > .list-item {
		    padding-left: 80px;
		}
		
		.level-6 > .list-item {
		    padding-left: 96px;
		}
		
.draft-status {
	color: #7b7b7b;
	font-size: 8px;
	line-height: 9px;
	margin: 0 6px;
	position: relative;
	top: -1px;
	text-transform: uppercase;
}

    .selected .draft-status,
    .selected .post-date {
    	color: #e0e0e0;
    }
    
.post-date {
    color: #7b7b7b;
	font-size: 10px;
	display: inline-block;
	text-align: right;
	width: 60px;
	margin-right: 5px;
}

.paginator {
    color: #606060;
    font-size: 12px;
}
div.paging {
	text-align:left;
	/*background: url(../img/hl.png) 100% 0 repeat-x;*/
	vertical-align:middle;
	margin:0 0 0 10px;
}

div.disabled {
	color:#EEEEEE;
	display:inline;
	vertical-align:text-top;
	filter:alpha(opacity=90);
	-khtml-opacity: 0.3;
	-moz-opacity:0.3;
	opacity: 0.3;
}

/*qualquer tabela*/
table {
	background:#FFFFFF none repeat scroll 0 0;
	/*border-collapse:collapse;
	border-color:#CCCCCC -moz-use-text-color #CCCCCC #CCCCCC;*/
	border-style:solid none solid solid;
	border-width:1px 0 1px 1px;
	clear:both;
	color:#333333;
	empty-cells:show;
	margin-bottom:10px;
	width:100%;
}



/* Table Helper */

.table {
	border-collapse: collapse;
}

th,
td {
	padding: 0 4px;
}

	tr.odd td {
		background-color: #e9f3f6
	}

    .table th {
    	text-align: left;
		font-weight: normal;
		font-size: 12px;
		text-transform: uppercase;
    }

    .message-view th,
    .message-view td {
        vertical-align: top;
        padding: 5px;
        border-bottom: 1px solid #eee;
    }

    .message-view th {
        text-align: left;
    }
    
    .message-view tr:last-child th,
    .message-view tr:last-child td {
        border-bottom: none;
    }


/* Page & Post edit */

#PageTitle,
#PostTitle {
	width: 99%;
	font-size: 18px;
}

label {
	color: #333333;
	font-size: 10pt;
	display:block;
}

    .multiple-checkbox ul,
    .multiple-checkbox li {
    	margin: 0;
		padding: 0;
		list-style: none;
		line-height: 18px;
    }

		.multiple-checkbox li label {
			text-transform: none;
			color: inherit;
			font-size: 13px;
		}

.input,
.multiple-checkbox {
	margin: 14px 0;
}

form div.required {
	color:#333333;
	font-weight:bold;
}

.title-input {
	margin-top: 0;
}
	
.submit {
	overflow: hidden;
}

.editor + .submit {
	margin-top: -14px;
}

    .submit a {
    	color: #fff;
    }

    .submit input {
        font-size: 14px;
		float: left;
		margin: 3px 0;
    }
	
	.submit .view {
		float: right;
		margin: 5px 8px;
	}
	
	.submit .preview {
		margin: 5px 10px;
		float: left;
	}
	
.options,
#category-form {
	background-color: #e9f3f6;
	overflow: hidden;
	padding: 0 14px;
}

.options {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	margin-bottom: 14px;
}

.options-left {
	float: left;
	width: 50%;
}

.options-right {
	float: left;
	width: 50%;
}

.datetime {
}

    .datetime select {
    	margin-bottom: 4px;
    }
	
#save-info {
	display: inline;
	margin: 0 0 0 14px;
	position: relative;
	top: -1px;
	font-size: 12px;
	color: #4b4b4b;
}

#advanced-options,
#revisions,
#post-categories {
	display: none;
}

.big-submit {
	margin: 14px 0;
}

    .big-submit input {
        cursor: default;
    }
    
    .big-submit input:focus {
        outline: none;
    }
    

/* Buttons */

button {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
}

    button .bl1 {
        background: #000 url(../img/button-sprite.png) 100% 0 no-repeat;
        display: block;
        height: 30px;
        width: auto;
        border: none;
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        font-weight: bold;
        padding: 0;
    }

    button .bl2 {
        background: #000 url(../img/button-sprite.png) 0 0 no-repeat;
        margin-right: 12px;
        padding: 0 14px 0 26px;
        height: 30px;
        width: auto;
        display: block;
        white-space: nowrap;
    }


/* Sidebar editor */

#sidebar-editor {
	display: none;
}


/* Revisions */

.revision-list {
	margin: 14px 0;
	color: #606060;
}

    .revision-list small {
    	font-size: 12px;
    }
	
.revision-h {
	margin-bottom: 14px !important;
}

    .revision-h span {
    	background-color: #fffdda;
    }

.delete-one {
	background: url(../img/trash.png) 0 50% no-repeat;
	display: block;
	padding: 3px 3px 3px 20px;
	float: left;
	margin: 14px 0;
}

    .delete-one:hover {
    	color: #ff4700 !important;
    }

#save,
#publish {
	margin-left: 5px;
}

div.message {
	font-weight:bold;
	margin:0.5em auto;
	background: #DFFFDF;
	color: #333;
	padding: 4px;
	font-size: 13pt;
	top: 4px;
	left: 50%;
	width: 90%;
	text-align: center;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position:static;
    border: 1px solid #8EBE9E;
    -moz-box-shadow: 1px 1px 3px #8EBE9E;
    box-shadow: 1px 1px 3px #8EBE9E;
}

div.message-erro {
	font-weight:bold;
	margin:0.5em auto;
	background: #FFCCCC;
	color: #333;
	padding: 4px;
	font-size: 13pt;
	top: 4px;
	left: 50%;
	width: 90%;
	text-align: center;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #FF9595;
    -moz-box-shadow: 1px 1px 3px #FF9595;
    box-shadow: 1px 1px 3px #FF9595;
}


/* Add new page or post */
	
	#common-tasks .add-new-post span,
	#common-tasks .add-new-page span {
	    background: url(../img/nav-sprite.png) 11px -20px no-repeat;
	}
	
	#common-tasks .add-new-post span {
		background-position: 11px -41px;
	}

#name-new {
	background-color: #e9f3f6;
    overflow: hidden;
    padding: 14px;
	border: 1px dashed #eee;
}

    #name-new h2 {
    	margin: 0;
		font-size: 16px;
		font-weight: normal;
    }
	
	#name-new .submit {
		padding: 0;
		margin: 10px 0 0 0;
		overflow: hidden;
	}
	    
	    #name-new .submit button {
	        float: left;
	    }
	
	#name-new .input {
		margin: 10px 0 5px 0 ;
	}
	
		#name-new .input input {
            width: 80%;
            font-size: 14px;
		}
	
.cancel-name-new,
.cancel-edit-comment {
	margin: 6px 8px;
	display: block;
	float: left;
	color: #ff4700 !important;
	font-size: 12px;
}

.add {
    font-size: 16px;
    font-weight: normal;
    margin: 28px 0 0 0;
}


/* Categories */

#category-form {
	overflow: visible;
	padding: 14px;
	margin-left: -7px;
	margin-top: 30px;
}

	#category-form .submit {
		clear: both;
		margin: 0 -14px -30px 0;
	}
	
	#category-form h3 {
		margin: 0;
		font-size: 16px;
		font-weight: normal;
	}

#CategoryTitle,
#CategoryDescription {
	width: 300px;   
}


/* Comments and messages */

.comments-list,
.comments-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments-list {
	margin: 30px 0 20px 0;
}

li.comment {
	background-color: #e9f3f6;
	padding: 14px;
	margin: 14px 0;
	overflow: hidden;
}

.comment-metadata {
	margin: -14px -14px 14px 0;
	padding: 7px 14px;
	background-color: #cfe2e7;
}

    .spam-list .comment-metadata {
    	background-color: #efc7c7;
    }

.comment-actions,
.comment-actions li {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	float: right;
}

.comment-actions {
	height: 20px;
}

    .comment-actions li {
    	float: left;
		margin-right: 6px;
    }
	
	.comment-actions a {
		display: block;
		font-size: 11px;
	}
	
.comment-actions li {
	display: none;
}

    .comment:hover .comment-actions li {
    	display: block;
    }
	
	.comment .submit {
		margin: 0;
		height: auto;
		background-color: transparent;
		border: none;
	}
	
	.comment .input {
		margin-bottom: 0;
	}


/* File Manager and the Create new user box */

.file-list {
	list-style: none;
	margin: 8px 0;
	padding: 0;
	overflow: hidden;
}

    .file-list li {
    	margin: 0 20px 8px 0;
		padding: 0;
		float: left;
		width: 120px;
		height: 160px;
		padding: 5px;
		position: relative;
		line-height: 13px;
		overflow: hidden;
    }
	   
		.file-list li h3 {
			font-weight: normal;
			font-size: 11px;
			text-align: center;
			margin: 0;
			width: 120px;
			height: 35px;
			position: absolute;
			top: 128px;
			left: 4px;
			z-index: 1;
		}
	
	.file-list img {
		border: none;
	}
	
	.file-list .selected {
		background-color: #4d88c6;
		color: #fff;
		/* Move to JS */
		-moz-border-radius: 4px;
        -webkit-border-radius: 4px;
	}

.box {
	background-color: #e9f3f6;
    padding: 14px 14px 0 0;
	margin: 14px 0;
}
    
	.box h3,
	#file-upload h3,
	#new-user h3 {
		font-weight: normal;
		font-size: 16px;
		margin: 0;
	}
	
	.box .submit {
		margin: 0 -14px;
		clear: both;
	}
	
	#file-upload p {
		margin: -12px 0 14px 0;
	}


/* Site Settings */

.setting-desc {
    color: #606060;
	margin-top: 4px;
	font-size: 12px;
	max-width: 400px;
	line-height: 16px;
}

    #setting-description textarea,
	#setting-google_analytics_code textarea {
    	width: 400px;
		height: 50px;
    }


/* Switcher */

#switcher {
    margin: 0;
	padding: 15px;
	position: fixed;
	overflow: hidden;
	list-style: none;
}

#switcher-bg {
	position: fixed;
	background: #000;
	height: 180px;
}

    #switcher li {
    	float: left;
		width: 160px;
		height: 160px;
    }

	#switcher a {
		color: #fff;
		display: block;
		text-decoration: none;
		padding: 5px;
	}
	
		#switcher a img {
            margin: 0 auto;
			display: block;
		}
	
		#switcher a span {
            display: block;
			text-align: center;
			padding: 3px 0 0 0;
			display: none;
		}
	
	#switcher .switch-to {
		background: #313131;
		font-weight: bold;
	}
	
	    #switcher .switch-to span {
            display: block;
		}

		
/* Editor */

#wp_editbtns {
	position: absolute;
	background: #CEE1EF;
	padding: 2px;
	height: 34px;
}

    #wp_editbtns img {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
		background-color: #EEEEEE;
		border: 1px solid #999999;
		margin: 2px;
		padding: 2px;
    }
    

/* Dialogs */

#dialog {
    border: 5px solid #CEE1EF;
    background: #CEE1EF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	position: absolute;
}

	#dialog h3 {
	    background-color: #4b4b4b;
	    height: 20px;
	    font-size: 12px;
	    color: #fff;
	    cursor: move;
		margin: 0;
		text-align: center;
		padding: 3px 0;
		-moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
	}

#dialog-content {
	padding: 14px;
	background: #fff;
}

    #dialog .submit {
    	margin: 0 !important;
		-moz-border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
    }

.browser-image {
	float: left;
}

#image-browser {
	margin: 0 auto;
	height: 270px;
}

    #image-browser img {
    	/* Add these to JS */
    	-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
    	border: 4px solid #fff;
    }
	
	#image-browser img.selected {
		border-color: #4d88c6;
	}

#close-dialog {
	position: absolute;
	top: 3px;
	right: 6px;
	color: #fff;
	font-size: 11px;
}

    #dialog .paginator {
    	clear: both;
		width: 100%;
		text-align: center;
		height: 10px;
		padding-bottom: 5px;
		font-size: 11px;
    }

#image-settings {
	background: #e9f3f6;
	padding: 14px;
	margin: 14px -14px 5px 0;
}


/* Preview */

#preview {
	border: 3px dotted #eee;
}

/* estilo da tabela de paginação*/
/* Tables */
table.pagination {
    background: #fff;
    border:1px solid #ccc;
    border-right:0;
    color: #333;
    margin-bottom: 0;
    width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	clear:none;
	margin:auto;
	width:98%;
	/*margin-top:-172px;*/
}
.pagination th {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    border:1px solid #d0d0d0;
    text-align: center;
    height:24px;
    font-weight: normal;
    vertical-align:middle;
}
.pagination th a {
    display: inline;
    padding: 0px 0px;
    text-decoration: none;
    font-weight: normal;
    background:none;
}
.pagination th a:hover {
    color: #333;
    font-weight: normal;
    text-decoration: none;
    background: none;
}
.pagination tr td {
    background: #fff;
    border-right: 1px solid #ccc;
    padding: 2px;
	text-align:center;
    vertical-align:middle;
}
.pagination tr.altrow td {
    background: #f4f4f4;
}
.pagination td.actions {
    text-align: center;
    white-space: nowrap;
}
.pagination td.actions a {
    margin: 0px 2px;
    text-decoration: none;
}
.pagination tr.cor1 td{ background-color: #FFF}
.pagination tr.cor2 td{ background-color: #E7F0F4}

.toolbar /*toolbar*/
{
	background: #f0f0f0;
	overflow: hidden;
	height:56px;
	vertical-align:middle;
}
.clearnone{
	clear:none;
}

.desingTable{
	background-color:#F3F3F7;
	border: 2px solid #E0DFE3;
	width:100%;
}

.desingTable tr td{
	border:none;
	background-color:#F3F3F7;
	padding: 0;
}

form {
	clear:none;
	margin:0;
	padding:0;
	width:100%;
}
form div.submit {
	border:0 none;
	clear:none;
	margin-left:0;
	margin-top:10px;
	text-align:center;
}

.fieldCads {
	border:1px solid #B5B8C8;
	margin-bottom:10px;
	padding:10px;
	background-color:#F3F5F9;
}
.fieldCads legend {
	clear:none;
	-x-system-font:none;
	color:#15428B;
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	-moz-user-select:none;
}

.fieldCads input div{
	clear:none;
}

._keysubmit{
	clear:none;
}

/** tabela das questões */
.corpo {
	margin: 0;
	width:100%;
	border:none;
}
.corpo .corpo_pergunta {
	background-color:#FFFFFF;
	padding: none;
	border:1px solid #E0DFE3;
}
table.corpo_pergunta_interno{
	border:none;
	padding:0;
	margin:0;
}
table.corpo_pergunta_interno tr td{
	border:none;
	background-color:#FFFFFF;
}

table.erro{
	border-top: 1px solid red;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
	padding:0;
	margin:0;
}

.divSubErro{
	color:black; 
	font-weight:bold; 
	font-size:10pt; 
	background-color:#BFBFBF;
}

.tituloPergunta{
	background-color:#F3F3F7;
	font-weight:bold;
	text-align:left;
	border:1px solid #fff;
	border-right:none;
}
.tituloGraficos{
	background-color:#F3F3F7;
	font-weight:bold;
	text-align:right;
	border:0px solid #fff;
	padding-right:10px;
	font-variant:small-caps;
}
.textoAmigavel{
	font-weight:normal;
	text-align:left;
	font-size:12pt;
	padding:30px 30px;
}
.inline {
	display:inline;
}
/*info*/
.icoinfo{
	cursor: pointer;
	vertical-align:bottom;
}

#info{
	display: none;
	border: 1px #000 solid;
	background-color: #FFF1A8;
	padding: 0.4%;
	margin: 0;
}

#info div.fechar {
	float:right;
	padding:0;
	margin:0;
	font-weight:normal;
}

#info div.fechar:hover {
	font-weight:bold;
}

.button {
	-x-system-font:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 10px;
	color:#333;
	
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:small-caps;
	font-weight:normal;
	
	text-decoration:none;
	display: inline-block;
	margin-bottom: 5px;
	
	border: 1px solid #aaa;
	background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
}

.info{
	display: none;
	border: 1px #000 solid;
	background-color: #FFF1A8;
	padding: 0.4%;
	margin: 0;
}

.info div.fechar {
	float:right;
	padding:0;
	margin:0;
	font-weight:normal;
}

.info div.fechar:hover {
	font-weight:bold;
}
/*info*/

.corpo_pergunta_interno .corpo_links{
	color:#2A5DB0;
	font-size:10pt;
	text-align:left;
	font-weight:normal;
	background-color:#F3F3F7;
	border:none;
	float:right;
	padding-right:10px;
}

.corpo_pergunta_interno .corpo_links a{
	font-weight:normal;
	color:#2A5DB0;
}

table .opcoes{
	color:#000000;
	font-size:10pt;
	font-weight:normal;
	text-align:left;
	border:0;
	margin:8px 0 8px 10px;
	width:99%;
}

table .opcoes tr td{
	color:#000000;
	font-weight:normal;
	text-align:left;
	border:0;
}

table .opcoes input[type="checkbox"]{
	float:none;
}
table .opcoes input[type="radio"]{
	float:none;
}

table .opcoes .cabecalhoOpcoes td{
	color:#000000;
	font-size:10pt;
	font-weight:bold;
	background-color:#DFDFDF;
	text-align:center;
}

table .opcoes .linhacor1 td{
	color:#000000;
	font-size:10pt;
	font-weight:normal;
	background-color:#FFFFFF;
	text-align:center;
	padding-top:3px;
	vertical-align:middle;
}

table .opcoes .linhacor2 td{
	color:#000000;
	font-size:10pt;
	font-weight:normal;
	background-color:#E3EBFF;
	text-align:center;
	padding-top:3px;
	vertical-align:middle;
}

table .corpo_resultado_interno .opcoes .legendaPergunta{
	background-color:#d9e8fb;
	font-weight:normal;
	text-align:left;
}

.bordacorpo_pergunta {
	border:1px solid #E0DFE3;
}
.breakPage {
	text-align:right;
	font-size:12px;	
	color:#000;
	font-weight:normal;
	padding:3px 0 3px 0;
}
.breakPage a {
	color:#000;
	font-weight:normal;
}

.corpo .novaQuestao{
	text-align:center;
	font-size:18px;	
	padding:15px 0 15px 0;
	background-color: #73880A;
	border:1px solid #E0DFE3;
}

.novaQuestao a {
	color: white;
	font-weight:normal;
}

.link a {
	font-weight:normal;
	font-size:10pt;
}
/** fim tabela das questões */

/* estilo da tabela de configurações*/
table.config {
    background: #fff;
    border:none;
    /*border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;*/
    color: #333;
    margin-bottom: 0;
    width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	clear:none;
	margin-top: 0;
	/*margin-top:-172px;*/
}
.config tr td {
    background: #fff;
    border: none;
    padding: 4px;
	text-align:left;
    vertical-align:middle;
}
.config td.borda {
    background: #fff;
    border: 1px solid black;
    padding: 4px;
	text-align:left;
    vertical-align:middle;
}
.config tr.altrow td {
    background: #f4f4f4;
}
.config td.actions {
    text-align: center;
    white-space: nowrap;
}
.config td.actions a {
    margin: 0px 2px;
    text-decoration: none;
}
.config td a {
    display: inline;
    padding: 0px 0px;
    text-decoration: none;
    font-weight: normal;
    background:none;
}
.config td a:hover {
    color: #333;
    font-weight: normal;
    text-decoration: none;
    background: none;
}

.config tr.categoria td{ 
	bbackground-color: #E7F0F4;
	font-weight: bold;
	font-size: 12/14px;
	border-top: 1px solid #d0d0d0;
}
.config tr.link td{ 
	padding: 5px 5px 10px 5px;
}
.config tr.linkFiltros td{ 
	padding: 5px 5px 10px 30px;
	background-color:#E3EBFF;
}
.config tr.tituloPagina td{ 
	background-color: #BAD0EF;
	font-weight: bold;
}

.config .corpo_resultado_externo tr td {
	color:#000000;
	background-color:#ECF3FD;
	margin:0 0 0 0;
	padding:3px 0 3px 0;
}

table.corpo_resultado_interno{
	border:2px solid #BAD0EF;
	padding:0;
	margin:0;
}
table.corpo_resultado_interno tr td{
	border:none;
	background-color:#FFFFFF;
}

table.corpo_resultado_oculto{
	border:0;
	padding:0;
	margin:3px 0 3px 0;
}
table.corpo_resultado_oculto tr td{
	border:none;
	background:none;
}

/* FIM estilo da tabela de configurações*/

/*TABELAS DE ADMINISTRAR */

table.administrar {
    background: #E3EBFF;
    border:none;
    /*border-left: 2px solid #BAD0EF;*/
    border-size: 2px;
	border-color:#BAD0EF;
	border-style:solid;
   /* border-top: 2px solid #BAD0EF;
    border-bottom: 2px solid #BAD0EF;*/
	color: #333;
    margin-bottom: 0;
    width: 100%;
    height: 155px;
	empty-cells: show;
	clear:none;
}
.administrar tr td {
    background: #fff;
    border:none;
    padding: 1px;
	text-align:left;
    vertical-align:middle;
}

.administrar td.actions {
    text-align: center;
    white-space: nowrap;
}
.administrar td.actions a {
    margin: 0px 2px;
}
.administrar td a {
    display: inline;
    padding: 0px 0px;
    text-decoration: none;
    font-weight: normal;
    background:none;
}
.administrar td a:hover {
    color: #333;
    font-weight: normal;
    text-decoration: none;
    background: none;
}

.administrar tr.cabecalho td{
	background-color: #BAD0EF;
	color:#000000;
	font-weight:bold;
	text-align:left;
	height: 20px;
	padding: 1px 1px 1px 1px;
}
.administrar tr.conteudo td{
	background-color: #ecf3fd;
	color:#000000;
	font-weight:normal;
	text-align:left;
	padding: 4px 1px 1px 1px;
}


/* fim administrar */
.ajuda{ 
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#BFBFBF none repeat scroll 0 0;
	color:#FFFFFF;
	height:auto;
	padding:15px;
}

.ajuda .ajudaTitulo{ 
	color:#251D89;
	padding:0 0 0 0;
	display:block;
	font-weight: normal;
	font-variant:small-caps;
}

/* auto complete */
.autocomplete_list_titulo{
	font-weight:bold;
	margin-bottom:10px;
}
.autocomplete_list * {
	font: 13px "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", "Arial", "Verdana", "sans-serif";
}

.autocomplete_list { 
	background: none;
	display: block;
	border: none;
	text-align: left; 
}

.autocomplete_list, .autocomplete_list ol, .autocomplete_list li { 
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	clear: both;
}

.autocomplete_list li {
	margin: 0; 
	padding: 4px 6px 4px 10px;
	text-align: left;
	cursor: pointer; 
	background-image: url(../img/left.gif);	
	background-repeat:no-repeat;
	background-position:center left;
}

.autocomplete_list .current_item { 
	background: #B4D5FE;
	color: black;
	background-image: url(../img/right.gif);	
	background-repeat:no-repeat;
	background-position:center left;
}

.autocomplete_list li { 
	color: #303030;
}

.autocomplete_list span { 
	color: #111; float: right; padding-left: 2em; 
}

.autocomplete_icon { 
	background-image: url(../img/autocomplete.gif);	
	cursor: pointer;
	cursor: hand;	
}

.quickOpcoes{
	color:#000000;
	font-size:10pt;
	font-weight:normal;
	text-align:left;
	border:2px solid #BAD0EF;
	margin:0 0 0 0;
	width:100%;
	height:155px;
}

.quickLink{
	color:#000000;
	background-color:#BAD0EF;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	border:0;
	margin:0 0 0 0;
	padding:1px 0 1px 0;
}
.tituloPerguntaResultado{
	background-color:#BAD0EF;
	font-weight:bold;
	text-align:left;
	border:0;
}
.legendaPergunta{
	background-color:#d9e8fb;
	font-weight:normal;
	text-align:left;
}
table .opcoesResultado{
	color:#000000;
	font-size:10pt;
	font-weight:normal;
	text-align:left;
	border:none;
	margin:0 0 0 0;
	width:100%;
}

table .opcoesResultado tr td{
	color:#000000;
	font-weight:normal;
	text-align:left;
	border:0;
}

table .opcoesResultado input[type="checkbox"]{
	float:none;
}
table .opcoesResultado input[type="radio"]{
	float:none;
}

table .opcoesResultado .cabecalhoOpcoes td{
	color:#000000;
	font-size:10pt;
	font-weight:bold;
	background-color:#DFDFDF;
	text-align:center;
}

table .opcoesResultado .linhacor1 td{
	color:#000000;
	font-size:10pt;
	font-weight:normal;
	background-color:#F9F9F9;
	text-align:center;
	padding-top:3px;
	vertical-align:middle;
}

table .opcoesResultado .linhacor2 td{
	color:#000000;
	font-size:10pt;
	font-weight:normal;
	background-color:#E9E9E9;
	text-align:center;
	padding-top:3px;
	vertical-align:middle;
}

table .corpo_resultado_interno .opcoesResultado .legendaPergunta{
	background-color:#d9e8fb;
	font-weight:bold;
	text-align:left;
	padding-top:3px;
	padding-bottom:3px;
	/*width:100%;*/
}

.bt_voltar{
	padding: 10px;
}

.imgCabecalho{
	float:left;
	margin: 10px;
	-moz-box-shadow: 1px 1px 4px #777;
	-webkit-box-shadow: 1px 1px 4px #777;
	-o-box-shadow: 1px 1px 4px #777;
	box-shadow: 1px 1px 4px #777;
	border: 1px solid #d0d0d0;
}
select.icon-grafico option {
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:25px;
}
.graficos option[value="Column2D"] {
	background-image:url(../img/coluna.png);
}
.graficos option[value="Column3D"] {
	background-image:url(../img/coluna3d.png);
}
.graficos option[value="MSColumn2D"] {
	background-image:url(../img/coluna.png);
}
.graficos option[value="MSColumn3D"] {
	background-image:url(../img/coluna3d.png);
}
.graficos option[value="Pie2D"] {
	background-image:url(../img/pizza.png);
}
.graficos option[value="Pie3D"] {
	background-image:url(../img/pizza3d.png);
}
.graficos option[value="Bar2D"] {
	background-image:url(../img/barras.png);
}
.graficos option[value="MSBar2D"] {
	background-image:url(../img/barras.png);
}
.graficos option[value="Doughnut2D"] {
	background-image:url(../img/rosca.png);
}

.moldura{
	border:1px solid black;
	-moz-border-radius: 50px 50px;
	-webkit-border-radius: 50px 50px;
}

/*barra de progresso*/
.barraProgresso {
	border:0;
	display: inline-block;
	font-size:12px;
	color: #fff;
	text-align:center;
	vertical-align:top;
	float:right;
	padding-right:10px;
	width:auto;
	background:transparent none repeat scroll 0 0;
	clear:none;
}
.barraProgresso tr, td {
	padding:0;
	margin:0;
}
.barraProgressoCor1 {
	background-color:#AEC9E3;
}
.barraProgressoCor2 {
	background-color:#FFFFFF;
}


.atalhos{
	color:#FFF;
	font-weight:bold;
	font-variant:small-caps;
	text-align:center;
	border:0;
	margin:0;
	position:fixed;
	left:30px;
	margin-top:150px;
	background: #7F7F7F;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	margin-right:10px;
	height:55px;
}

.atalhos a {
	margin:0 5px 0 5px;
}

/*overlib*/
#overlib strong{
	color:#0E0E0E;
}
#overlib{
	width: auto;
	height: auto;	
	color: #333;
	clear: both;
	padding: 0 0 0 0;
	padding-bottom: 3px;	
	margin: 0 0 0 0;
	white-space: normal;
	border: 1px solid #000000;
	background-color: #FAFAD2;
	margin-left:-5px;
	margin-top:-5px;
	margin-right:-5px;
	margin-botton:-5px;
	vertical-align: top 2px;
	font-family: "frutiger linotype","lucida grande",helvetica,arial,sans-serif;
	font-size: 12px;
}
#overghost{
	width: auto;
	height: auto;
}


.time_elapsed{
	color:#fff;
	font-size:12px;
	position:relative;
	height:1em;
	top:-2em;
	margin-left: 20px;
}

.cliente_oculto{
	color:#BFBFBF;
	font-size:12px;
	text-align:left;
	margin-top:5px;
}

.cliente_oculto_titulo{
	color:#000000;
	font-weight: normal;
	font-size:12px;
	text-align:left;
	background-color:#DEDEDE;
}

.cliente_oculto a{
	color:#7F7F7F;
	font-size:12px;
	text-align:left;
	margin-top:5px;
}

/* "barrinhas" no pdf */
.barra_grafico {
	border: 1px solid black;
	background: white;
	height: 15px;
}
.barra_grafico img {
	height: 15px;
}

.destacado {
    background: #C6D4E1;
    width: 100%;
}

#mensagemPublicar {
	padding: 0;
	margin: 10px;
	border: 1px solid #d0d0d0;
}

#mensagemPublicar h2{
	margin: 0;
	background: #f0f0f0;
	padding: 5px 7px;
	color: #333;
	font-size: 15px;
}

#mensagemPublicar h2 small {
	float:right;
	margin-right: 10px;
}

#mensagemPublicar h2 small:hover {
	cursor: pointer;
}

#mensagemPublicar p {
	margin-left: 15px;
}

#mensagemPublicar a {
	padding: 7px 10px;
	margin: 0 0 10px 20px;
	display: inline-block;
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
	color: white;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

#mensagemPublicar a:hover {
	background: #6d0019; /* Old browsers */
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* W3C */
}

.pub a.dir {
	padding: 4px 8px;
	margin: 0 0 10px 20px;
	display: inline-block;
	
	background: #a4b357; /* Old browsers */
	background: -moz-linear-gradient(top, #a4b357 0%, #75890c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4b357), color-stop(100%,#75890c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a4b357 0%,#75890c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a4b357 0%,#75890c 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a4b357 0%,#75890c 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a4b357 0%,#75890c 100%); /* W3C */
	
	font-weight: bold;
	color: white;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	font-size: 13px;
	float: right;
	margin-right: 25px;
	border: 1px solid #aaa;
}

.pub a.dir:hover {
	background: #73880a; /* Old browsers */
	background: -moz-linear-gradient(top, #73880a 0%, #73880a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73880a), color-stop(100%,#73880a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #73880a 0%,#73880a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #73880a 0%,#73880a 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #73880a 0%,#73880a 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73880a', endColorstr='#73880a',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #73880a 0%,#73880a 100%); /* W3C */
	border: 1px dashed #333;
}

.pub a.esq {
	padding: 4px 8px;
	margin: 0 0 10px 20px;
	display: inline-block;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* W3C */
	color: white;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	font-size: 13px;
	float: left;
	margin-right: 25px;
	
	border: 1px solid #aaa;
	color: #333;
}

.pub a.esq:hover {
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* W3C */
	
	border: 1px solid #777;
}

