body, html
{
    font-size: 10pt;
    font-family: 'Segoe UI', Arial, Verdana;
    color: #232323;
    background-color: #fff;    
    width: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    background-image: url('img/bg.png');    
}


a 
{
    color: #090; 
    text-decoration: none;
    -moz-transition: all 0.2s ease-in-out;
}
a:hover 
{
    color: #000;
}


h1, h2, h3 { margin: 0px; padding: 0px; font-weight: normal; cursor: default; }
h1 { font-size: 16pt; border-bottom: 1px dotted #ddd; color: #090; }
h2 
{
    font-size: 14pt;
    color: #666;
    margin-top: 15px;
    font-weight: 600;
}

dt {
  color: #666;  
  font-weight: 600;
  margin: 15px;
}
img 
{
    border: 0px;
}
#container  
{
    width: 1400px;
    background-color: #fff;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
   -moz-box-shadow:    0px 0px 2px 2px #BBB;
   -webkit-box-shadow: 0px 0px 2px 2px #BBB;
    box-shadow:         0px 0px 2px 2px #BBB;    
	background-image: linear-gradient(top, #FFF 100px, #eee 200px);
	background-image: -o-linear-gradient(top, #FFF 100px, #eee 200px);
	background-image: -moz-linear-gradient(top, #FFF 100px, #eee 200px);
	background-image: -webkit-linear-gradient(top, #FFF 100px, #eee 200px);
	background-image: -ms-linear-gradient(top, #FFF 100px, #eee 200px);
}

#menu , #menu li 
{
    
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#menu 
{  
    float: right;
}
#menu li 
{
    float: left;
    margin: 15px;
    margin-top: 20px;

}
#menu li a 
{
    
    color: #fff;    
    
}
#menu li a:hover
{
    color: #000;    
}
#header 
{
    height: 60px;
    background-color: #8ebf3d;
	background-image: linear-gradient(top, #b7de76 0%, #8ebf3d 100%);
	background-image: -o-linear-gradient(top, #b7de76 0%, #8ebf3d 100%);
	background-image: -moz-linear-gradient(top, #b7de76 0%, #8ebf3d 100%);
	background-image: -webkit-linear-gradient(top, #b7de76 0%, #8ebf3d 100%);
	background-image: -ms-linear-gradient(top, #b7de76 0%, #8ebf3d 100%);
	
}
#header img 
{
    margin-top: 5px;
    margin-left: 15px;
    border: 0px;
}
.pageHeader h2 
{
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 30px;    
    font-size: 16px;    
    padding: 5px;
}
.pageHeader h2.canChangeGroups {
    color: #0C0;
    width: 300px;
    background-color: #fff;
    background-image: url('/Content/img/arrow-down.png');
    background-position: 290px center;
    background-repeat: no-repeat;
    border: 1px solid #CCC;
}
.pageHeader h2.canChangeGroups:hover {
    color: #060;
}

.pageHeader h3 
{
    margin-top: 5px;
    margin-left: 60px;    
    margin-bottom: 20px;
    font-size: 20px;
}

#footer 
{    
    padding: 20px;
    text-align: center;
    color: #ccc;
    font-size: 10px;
    background-color: #495593;
	background-image: linear-gradient(top, #727db8 0%, #495593 100%);
	background-image: -o-linear-gradient(top, #727db8 0%, #495593 100%);
	background-image: -moz-linear-gradient(top, #727db8 0%, #495593 100%);
	background-image: -webkit-linear-gradient(top, #727db8 0%, #495593 100%);
	background-image: -ms-linear-gradient(top, #727db8 0%, #495593 100%);
}

table 
{
    border-collapse: collapse;
	background-color: #fff;
	margin-bottom: 15px;
}
table td
{
    font-size:10pt;
    padding: 5px;    		
    white-space: nowrap;
}

table th, .header 
{   
    font-size: 11pt; 
    padding-right: 15px;
    padding-bottom: 3px;
    white-space: nowrap;
    border: 1px solid #ccc;
    
    text-align: left;
    font-weight: normal;
    font-size: 9pt;
    color: #666;
    padding: 5px;
	background-image: linear-gradient(bottom, #E3E3E3 16%, #FCFCFC 66%);
	background-image: -o-linear-gradient(bottom, #E3E3E3 16%, #FCFCFC 66%);
	background-image: -moz-linear-gradient(bottom, #E3E3E3 16%, #FCFCFC 66%);
	background-image: -webkit-linear-gradient(bottom, #E3E3E3 16%, #FCFCFC 66%);
	background-image: -ms-linear-gradient(bottom, #E3E3E3 16%, #FCFCFC 66%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.16, #E3E3E3),
		color-stop(0.66, #FCFCFC)
	);	
	cursor: default;
    
}
p.buttons 
{
    margin-left: 5px;
}
.button
{
    
    display: inline-block;
    border: 1px solid #ccc; 
    color: #333;
    padding: 5px;
    margin: 5px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 5px;
	background-image: linear-gradient(bottom, #E3E3E3 16%, #FCFCFC 66%);
	background-image: -o-linear-gradient(bottom, #E3E3E3 16%, #FCFCFC 66%);
	background-image: -moz-linear-gradient(bottom, #E3E3E3 16%, #FCFCFC 66%);
	background-image: -webkit-linear-gradient(bottom, #E3E3E3 16%, #FCFCFC 66%);
	background-image: -ms-linear-gradient(bottom, #E3E3E3 16%, #FCFCFC 66%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.16, #E3E3E3),
		color-stop(0.66, #FCFCFC)
	);	    
}
.button:hover, .buttons a:hover
{
    color: #060;
}
.button div
{
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
}


table tr 
{
    border-bottom: 1px solid #ccc;
}
.tabledatarow 
{
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: default;
}
.tabledatarow:hover
{
    background-color: #eee;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.statuslabel 
{ 
	color: #666;
	padding-right: 50px;
	
}

.tablefill 
{
    width: 100%;
}
.areacontainer 
{
    background-color: #f0f0f0;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    margin-top: 10px;
    margin-bottom: 30px;
}
.area 
{
    padding-right: 25px;
    padding-left: 25px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 10px;
	min-width: 300px;
	min-height: 300px;
	
	float: left;
}
.filterField {
	padding-left: 20px;
	background-image: url('/Content/editor/img/search.gif');
	background-repeat: no-repeat;
	background-position: 4px center;	
    width: 150px;
}

.smallarea 
{
    width: 200px;    
    min-width: 0px;
    min-height: 0px;
}
.smallarea dt, .smallarea dd  {
    margin: 0px;
    padding: 0px;
}
.smallarea dd {
    margin: 0px 0px 5px 5px;
}
.mediumarea 
{
    width: 525px;
}
.largearea 
{
    width: 1050px;
}
.centerarea 
{
    width: 500px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.statsarea 
{
    min-height: 0px;
    width: 1320px;
}
.messagearea {
    min-height: 0px;

    padding-right: 25px;
    padding-left: 25px;
	border: 1px solid #333;
	background-color: #fff;
	margin: 10px;  
}
.message-0 {
    background-color: #ffe5e5;
}
.message-1 {
    background-color: #f1e962;
}
.message-2 {
    background-color: #d1fac7;

}
.presentationItem {
    display: inline-block;
    width: 320px;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 5px;
    text-align: center;
}
.limitBlock  
{
    width: 250px;
    height: 35px;    
    padding: 5px;
    margin: 5px;
    float: left;
    overflow: hidden;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;    
    border: 1px solid #fff;
}
.showMore .limitBlock 
{
    height: 150px;
    border: 1px solid #999;
    background-color: #f9f9f9;
    margin-top: 35px;
    	    
}
.showMoreLink 
{
    margin-top: 0px;
}
.limitBlock span
{
    float: left;
    font-size: 12px;
    line-height: 9px;
    color: #999;
    margin-left: 5px;
    margin-top: 1px;
}
.limitBlock h3 
{
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    color: #666;
}
.limitBlock .bar 
{
    width: 150px;
    border: 1px solid #333;
    height: 10px;
    float: left;
    background-color: #fff;
    padding: 1px;
}
.limitBlock p
{
    margin-top: 25px;
}

.limitBlock .bar div
{
    background-color: #999;
	background-image: linear-gradient(bottom, #090 16%, #b7de76 66%);
	background-image: -o-linear-gradient(bottom, #090 16%, #b7de76 66%);
	background-image: -moz-linear-gradient(bottom, #090 16%, #b7de76 66%);
	background-image: -webkit-linear-gradient(bottom, #090 16%, #b7de76 66%);
	background-image: -ms-linear-gradient(bottom, #090 16%, #b7de76 66%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.16, #090),
		color-stop(0.66, #b7de76)
	);	        
    height: 10px;
}

header,
footer,
nav,
section {
    display: block;
}

.warning 
{
    color: #F00;    
}

.loginPage 
{
    padding: 15px;
    padding-left: 100px;
    padding-right: 100px;
}
.loginPage img 
{
    margin-top: 40px;
}
.loginPage > div 
{
    
    border: 1px solid #ccc;
    background-color: #fff;
    width: 400px;
    float: right;
}

input 
{
    border: 1px solid #ccc;
    padding: 5px;
}
.groupList 
{
    margin: 0px;
    padding-left: 15px;
}




#groupChooser {
    position: absolute;
    border: 1px solid #999;
    background-color: #fff;
    box-shadow: #CCC 2px 2px 1px;
    padding: 15px;
    margin-top: 3px;
    margin-left: 35px;
    
}

@media (max-width: 1200px) {
    .loginPage > img {
        display: none;
    }
    .loginPage {
        padding: 5px;
    }
    .loginPage > div.area {
        width: auto;
        float: none;
    }
    .area {
        width: auto;
        min-width: 0px;
        min-height: 0px;
        float: none;
    }
    .smallarea {
        display: none;
    }
    #container {
        width: auto;
    }
}
/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px dotted #8cbd3a;
    padding: 15px;
    padding-bottom: 0px;
    margin: 15px;
}

legend 
{
    font-size:12px;
    color: #6b991e;
    border: 1px solid #8cbd3a;
    font-size: 10px;
    padding: 5px;    
    
    cursor: default;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    font-size: 11px;
    margin: 10px 0px 10px 0px;
    font-weight: bold;
    
}

.editor-field 
{
    color: #333;
    font-size: 11px;
    margin: 10px 0px 10px 5px;
}

.smalltextbox input
{
    width: 50px;
}

.expand, .collapse {
    display: inline-block;
    padding: 0px;
    width: 16px;
    height: 16px;
    font-size: 10pt;
    line-height: 16px;
    text-align: center;
    border: 1px solid #8cbd3a;
    color: #333;    
    cursor: pointer;
    font-weight: 400;
}
.expand:hover, .collapse:hover {
    background-color: #8cbd3a;
}
.selected {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    cursor: default;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

