@import url("reset.css"); 


* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial, Helvetica, sans-serif; f
    font-weight: normal;
    color: #555;
    line-height: 1.166;
    font-size: 13px;
    background-color: #0a4a9b;
    background-image: url(../images/blue_tile.jpg);
}
a:link, a:visited {
    color: #4d6168;
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: none;
    color: #076F8D;
}

a:hover {
    text-decoration: none;
}

h1{
    font-size: 20px;
    color: #444;
    font-weight: bold;
}

h2{
    font-size: 114%;
    font-weight: lighter;
    padding: 0 0 0 15px;
    color: #666666;
}

h3{
    font-size: 125%;
    font-weight: normal;
    color: #7f7f7f;
    margin: 0 0 0 0;
}
h4 {
    border-bottom: 1px dotted #888;
    margin-top: 20px;
    margin-bottom: 8px;
    color: #333;
}
p {
    color: #333;
    font-size: 85%;
}

p, h2, h3 {
    padding: 5px;    
}

input, textarea, select {
    border: 1px solid #aaa;
    background: white;
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
    padding: 3px;
    float: left;
    font-size: 14px;
    padding: 5px;
    margin: 5px 0;
}

textarea.Video{
	width: 300px;
	height: 100px;
	font-size: 11px;
	
	
}

input[type=checkbox], input[type=radio] {
    border: none;
}

input[type=submit], input[type=button] {
    color: #fff;
    background-color: #000; 
    padding-left:10px!important;
    padding-right:10px!important;
    padding-top:5px!important;
    padding-bottom:5px!important;    
    margin: 0px;
    text-align: center;
    margin-right:10px!important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    background-image: url(../images/gradient_blue_small.jpg);
    cursor: pointer;
    font-size: 13px;
}



input.sbtn{
	margin-top: 2px;
	margin-left: 5px;
	
}

input.save{
	margin-left: 120px;
}

input.save, input.cancel{
	margin-top: 10px;
	
}
option {
        padding: 0 3px;
        color: #444;
}
img a {
    border: 0;
}
table{
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
    font-size: 14px;
    width: 100%;
}

table th {
    background-color: #999;
    color: #fff;
    height: 25px;
    vertical-align: bottom;
    border: 0;
    text-align: left;
   background-image: url(../images/gradient_blue_small.jpg);
}

table tr.odd td{
    background-color: #f8f8f8;
    border-bottom: 1px solid #eee;
}

table tr.even td{
    background-color: #fff;
	border-bottom: 1px solid #eee;
}

table tr#new td{
    border:none;
}

td, th {
    padding: 8px;
    border: 0;
    border-bottom: 1px solid white;
}

/******** Layout Divs ********/

#wrapper{
	padding: 15px 15px 15px 15px;
	background: #fff;
	margin: auto;
	width: 1030px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-top: -16px;
	-webkit-box-shadow: 0px 0px 22px #071325;
	-moz-box-shadow: 0px 1px 40px #071325;
	position: relative;
	}

#logo{
    height: 170px;
    width: 1030px;
    background-image: url(../images/ama_logo.jpg); 
    background-repeat: no-repeat; 
    background-position: right;
    float: left;
    z-index: 999;
    
}

#header{
    height: 155px;
    overflow: visible;
}

#header h1{
	margin-top: 80px;
	font-size: 16px;
	color: #0A4A9B;
}

.sub_links{
	margin-left: 30px;	
	
		
}

#footer {
    margin-left: auto;
    margin-right: auto;
    width:990px;
    padding: 10px 20px;
    background-image: url(../images/footer_bg.jpg); 
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    height: 70px;
}

#footer p {
    color:#ccc;
}

/******** Menu Styles ********/
#mainMenu {
   float:left;
   border-top: solid 4px #eee;
   margin: 70px 0 0 0px;  
   width:250px; 
   position: absolute;
}

#mainMenu li {
    text-align: left;
    border-bottom: solid 4px #eee; 
    padding: 5px 5px 10px 30px;
    font-weight: bold;
    color: #0A4A9B;
}

#mainMenu ul.accordianSection li{
	 border-bottom: solid 2px #fff;
	 background: #0A4A9B;
	 color: #fff;
	 font-weight:normal;
	 padding: 5px 5px 5px 30px;

}
			 
