/** Add css rules here for your application. */
/** Example rules used by the template application (remove for your app) */

#container {
	margin-left: 5px;
	max-width: 1200px;
}

body {
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	font-size: 1em;
	background-color: #E2E2E2;
}

table td {
	font-family: 'Open Sans',sans-serif;
}

h1 {
	font-family: 'Open Sans',sans-serif ;
	color: #777777;
	text-align: center;
	font-size: 35px;
	font-weight: 100;
}

h2 {
	font-family: 'Open Sans',sans-serif ;
	color: #777777;
	text-align: center;
	font-size: 25px;
	font-weight: 200;
}

h3 {
	font-family: 'Open Sans',sans-serif ;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 3px;
}

p {
	font-family: 'Open Sans',sans-serif;
	font-weight: 300;
	font-size: 14px;
}

.sendButton {
	display: block;
	font-size: 16pt;
}

.dialogBox {
	width: 800px;
}

.dialogVPanel {
	margin: 5px;
	width: 400px;
}

.serverResponseLabelError {
	color: red;
}

.panel {
	border-style: solid;
	border-width: 1px;
	min-width: 385px;
	max-width: 385px;
}

.tabPanel {
	min-width: 385px;
	max-width: 385px;
	min-height: 450px;
	max-height: 450px;
}

.dropPanel {
	width: 800px;
	height: 500px;
	background-color: #b3b3b3;
}
/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

.greycolor {
	background-color: #b3b3b3;
}

.box {
	background-image: url('images/upload.png');
	margin: 15px 15px 15px 15px;
}

.uploadBox {
	background-image: url('images/upload.png');
	margin: 15px 15px 15px 15px;
}

.toolbar {
	left: 25px;
}

/* tabs */

.myCompScrll {
	max-height: 350px;
	max-width: 385px;
	min-width: 385px; 
}

.allCompScrll {
	max-height: 350px;
	max-width: 385px;
	min-width: 385px;
}

.filterPanel {
     margin: 5px;
}

.filterBox {
	border: 1px solid #BEBEBE;
    height: 20px;
    margin: 5px;
    width: 300px;
}
.filterDisplayRightPublished {
	float: right;
    margin-right: 72%;
    margin-top: 1%;
}
.filterDisplayRightUsed {
	float: right;
    margin-right: 81%;
    margin-top: 1%;
}
.gwt-PasswordTextBox {
	border: 1px solid #BEBEBE;
	width:100%;
	margin: 5px;
}

.gwt-TextBox {
	border: 1px solid #BEBEBE;
	width: 100%;
	margin: 5px;
}

.loginForm {
	border: 1px solid #BEBEBE;
    border-radius: 10px 10px 10px 10px;
    padding: 30px;
}

.loginForm table {
    width: 100%;
}

.loginForm td {
    margin: 5px;
}
.loginForm button {
	float:right;
}

.resourceThumb {
    
    height: 100px;
    margin: 3px 5px;
    overflow: hidden;
    padding: 7px;
    width: 350px;
    border-bottom: 1px dashed #BEBEBE;
}

.resourceThumb img {
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 6px 4px 0;
}

.resourceThumb h2 {
	display: block;
    font-size: 16px;
    margin: 0 0 3px;
    overflow: hidden;
    text-align: left;
    padding: 2px;
}


.resourceThumb p {
    clear: right;
    display: inline;
    font-size: 14px;
    text-align: left;
    line-height: 150%;
}
.resourceThumbNotClicked{
	background-color: #ffffff;
 }
.resourceThumbClicked{
 	 background-color: #bbb8a6;
 }
.firstPageImage {
	margin-left: 3%;
}

.loginPanel{
}

#logout{
	border: 1px solid #BEBEBE;
    border-radius: 10px 10px 10px 10px;
    padding: 20px;
    top:0;
    right: 0;
    position: absolute;
    margin: 5px;
}

.firstPageTitle {
 }
.menuImage {
	width:200px;
	height:50px;

 }
.mode {
    text-transform:capitalize;
    font-variant:small-caps;
}

.templateTitle {
	font-family: 'Open Sans',sans-serif ;
	color: #777777;
	text-align: center;
	font-size: 25px;
	font-weight: 200;
}

.gwtLabels{
	font-family: 'Open Sans',sans-serif ;
	font-weight: 300;
	font-size: 16px;
	margin: 5px;
	text-decoration: underline;
}

.gwt-HTML {
	font-family: 'Open Sans',sans-serif ;
	font-size: 15px;
	font-weight: 100;
	margin: 5px;
}

.gwt-Label {
	font-family: 'Open Sans',sans-serif ;
	font-size: 15px;
	font-weight: 100;
	margin: 5px;
}

.themePanelForPreview .gwtLabels{
	font-family: 'Open Sans',sans-serif ;
	font-weight: 300;
	font-size: 16px;
	margin: 5px;
	text-decoration: underline;
}

.themePanelForPreview img {

}

.templateDescription {
	font-family: 'Open Sans',sans-serif ;
	font-size: 15px;
	font-weight: 100;
	margin: 5px;
}

.templateCurator { 
	font-family: 'Open Sans',sans-serif ;
	font-size: 15px;
	font-weight: 100;
	margin: 5px;
}

.hyperlink {
	text-decoration: none;
	font-family: 'Open Sans',sans-serif ;
	font-size: 15px;	
}

.gwt-DecoratorPanel .middleLeft, .gwt-DecoratorPanel .middleRight {
	background: none !important;
}

.gwt-DecoratorPanel .topLeft {
	background: none !important;
}

.gwt-DecoratorPanel .topCenter, .gwt-DecoratorPanel .bottomCenter {
	background: none !important;	
}

.gwt-DecoratorPanel .topRight {
	background: none !important;
}