#mainMenu .accordianSection{
	height: 0px;
	overflow: hidden;
	
	
}

#mainMenu ul.accordianSection li a{
	color: #fff;
}

#mainMenu li.selected {
	color: #000;
}

#mainMenu li a {
    width: 186px;
    display: block;
}

#mainMenu li:hover {
    background-image: url(../images/hover_bg.png); 
    cursor: pointer;    
}

#mainMenu li.active {
    font-weight: bold;
}

div#subMenu {
    clear: both;
    height: 34px;
    z-index: -999;
}

div#subMenu a{
    padding: 10px 30px;
    display: block;
    float: left;
    color: #000;
    font-weight: bold;
}
div#subMenu a.active {
    color: #183c93;
    background-image: url(../images/gradient_yellow_hover.jpg);  
}

#content{
    padding: 20px;
    background-color: #fff;
    min-height: 500px;
    width:700px;
    margin-left: 290px;
    margin-right: auto;
}

#content h1{
    padding-bottom : 10px!important;

}
  
div.centeringWrapper{
    width:1030px;
    margin-left: auto;
    margin-right: auto;
}  

/************************************
            ADMIN STYLES
*************************************/

.editMode td{
    background-color: #000;
    padding: 20px;
}

.editMode label{
    float:left;
    width:120px;
    color: #fff;
    display: block;
    margin-top:12px;
    height:22px; 
}


.editMode select{
    float:left;
    margin-top:3px;
    margin-bottom: 10px; 
}

div.editMode textarea{
    height:140px;
    width:500px;
}



.editMode input[type="checkbox"]{
    padding: 0px!important; 
    border: none;
    background: #000;
    
    float:none; 
}

.editMode br{
    clear: both;
}

.inlineError{
    color: #f44;
    position:relative;
    top:8px;
    width:200px;
    padding-left: 10px;
    float: right;
}
 
/**************BUTTONS**************/
div.btnSpacer{
    width:16px;
    height:16px;
    float: left;
    margin-right:5px;
    margin-top: 10px;
    margin-left: 0px;
}


input.findBtn{
    margin-top:22px!important;
}

/*a.btn{
    width:16px!important;
    height:16px;
    display: block;
    float: left;
    text-indent: -9999px;
    margin-right:5px;
    cursor: pointer;
    margin-top: 10px;
}*/

a.btn{
    width:50px!important;
    height:20px;
    display: block;
    float: left;
    margin-right:5px;
    cursor: pointer;
    margin-top: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: green;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    text-transform: capitalize;
    font-size: 13px;
    
}



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

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

a.add{
    //background-image: url(../images/buttons/add.png); 
    margin-left: 10px;
    background: green;
}

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

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

a.open{
    background-image: url(../images/tri-down2.png);
    margin-left: 0px;
}

a.closed{
    background-image: url(../images/tri-side2.png);
    margin-left: 0px;
    background-position: top;
}

a.selectAll{
    
    
}
.controls{
    float:left;
}
.hidden{
    display: none!important;
}


div.login label{
    width: 100px!important;
    margin-left: 40px!important;
    display: block;
    float: left;
    height: 21px;
    padding-top: 3px;
}

div.login input[type='submit']{
    margin-left: 55px;
}

div.login input, div.login label{
    margin-top: 5px!important;
}



/*********************SORTABLES*********************/
.dragged{
    background-color: #eee;
    font-style: italic;
}

.handle{
    cursor: n-resize;
}



/*********************USER LIST*********************/
td{
    padding-top:0px;    
}

#tableList td #roleButtons a.btn{
    width:16px;
}

table#tableList th{
    padding: 8px!important;
}


table#tableList td{
    padding-bottom: 15px!important;
    padding-top: 10px!important; 
    height: 0px;
}

table#tableList tr.user td .btn, table#tableList tr.franchise td .btn{
    margin-bottom: 0px; 
    margin-top: 0px;

}  

table#tableList td.roleButtons{
    padding:0px!important;
    width: 130px;
}

table#tableList input{
    float: left;
}

table#tableList td.roleButtons a{
	margin-top: 0px!important;
	position: relative;
	top: 6px;
}

table#tableList td.roleButtons a.add{
	position:inherit;
	margin-top: 10px!important;
}


/****************MANAGE CATEGORIES********************/

div.editMode input[type=text]{
    width:350px
}

.editMode input[type=radio]{
	float: none!important;
}

div#categoryGroup div.editMode div.info{
  height:19px;
  padding-top: 6px;
}

div#categoryGroup div{
    background: #fff;
}  
        
div.container{
    width:100%;    
}

div.category.node{
    border-bottom:1px dotted #000!important; 
    margin-left: 0px; 
    width:940px;
}

div.node{
    padding-top: 0px;
    padding-left: 0px;  
    border-bottom:1px solid #ddd;
    margin-left: 41px;
}  

div.node.add .info{    
    width:710px;
} 

div.node.add.editMode .info{
    width:735px;

}
  
div.node.add .controls{
    padding-top: 5px;
}    

div.category.container .node.add .info{
    width:745px
}                                

div.node.add.editMode{
    width:580px; 
    padding-left: 5px;
    padding-top: 8px;
    height:31px;    
}

    div.node .expander{
        float:left;
    }
    
    div.node .info{
        float:left;
        width:540px;
        height: 16px;
        padding-top: 9px;
        padding-left: 10px;
        padding-bottom: 10px; 
        cursor: n-resize;
    }
    
    div.group{
        width:940px;
    }
    
    div.group .node .info{
        width:520px; 
    }    
    
    div.category div.group div.node.editMode{
        height:290px;
    }
    
    div.category div.group div.node.editMode div.info{
        height:290px!important;
    }
    
    div.category.container div.node.add .info{
        padding-left: 0px!important;
    }
    
    
    div.category.container div.node.add.editMode{
        padding-left: 6px!important; 
        height: 270px;
    }
    
    div.category.container div.node.add.editMode div.info{
        padding-left: 0px!important;
        height: 270px!important; 
    }
    
    
    div.category.container div.node.add.editMode{ 
        margin-left: 40px!important;
        padding: 15px;
    }
    
    div.category.container div.node.add.editMode .info{
        width:720px;
    }
    
    div.node.add.editMode{
        width:880px;
        padding-top: 0px;
        height: 37px;
    }
    
    div.node.add.editMode .info{
        padding-top: 7px!important;
    }
    
    div.node.add.editMode .controls{
        padding-top: 2px!important;
    }
    
     
    div.node .info.edit{
        padding-top: 0px!important;
        padding-bottom: 13px!important;  
    }
     
    div.node.add{
        margin-left: 0px!important;
        width:940px;
    }
    
    
div.node.add{
    border-bottom: none;
}

.editMode{
	color: #fff;
}

.editMode .status{
	color: #777;
	font-weight: bold;
	
	
}

div.editMode{
    background: #000!important;
    color: #fff;
}

div.editMode div{
    background: #000!important;
    color: #fff;
}


.mceIframeContainer{
    height: auto!important;
}
  

  
/*****************************VIEW TUTORIALS**************************/

#filter-container{
	position: relative;
	top: -60px;
	left: 450px;
	width: 300px;

}

#filter-container select{
	float: none;
	margin-bottom: 10px;
}

#filter-container em{
	
	display: block;
	float: left;
}

.tutorial_item{
	margin: 15px; 
	min-height: 145px; 
	width: 120px;
	float: left;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #fff;
}

.tutorial_item:hover{
	border-color: #72d2ff;
	background-color: #e5f6fe!important;
}

.tutorial_item.file{
	background: url(../images/file.png) no-repeat;
}

.tutorial_item.video{
	background: url(../images/video.png) no-repeat;
}

.tutorial_item label{
	margin-top: 120px;
	display: block;
	font-weight: bold;
	text-align: center;
	color: #0A4A9B;
	text-shadow: 1px 1px 2px #ccc;
	font-size: 14px;
}
.shade{
	background-color: #000;
	opacity: 0.5;
	height: 1000px;
	width: 1000px;
	position: absolute;
	top: -1000px;
}

.video_viewer{
	min-height: 100px;
	min-width: 200px;
	background-color: #fff;
	position: absolute;
	top: 250px;
	left: 300px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid #eee;		
	-moz-box-shadow: 0px 15px 40px #bbb;
	-webkit-box-shadow: 0px 15px 40px #aaa;
}

.video_viewer object{
	float: right;
	
	
}

.video_viewer .close_btn{
	display: block;
	clear: both;
	float: right;
	margin-top: 10px;
	cursor: pointer;
	
}