html, body {
    margin: 0;
    min-width: 100%;
    width: 100%;
}

body {
    color: #53595F;
    font-size: 14px;
    font-family: "Myriad Web Pro", helvetica, arial, sans-serif;
    letter-spacing: 105%;
    background-color: #f4f4f4;
	background-image: url("https://s3-ap-southeast-2.amazonaws.com/help.canopyapp.net/canopy-wsr/images/canopybg.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.nobg{
	background-image: none !important;
}

#main {
    width: 100%;
}

#nav {
    -moz-box-shadow: 0 -5px 20px #53595F inset;
    -webkit-box-shadow: 0 -5px 20px #53595F inset;
    background: none repeat-x scroll 0 0 #53595F;
    border-bottom: 1px solid #C8CAC9;
    height: 45px;
    margin: 0;
    padding: 0;
    width: 100%;
}

a, img {
    border:none;
    outline: none;
}

#csel {
    background: none repeat-x scroll 0 0 #ebc84f;
    height: 22px;
    padding-right: 20px;
    text-align: center;
    padding-top:9px;
}
.csel_company, #csel a{
	font-weight: bold;	
}



.inside_alert{
    background: none repeat-x scroll 0 0 #ebc84f;
    height: 22px;
    padding-right: 20px;
    text-align: center;
    padding-top:9px;	
}
.inside_message{
    background: none repeat-x scroll 0 0 #7fab73;
    height: 22px;
    padding-right: 20px;
    text-align: center;
    padding-top:9px;	
    color: #fff;
}

#navbox{
    height: 45px;
    margin: auto;
    width: 1000px;
}

#navlogo{
    float: left;
    height: 40px;
    margin-left: 0;
    margin-top: 7px;
    width: 200px;
}

#nli{
    float: left;
}

#canopy_nav { 
    color: #F2F2F2;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    text-shadow: 0 1px #000000;
    float: left;
    margin-top: -4px;
}

.navlinkselected {
    color: #11A2F9;
}


#navlinks {
    float: right;
    height: 45px;
    margin-top: 0;
    width: auto;
}

#navlist {
    list-style: none outside none;
    margin-top: 0;
}

#navlinks a {
    color: #F2F2F2;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    text-shadow: 0 1px #000000;
}

#navlinks a img {
    padding: 0px;
    margin:0;
    margin-top:-2px;
    height: 24px;
    width: 24px;
}


.navlink{
    float: left;
    margin-left: 10px;
    margin-top: 14px;
		
}

a {
    color: #282828;
    font-weight: normal;
    outline: medium none;
    text-decoration: none;
}

h2 {
	font-size: 16px;
	padding: 10px 20px; 
	text-align: left;
	margin:5px;
}

h3{
	text-transform: uppercase;
	color: #bfc4a8; 
	font-size: 17px;
    margin:10px;
    
    padding: 10px 20px 5px 0px; 
    text-align: left;

    border-bottom: 1px solid #efefef;
    
    font-weight: lighter;
    
}

h5{
	font-size: 12px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #8fb8e7; 
	color: #000;
	padding: 2px; 
	text-align: left;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	margin:2px 30px;
}

.condensed{
	margin:4px 30px !important;	
	padding: 5px !important;
}
	
/** Inner content **/

#maincontainer {
    background-color: #FFFFFF;
    border: 1px solid #EDEDED;
    margin: 20px auto;
    padding: 19px 19px 0;
    width: 970px;
      -moz-box-shadow: 0px 15px 20px 10px #ccc;
      -webkit-box-shadow: 0px 15px 20px 10px #ccc;
      box-shadow: 0px 15px 20px 10px #ccc;
}



#logincontainer{
    margin: 0px auto 0px auto;
    width: 672px;
}

#loginSplash{
    background-color: #FFFFFF;
    border: 1px solid #EDEDED;
    margin: 20px auto 0px auto;
    padding: 19px 19px 0;
    width: 670px;
    z-index: 999;
    -moz-box-shadow: 0px 15px 20px 10px #ccc;
    -webkit-box-shadow: 0px 15px 20px 10px #ccc;
    box-shadow: 0px 15px 20px 10px #ccc;
}

#whatiscanopy{
    background-color: #F6D996; 
    border: 1px solid #F6D996;
    color: #FFF;
    width: 200px;
    padding: 15px 10px;
    font-size: 2em;
    position: relative;
    top: -400px;
    left: 710px;
    z-index: 0;
}

#whatiscanopy a{
	color: #FFF;
}

#loginPane{
    background-color: #EDEDED; 
    border: 1px solid #EDEDED;
    margin: 0px auto;
    padding: 19px 19px 0;
    width: 670px;
    z-index: 1;
}



.open{
	border: 0px;
}


div.col_half {
    float: left;
    width: 455px;
    border: 1px solid #C8CAC9;
    padding: 0px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

div.col_half.open, div.col_full.open{
	border: 0px;
}



div.col_full{
    float: left;
    width: 945px;
    border: 1px solid #C8CAC9;
    padding: 0px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
		
}

div.col_drop{
	border-bottom: 0px;
	}

div.col_full_open{
    float: left;
    width: 945px;
    border: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
		
}


.col_title{
	color: #53595F;
	background-color: #F4F4F4;
	padding: 10px;
	font-size: 18px;
	/*font-weight: bold;*/
	border-bottom: 1px solid #C8CAC9;
	min-height: 20px;
}

.col_title img{
	width: 25px;
	height: 25px;
	margin-bottom: -5px;	
}

.clear{
	clear: both;
}

.toolList{
	list-style: none;
}

.toolList li{
	padding: 3px;	
}

.toolList a{
	color : #11A2F9;	
	font-size: 14px;
}

.tinyText{
	font-size: 8px;
}


.smallText{
	font-size: 10px;
}

.mediumText{
	font-size: 14px;
	font-weight: bold;
}

.bufferTextLeft{
	margin-left: 200px;	
}


.bufferLeft{
	margin-left: 40px;	
}

.bufferTextTop{
	margin-top: 10px;	
}

.bufferTextBottom {
    margin-bottom: 10px;
}

.buffer{
	margin: 20px;	
}

.logContainer{
	margin: 15px 10px 0px;		
}

.triggersContainer{
	margin: 15px 10px 0px;		
}

.colourText{
	color : #11A2F9;	
}

.orangeColourText{
	color: #f09900;
	}

.greyColourText{
	color: #abadac;
}

.centerText{
	text-align: center !important;
	}


.rightText{
	text-align: right;
}

.spacey{
	padding: 20px;
}

/** Footer **/
#emailfooter
{
   margin-left: auto;
    margin-right: auto;
    height: 60px;
 	width: 970px;	
    margin-top: 0;
}
 
#footer{
   margin-left: auto;
    margin-right: auto;
    width: 970px;	
    height: 100px;
    margin-top: 0;
 }

#authfooter{
   margin-left: auto;
    margin-right: auto;
    width: 700px;	
    height: 100px;
}
 
.footerleft{
    float: left;
    margin-top: 8px;
    text-align: left;
}

#footer a{
	color: #5aaadc;
}

#footerright{
    float: right;
    margin-left: 30px;
    margin-top: 8px;
    text-align: right;
}

/** searching **/

.simpleSearch{
	padding: 5px;
}

.simpleSearch input[type="text"]{
	width: 200px;
}



.redcross{
	color: #e3001c;
	right: 10px;
	text-align: right;
	float: right;
}

.redcross a{
	color: #e3001c;
}

.rightmenu{
	right: 10px;
	text-align: right;
	float: right;
	margin-right:10px;
}

.leftmenu{
	left: 10px;
	text-align: left;
	float: left;
	margin-left:10px;
}

.centermenu{
	width: 100%;
	text-align: center;
}


.lannister tr:nth-of-type(odd) { background-color: #eee !important; }
.lannister tr:nth-of-type(even) { background-color: #eee !important; }

.zebra{
	width: 100%;	
	margin: 0 none;
	z-index: 99;
}

.zebra th {
	z-index: 99;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 90%;
	background: #f8eec9; 
	color: #53595F;
	padding: 10px; 
	text-align: left;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	margin:5px;
}



.zebra td{
	z-index: 99;
		padding: 5px;
	margin: 5px;
	vertical-align: top;
}

.zebra tr:nth-of-type(odd) { background-color: #eee; }
.zebra tr:nth-of-type(even) { background-color: #fff; }

.zebra .whiteRow { background-color: #fff !important; }

.blauzebra {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.blauzebra tr td{
	padding: 6px;
	margin:0px;
}
.blauzebra tr:nth-of-type(odd) { background-color: #eee; }
.blauzebra tr:nth-of-type(even) { background-color: #bae1f9; }

.storelist tr td a:hover{
	color: #5aaadc;
}


.stafflist tr td a:hover{
	color: #5aaadc;
}

.full{
	width: 100%;	
	margin: 0 none;
}
.full td{
	padding: 5px;
	margin: 0;
	vertical-align: top;
}
	
/** CAPTCHA **/
.captcha {
	width: 305px;
	height: 100px;
}



.blueButton{
	background-color: #5aaedf !important;
	color: #d2e8f8 !important;
    background-image: none !important;
    margin-bottom: 2px !important;
}






/** search **/

.searchResultTitle{
	font-size: 13px;
}



.listContainer{
		margin-top:5px;
	}

ul.gallery2    {list-style: none; margin: 0; padding: 2px;}
ul.gallery2 li {float: left; width: 450px; height: 180px; } /* define any appropriate width and height */
li.article2 {
    margin-bottom: 10px;
    position: relative;
    margin-right: 5px;
    margin-left: 5px;
}


/** lists **/
ul {list-style: none; margin: 0; padding: 2px;}
li { }

ul.gallery    {list-style: none; margin: 0; padding: 2px;}
ul.gallery li {float: left; width: 300px; height: 180px; } /* define any appropriate width and height */
li.article {
    margin-bottom: 10px;
    position: relative;
    margin-right: 5px;
    margin-left: 5px;
}

.widescreen-y {
	position:absolute;
	clip:rect(0px,60px,200px,0px);
}

.preview {
	padding: 2px;
    position: relative;
    width: 280px;
    height: 160px;
    overflow: hidden;
}


.postmetadata {
    line-height: 21px;
    padding-left: 20px !important;
}

.postmetadata a {
    color: #507383;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0 12px;
}

.article-over {
    display: none;
    left: 0;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 280px;
    height: 160px;
}

.article-over h2{
	font-size: 16px;
}

.article-over h2 a, .article-over a{
	color: #53595F;
}


.col_100{
	float: left;
	width: 100px;
	min-height: 28px;
}
.col_150{
	float: left;
	width: 150px;
	min-height: 28px;
}
label{
	padding-top: 10px;
	display: block;
}

.col_400{
	float: left;
	width: 400px;
}

.col_650{
	float: left;
	width: 650px;
	margin:5px;
		
	}

.col_600{
	float: left;
	width: 600px;
	margin:5px;
}
.col_800{
	float: left;
	width: 800px;
	margin:5px;
}

.col_300{
	float: left;
	width: 300px;
}

.col_250{
	float: left;
	width: 250px;
}


.col_200{
	float: left;
	width: 200px;
}

.margin_50{
	margin-bottom: 50px;	
}

.editor{
	padding: 5px;
	}

.editor input[type="text"], .editor input[type="password"], .editor input[type="email"], .editor textarea{
	width: 300px;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
   	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 5px;
}

.simpleSearch input[type="text"] {
	width: 300px;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
   	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 5px;
}

#password, #emailID{
	padding-top: 0px;
	padding-bottom: 0px;
}



.editor textarea{
	height: 120px;
	}

.activityList{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.activityList tr td{
	margin: 0px;
	padding: 5px;
	border-bottom: 0px solid #C8CAC9;	
}

.activityList a {
	color: #11A2F9;
}

.actions{
	text-align: right;
	margin: 10px;	
}

.greyHelp{
	font-size: 11px;
	color: grey;	
	padding-left: 10px;
}

.ginput{
	
    -moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center bottom , #EEEEEE 0%, white 50%);
    background-image: -webkit-gradient(linear, 0 50%, 0 100%, from(white), to(#EEEEEE));
    
    border: 1px solid #AAAAAA;
    color: #444444;
    height: 26px;
    overflow: hidden;
    padding: 0 5px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;	
}


/*This is fun isn't it */
input::-webkit-input-placeholder {
    color:    #999;
}

input:-moz-placeholder {
    color:    #999;
}

.button input, input.button, .captchaholder input, .loginholder input {
    -moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center bottom , #EEEEEE 0%, white 50%);
    background-image: -webkit-gradient(linear, 0 50%, 0 100%, from(white), to(#EEEEEE));
    
    border: 1px solid #AAAAAA;
    color: #444444;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 5px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.button input.slimline{
	line-height: 15px !important;
	height: 20px !important;
}
.button input asdf {
    border: 0 none;
    color: #53595F;
    cursor: pointer;
    font-size: 12px;
    height: 24px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}


.bluebutton input {
    border: 0 none;
    color: #11A2F9;
    cursor: pointer;
    font-size: 12px;
    height: 22px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}

.right{
	float:right;	
}

.pad {
	padding: 0px 25px;	
}

.helppane div{
	margin: 10px;
	font-size: 12px;

}

	
/** Show Pages **/

.openitemview{
	border-bottom: 1px solid #EDEDED;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.infopanel{
	width: 100%;
	border : 0px solid green;
}

.infopanel tr th{
	border : 0px solid red;
	color: #abadac;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
}

.infopanel tr td{
	border : 0px solid brown;
	color: #010101;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
}

.infopanel tr td a:hover{
	color: #5aaadc;
}




.itemview{
	min-height: 650px;
	border: 1px solid #EDEDED;
	padding: 5px;
	float: left;
	width: 265px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.itemtitle{	
	font-size: 20px;
	margin-bottom: 10px;
}

.item_margin{
	margin-bottom: 15px;	
}

.itemlabel{
	float: left;
	width: 100px;
	min-height: 22px;
}

.itemvalue{
	float: left;
	width: 160px;
	min-height: 22px;
}

.separator{
	text-align: center;
	vertical-align: middle;
    height: 1px;
    background: #ededed;
    width: 99%;
    font-size: 1px; 
    overflow: hidden; 
    margin-bottom: 15px;
}

.internalLinks{
	width : 100%;
}

.internalLinks div{
	width : 100%;
	padding: 2px;
	color: #53595F;
	font-size: 16px;
}
.internalLinks div a{
	color: #53595F;
	
}
/** PRODUCT MAINTENANCE **/

.mediaTabs {
	list-style: none;
	padding: 2px;
	margin: 0;
	width: 920px;
    border-bottom: 1px solid #11A2F9;
	background-color: #4572a7; 
    min-height: 30px;
}





        .productTabs {
        list-style: none;
        padding: 2px;
        margin: 0;
        margin-top:5px;
        background-color: #fff;
        border-bottom: 1px solid #F0F0F0;
        min-height: 40px;
        padding-bottom: 5px;
        }

        .tab {
        float: left;
        margin-left: 15px;
        margin-bottom: 5px;
        padding: 10px;
        }

        .tabSelected a {
            padding: 8px;
            line-height: 100%;
            -moz-border-radius: 10%;
            border-radius: 10%;

            background-color: #11A2F9;
            text-align: center;
            font-size: 2em;
            color: #fff !important;
        }

        .tab a {
        color: #11A2F9;
        font-size: 14px;
        }
        


.tab a:hover{
	cursor: pointer;
}


.tag {
	padding: 10px;
	margin-top: 10px;
}


.tag a{
	color:#11A2F9;
	font-size: 14px;
}


.searchTitle{
	font-size: 16px;
	color: #53595F;
	margin: 5px;
	margin-bottom: 10px;
}

.searchNone, .searchGroup{
	margin: 5px;
}
.searchGroup{
	margin-bottom:20px;	
}

.searchGroup div{
	margin-bottom:4px;
}

.gclose{
	float:left;	
}

.searchLink{
	color: #11A2F9;
}


.assignmentview{
	border: 1px solid #EDEDED;
	padding: 5px;
	width: 97%;
	margin-top: 5px;
	margin-bottom: 5px;
}




.horizontal_carousel {
    float: left;
    height: 145px;
    margin-bottom: 10px;
    position: relative;
 /*   width: 650px; */
    width: 100%;
}

.horizontal_carousel .container {
    float: left;
    height: 140px;
    overflow: hidden;
    position: relative;
 /*   width: 650px; */
    width: 100%;
}


.horizontal_carousel ul {
    height: 140px;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100000px;
}

.horizontal_carousel ul li {
    float: left;
    height: 130px;
    list-style: none outside none;
    text-align: center;
    width: 130px;
    padding-top:3px;
    border: 1px solid #C8CAC9;
    border-right: 0px;
}

.horizontal_carousel ul li {
    list-style: none outside none;
    text-align: center;
}

.horizontal_carousel ul li:last-child{
    border-right: 1px solid #C8CAC9;
}

.carousel_image{
	border: 0 none;	
	height: 120px;
}

.horizontal_carousel .previous_button {
  float:left;  
  width: 32px;
  height: 15px;
  z-index: 100;
  cursor: pointer;
}

.horizontal_carousel .previous_button_over {
}

.horizontal_carousel .previous_button_disabled {
	  cursor: default;
}

.horizontal_carousel .next_button {
  float:right;  
  width: 32px;
  height: 15px;
  z-index: 100;
  cursor: pointer;
}

.horizontal_carousel .next_button_over {
}

.horizontal_carousel .next_button_disabled {
  cursor: default;
}


.carousel_selected_info{
	margin-left: 50px;	
	float: left;
	width: 500px;
	spacing: 10px;
	text-align: center;
}

.carousel_selected_info_full{
	margin-left: 50px;	
	float: left;
	width: 750px;
	spacing: 10px;
	text-align: center;
}

.carousel_selected_info a{
	color: #5aaadc;
}

/** PRODUCT UPDATE **/

.product_update_con{
	padding-right:10px;
}

.product_update{
	width:100%;
	border: 1px solid #eee;
	margin: 0 none;
}

.pu_li{ border-bottom: 1px solid #eee; height: 15px; padding: 2px;}

.pu_li span { border:0px solid red;}

.pu_one{ float:left; width: 150px; }
.pu_two{ float:left; width: 200px; height: 15px; overflow: hidden; }
.pu_three{ float:left; width: 200px; }
.pu_four{ float:left; width: 200px; height: 15px; overflow: hidden; }
.pu_five{ float:left; width: 150px; height: 15px; overflow: hidden; }

a.button{
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center bottom , #EEEEEE 0%, white 50%);
    background-image: -webkit-gradient(linear, 0 50%, 0 100%, from(white), to(#EEEEEE));
    border: 1px solid #AAAAAA;
    color: #444444;
    height: 26px;
    line-height: 26px;
    min-height: 56px;
    padding: 0 5px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

select{
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center bottom , #EEEEEE 0%, white 50%);
    background-image: -webkit-gradient(linear, 0 50%, 0 100%, from(white), to(#EEEEEE));
    border: 1px solid #AAAAAA;
    color: #444444;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 5px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 300px;
	

    padding: 3px 5px;
    border-radius: 6px 6px 6px 6px;
}


/** FORUMS **/
.forumtopic tr td, .forumtopic tr th{
	background-color: #c0d1dc;	
}
.forumadd tr td, .forumadd tr th{
	background-color: #fff0c3;	
}


.forumThreadActions{
	text-align: right !important;
}


/** Media **/

.dropShadow {
	border: solid 1px #CCC;
	-moz-box-shadow: 5px 5px 0px #999;
	-webkit-box-shadow: 5px 5px 0px #999;
	box-shadow: 5px 5px 0px #999;
}

.mediaThumb{
	margin: 3px;
	padding: 3px;
	position: relative;
	display: block;
}
.mediaThumb cite{ display: none; }

.mediaThumb:hover cite {
	display: block;
	background: #111;
	filter:alpha(opacity=45);
	opacity:.45;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 130px;
	padding: 10px;
	border-top: 1px solid #999;
}

.mediaMiniThumb{
	margin: 1px;
	padding: 2px;
}

.stasisThumb{
	margin: 10px;
	padding: 5px;
	margin-right:40px;
	position: relative;
	display: block;
	border: 0px solid red;
	text-align: center;
}
.stasisCode{
	letter-spacing: 1px;	
}

.statisCodeSelected{
	letter-spacing: 1px;	
	color: #11A2F9;
}

.stasisValue{
	margin-left:5px;
	font-weight: bold;	
}

.linkButton{
	padding:5px !important;
}

.mediaActions{
	text-align: center;
}


.imagedropshadow2 {
	padding: 5px;
	border: solid 1px #fff;
}

.imagedropshadow {
	padding: 5px;
	border: solid 1px #EFEFEF;
}

.imagedropshadowselected {
	padding: 5px;
	border: solid 1px #11A2F9;
	-moz-box-shadow: 1px 1px 5px #11A2F9;
	-webkit-box-shadow: 1px 1px 5px #11A2F9;
    box-shadow: 1px 1px 5px #11A2F9;
}

/*
a:hover img.imagedropshadow, a:hover img.imagedropshadow2 {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}*/

.media_unselected, .document_unselected{
	
}

.media_selected, .document_selected{
	background-color: #11A2F9;
	
}
.media_selected a, .document_selected a{
	color: #ffffff;
}

/** NOTIFICATIONS **/

.notifications{
	width: 100%;	
	color: #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top:1px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	padding: 5px 15px; 
}

.noteAdd{
    background-color: #b5caf0;
}

.noteClose{
	background-color: #97be9c;	
}

.noteDelete{
	background-color: #ff8888;	
}

.noteSwitch{
	background-color: #968a45;	
}

.noteInactivate, .noteActivate{
	background: #f8eec9; 
	text-align: left;
}


.noteUnknown{
	background-color: #ababab;	
}

.noteReassign{
	background-color: #ababab;	
}

.noteRetired{
	background-color: #ababab;	
}

.noteNotify{
	background-color: #ababab;	
}


.infoTable{
	width: 100%;	
    padding: 5px;
    margin:5px;
}


.nutr_table{
	width: 100%;	
}
.nutr{
	width: 100px !important;	
}


.manufacturer_container{
	width: 95%;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 5px;
    margin-top:1px;
	background-color: #ebc84f;
}

.manufacturer_values{
	padding:5px;
	background-color: #ebc84f;
	margin-top: 5px;
	margin-bottom: 5px;
}


.disparateOwner{
	width: 90%;
	text-align: center;
	max-height: 3px;
	height: 3px;
	min-height: 3px;
	color: #ebc84f;
	background-color: #ebc84f;		
	margin-left: 5px;
}


.adp_mini, .ohInput{
	width: 100px !important;
}



/** POS **/

.store_pos_pagi{
	font-size: 26px;
	margin-bottom:15px;
}

textarea.store_pos_info{
	width: 600px;
	height: 120px;
	border: 1px solid #cccccc;
	padding: 5px;
	margin:10px;
	
}

.ajax_file_upload_container form table{
	width: 100%;
	text-align: center;
}

.ajax_file_upload_container form table tr td:nth-of-type(odd){
	text-align: right;
	width: 50%;
}
.ajax_file_upload_container form table tr td:nth-of-type(even){
	text-align: left;
}



/** REPORTS **/

.percentLine{
	vertical-align: middle;
	height: 12px;
	max-height: 12px;
	float: right;
	width: 310px;
	overflow: hidden;
	margin-top: 2px;
}

.reportCompleted { background-color: #67ca70; float:left;}
.reportViewed { background-color: #adcef7; float:left; }
.reportNotViewed { background-color: #ff8d8d; float:left; }



/**** OBJECT TOOLS ****/

#otc{
}


.otclink {
 	width: 100%;
	text-align: right;
	right: 10px;
 	position:relative;
}
.otclink a img{
	width:25px;
	height: 25px;
	opacity:0.4;
	filter:alpha(opacity=40);
}
.otclink a img:hover{
	width:25px;
	height: 25px;
	opacity:1.0;
	filter:alpha(opacity=100);
}

.otcform{
	margin-top: 5px;
 	position:relative;
}

.otctools{
	border: 1px solid green;
	position:absolute;
	right:0;
	width:200px;
	z-index: 9999;
	background-color: #fff;
	padding: 6px;
	border: 1px solid #AAAAAA;
	border-radius: 4px 4px 4px 4px;
}

.otctools ul{
	background-color: #F8F7F6;
    padding: 15px
}
.otctools ul li{
    border-bottom: 1px solid #DFDED2;
    width: 190px;
    color: #86846c;
	font-size: 12px;
	font-weight: normal;
}

.otctools ul li a {
    color: #86846c;
	display: block;
    font-size: 12px;
    line-height: 17px;
    padding: 4px;
    vertical-align: middle;
}

.otctools ul li a:hover {
    color: #11A2F9;
}

.otctools ul li a img, .otctools ul li img {
	width: 25px;
	height: 25px;
	opacity:1.0;
	filter:alpha(opacity=100);
}	

.otcclose{
    color: #86846c;
	font-size: 14px;
    padding: 4px;
	float:left;	
	opacity:0.4;
	filter:alpha(opacity=40);
}


.internalLinkBar{
	margin-left: 50px;
}

.internalLinkBar a img{
	width:25px;
	height: 25px;
	opacity:0.4;
	filter:alpha(opacity=40);
	border: 0px;
}


.internalLinkBar a img:hover {
	width:25px;
	height: 25px;
	opacity:1.0;
	filter:alpha(opacity=100);
	border: 0px;
}

/**  Dist **/

.viewdist{
	width: 100%;
	border : 0px solid #fff;
}

.viewdist tr th{
	color: #abadac;
	font-weight: normal;
	text-align: left;
	width: 250px;
	line-height: 18px;
	border:0px solid black;
}

.viewdist tr td{
	color: #010101;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
}

.viewdist tr td.highlight, .viewdist tr td.highlight a, .highlight, .highlight a{
	color: #5aaadc;
}

.viewdist tr td input{
	width: 400px;	
}

/** Lozenge **/

.obd{
	width: 100%;
	border : 0px solid #fff;
}

.obd tr th{
	color: #abadac;
	font-weight: normal;
	text-align: left;
	width: 100px;
	line-height: 18px;
}

.obd tr td{
/*	color: #010101; */
	font-weight: normal;
	text-align: left;
	line-height: 18px;
}

.obd tr td.highlight, .obd tr td.highlight a, .obd tr td.highlight span a{
	color: #5aaadc;
}
.obd tr td a:hover{
	color: #5aaadc;
}

.processInformation{
	margin: 20;
	padding: 20px 20px 0px 20px;
	text-align: right;	
}

.tight tr th, .tight tr td{
	line-height: 12px;
}



/*** tooltip *****/

span.tooltip {
    	position: relative;
}

span.tooltip a span {
    	display: none;
}


span.tooltip a:hover span { 
	display: block; 
    position: absolute; 
    right:0;
	z-index: 9999;
	background-color: #fff;
	padding: 6px;
	border: 1px solid #AAAAAA;
	border-radius: 4px 4px 4px 4px;
   	margin-top: 10px; 
   	margin-left: -10px; 
   	text-align: left; 
   	text-decoration: none;
   	font-size: 13px;
}

span.tooltip a:hover span ul{
	background-color: #F8F7F6;
    padding: 15px;
    color: #86846c;
}

.thumb-cont{
    margin-bottom: 5px;
    position: relative;
    margin-right: 5px;
    margin-left: 5px;	
    height: 170px;
    border: 1px solid #fff;
}



.thumb-cont:hover {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
    box-shadow: 1px 1px 2px #999;
}




.thumb-base {
	padding: 2px;
    position: relative;
    width: 130px;
    height: 130px;
/*    overflow: hidden;*/
}


.thumb-over {
    display: none;
    left: 0;
    border:0px solid red;
}

.thumb-filename{
	font-size: x-small;
	padding-bottom:3px;
	margin-bottom:3px;
}

.thumb-button{
/*	float:left;*/
	text-align: center;
	border:0px solid green;
	margin: 2px;
	paggind-right: 1px;
}

.thumb-button input{
	font-size: 10px;
	padding:0 2px;
}

.smallPreview{
	width: 100%;
	text-align: center;
}

.salutation{
	margin: 10px;	
}



/** GLOBAL SEARCH **/
#gsc{}

#gsearch {
    background: #fff;
    border: 0px solid #C8CAC9;
    border-radius: 0px;
    width: 950px;
    margin: 0;
    margin-bottom:14px;
    padding: 0;
	text-align: right;
 	position:relative;
 	vertical-align: middle;
}

#gform{
	margin-top:10px;
}


#gscbutton{
	margin: 3px;
	height: 20px;
	line-height: 20px;
}



#globalSearchResults{
	position:absolute;
	right:0;
	width:450px;
	z-index: 9999;
	background-color: #fff;
	padding: 6px;
	border: 1px solid #AAAAAA;
    border-radius: 3px;
}


/** CRUMBLINE **/

.crumbwrap a:link, .crumbwrap a:visited {
    color: #777;
    text-decoration: none;
}


.crumbline {
    background: #F4F4F4;
    border: 1px solid #C8CAC9;
    border-radius: 0px;
    font-size: 11px;
    overflow: hidden;
     margin: 0;
    padding: 0;
}

.crumbline .crumbwrap {
    display: block;
    float: left;
    position: relative;
}
.crumbline .crumbwrap a.crumb {
    background-color: #F4F4F4;
    border-bottom: 1px solid #C8CAC9;
    display: block;
    line-height: 24px;
    margin-bottom: -1px;
    outline: 0 none;
    padding: 0 10px 0 18px;
    text-decoration: none;
}
.crumbline .crumbwrap:first-child a.crumb {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    padding-left: 10px;
}
.crumbline .crumbwrap:last-child a.crumb {
    font-weight: bold;
}
.crumbline .crumbwrap .arrow {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent black transparent #c9c9c9;
    border-style: solid none solid solid;
    border-width: 12px 1px 12px 12px;
    display: block;
    height: 0;
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
    z-index: 50;
}
.crumbline .crumbwrap .arrow span {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent black transparent #f4f4f4;
    border-style: solid none solid solid;
    border-width: 12px 1px 12px 12px;
    display: block;
    height: 0;
    left: -13px;
    overflow: hidden;
    position: absolute;
    text-indent: 9999px;
    top: -12px;
    white-space: nowrap;
    width: 0;
    z-index: 51;
}
.crumbline .crumbwrap:hover a.crumb {
    background-color: #c9c9c9;
}
.crumbline .crumbwrap:hover .arrow span {
    border-left-color: #c9c9c9;
}
.crumbline .crumbwrap .arrow {
}




.confirmed{
	text-align: left;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #7fab73;
}

.pending{
	text-align: left;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #e3aa1c; 	
}

.rejected{
	text-align: left;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #e3001c; 	
}


.private{
	text-align: left;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #7b00e3; 	
}



.distroSelections{
	padding-top:10px;
}

.distroSelections li{
	margin: 15px;
	color: #505152;
}



.distroRow{
							display: table;
							padding: 0 1px;
							width: 100%;
						}
						
						.distroRow li{
							display: table-cell;
							list-style: none outside none;
							padding: 5px;
							margin: 5px;
							border-bottom: 1px solid #eee;
						}
						
						
						 .distroName{
						 	width: 300px;
							padding-right: 10px;
						 }
						 
						 .distroDescr{
						 	width: 300px;
							padding-right: 10px;
						 }
						 
						 .distroIcon{
						 	width: 20px;
						 }
						 .distroRuns{
						 	width: 60px;
						 }
						 .distroLastRun{
						 	width: 100px;
						 }
						 
						 
.privateLabel{
	color: #dcae41;
	}	 


.timeMachineItem{
	border-bottom: 1px solid #ddd;
}
.timeMachineDate{
	opacity:0.7;
	filter:alpha(opacity=70);

}

.timeMachineDateSquare{
	text-align: center;
	padding:1px !important;
	color: white;
	background-color: #3f89be;
	padding-top: 5px;
	padding-bottom: 5px;		
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 2px !important;
	cursor: pointer;
	cursor: hand;
	float: left;
}

.timeMachineDateSquare_Day{
	text-align: center;
	font-size:30px;
	color: white;
	padding:1px !important;
	background-color: #3f89be;
}
.timeMachineMonthYear{
	padding:1px !important;
	text-align: center;
	color: white;
	text-transform: uppercase;
}

.timeMachineDateSelector{
}

.prodFilter, .offerFilter{
	width: 99%;
	border: 0;
	padding: 5px 10px !important;

}

.scheduleHeader{
	margin-bottom:10px;
	margin-top:20px;
	margin-left: 5px;
	font-size: 12px;
	font-weight:bold;
	text-transform: uppercase;
	color: #ca008c;
}

.scheduleLine{
	padding: 5px;
	border-bottom: 1px solid #eee;	
}
.scheduleLink{
	font-weight: normal;
}

.scheduleLink:hover{
	font-weight: bold;
}

.scheduleDate{
	margin-top:20px;
	margin-left:5px;
	margin-bottom:20px;
	color: #5aaadc;
	font-size: 22px;
}
	
.scheduleDetails{
	color: #aaa;
}


.rightValue{
	float:right;
}
.reportspacer{
	display: block;
	height:20px;
	min-height: 20px;
}

.distroPoint{
	color: #ca008c;
}

.herobanner {
    background: none repeat scroll 0 0 #F6D996;
    border: 1px solid #bebebe;
    width: 115px;
    color: #53595F;
    display: block;
    float: right;
    font-size: 10px;
    font-weight: bold;
    margin: -20px 3px 0px 0px;
    padding: 1px 3px;
    position: relative;
    text-align: center;
}

.nutritionSelector {
    background: none repeat scroll 0 0 #F8F8F8;
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 2px 0 #CCCCCC, 0 -1px #FFFFFF inset;
    color: #888888;
    cursor: pointer;
    display: inline;
    float: left;
    width:58px !important;
    height: 20px;
    margin: 0;
    outline: medium none;
    padding: 3px;
}











.record-table, .append-table, .sub{
	border:1px solid #ccc;	
	padding:0;
	
}
.sub2{
	border-top:1px solid red;	
}
.record-table thead{
	background:#ccc;	
	
}
.record-table th{
	background-color:#000;
	background-repeat:repeat-x;
	padding-left:10px;	
	padding-right:10px;	
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

.record-table td, .sub2 td{
	
	padding:5px;	
	border-bottom:1px solid #ececec;
	border-top:1px solid #fff;
	border-right:1px solid #ececec;
	border-left:1px solid #fff;
}

.record-table td.over, .sub2 td.over{
	
	padding:5px;	
	border-bottom:1px solid #ececec;
	border-top:1px solid #fff;
	border-right:1px solid #A8BE70;
	border-left:1px solid #DEE8C6;
}


.record-table tr, .sub2 tr{
	background-color:#fff;
	background-size:contain;
	background-position:right;
	background-repeat:repeat-x;
	cursor:pointer;
}
	
.record-table tr:hover, .record-table tr:active{
	color:#333;
	
}

div.dateInput2{
	
}

div.dateInput2 input{
	border:1px solid #ccc;
	-webkit-border-radius: 5px;    
    border-radius: 5px;
	size:20;
	padding:5px;
	background:#fff;
	width: 82px !important;
}

div.dateInput2 a{
	background-image:url(images/datePicker.png);
	background-repeat:no-repeat;
	margin-left: 6px;
	margin-bottom: 11px;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	line-height:22px;
}


.inyaface {
    background: none repeat scroll 0 0 rgba(51, 51, 51, 0.9);
    bottom: 0;
    color: #CCCCCC;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1111;
}

.simpleButtons{
	margin-top:50px; margin-right:10px; font-size: 40px; color: #d4d4d4;
}

.green{
	color:#7fab73; 
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	
}

.linkspoof{
	padding:0px;
	background:none;
	border:none;
	cursor:pointer;
}

.advancedSearchContainer{
	font-size: 12px;
	padding:3px;	
}

.advancedSearchContainer .half{
	float: left;
	width: 440px;
	padding: 0px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.advancedSearchContainer .half table tbody tr th, .advancedSearchContainer .searchFull table tbody tr th {
	text-transform: uppercase;
	color: #bfc4a8; 
	font-size: 12px;
    margin:10px;
    padding: 2px; 
    text-align: left;
    border-bottom: 1px solid #efefef;
    font-weight: lighter;
}

.advancedSearchTable tbody tr th, .advancedSearchTable tr th
{
	text-transform: uppercase;
	color: #bfc4a8; 
	font-size: 12px;
    margin:10px;
    padding: 2px; 
    text-align: left;
    border-bottom: 1px solid #efefef;
    font-weight: lighter;
}




				a.setHero {
					background-image:url(images/hero.png);
					background-position:center;
					border:0 solid red;
					margin-right:-10px;
					padding:8px 17px;
					opacity : 0.5;
				}
					
				a.setHero.selected {
					background-image:url(images/heroselected.png);
					opacity : 1.0;
				}
					
				input[type="checkbox"] {
					border:1px solid #ccc;
					padding:5px;
				}
					
				table.rangeTable tr.highlight:hover,table.rangeProdTable tr:hover {
					color:#333;
					background:#F0F0F0;
					-webkit-transition-duration:.2s;
					-moz-transition-duration:.2s;
					transition-duration:.2s;
				}
					
				.highlightTable td:hover,.highlightTable td.hovered {
					background:#F0F0F0;
					-webkit-transition-duration:.2s;
					-moz-transition-duration:.2s;
					transition-duration:.2s;
				}
					
				.prodTableFilter {
					background-color:#DEDEDE;
					display:block;
					margin-bottom:0;
					border-bottom:1px solid #ccc;
					padding:10px 10px 5px;
				}
				.prodTableFilter span.prodCounter {
					float:right;
					line-height:25px;
				}	
				.prodTableFilter h2 {
					float:left;
					line-height:25px;
					margin:0;
					padding:0 20px 0 0;
				}
					
				.assignRenderer .assignControlBar {
					height:30px;
				}
					
				.assignRenderer div a {
					background-color:#ccc;
					color:#FFF;
					display:inline-block;
					width:43%;
					opacity:0;
					position:relative;
					-webkit-transition-duration:.2s;
					-moz-transition-duration:.2s;
					transition-duration:.2s;
					padding:5px;
				}
					
				.assignRenderer div a.left:after {
					content:' ';
					position:absolute;
					top:100%;
					right:15px;
					width:0;
					height:0;
					border-color:#ccc transparent transparent;
					border-style:solid;
					border-width:10px;
					-webkit-transition-duration:.2s;
					-moz-transition-duration:.2s;
					transition-duration:.2s;
				}
					
				.assignRenderer div a.right:after {
					content:' ';
					position:absolute;
					top:100%;
					left:15px;
					width:0;
					height:0;
					border-color:#ccc transparent transparent;
					border-style:solid;
					border-width:10px;
					-webkit-transition-duration:.2s;
					-moz-transition-duration:.2s;
					transition-duration:.2s;
				}
					
				.assignRenderer div a:hover {
					background-color:#666;
					color:#FFF;
					padding:5px;
				}
					
				.checkboxFive {
					width:25px;
					padding-right:40px;
					position:relative;
					float:right;
					margin-top:-5px;
				}
					
				.checkboxFive label {
					cursor:pointer;
					position:absolute;
					width:25px;
					height:25px;
					top:0;
					left:0;
					background:#eee;
					border:1px solid #ddd;
					padding-top:0;
				}
					
				.checkboxFive label:after {
					opacity:0.2;
					content:'';
					position:absolute;
					width:9px;
					height:5px;
					background:transparent;
					top:6px;
					left:7px;
					border:3px solid #333;
					border-top:none;
					border-right:none;
					-webkit-transform:rotate(-45deg);
					-moz-transform:rotate(-45deg);
					-o-transform:rotate(-45deg);
					-ms-transform:rotate(-45deg);
					transform:rotate(-45deg);
				}
					
				.checkboxFive label:hover::after {
					opacity:0.5;
				}
					
				.checkboxFive input[type=checkbox]:checked + label:after {
					opacity:1;
				}
					
				.prodImage {
					float:left;
					padding:5px 10px 5px 5px;
				}
					
				.prodMeta {
					padding-top:10px;
				}
					
				.prodMeta P {
					padding-top:0;
					margin-top:5px;
				}
					
				.highlighthero {
					color:#666;
				}
					
				.assignRenderer div a.left:hover:after,.assignRenderer div a.right:hover:after {
					border-color:#666 transparent transparent;
				}
				

.seriousConfirmation{
	padding:10px;
	text-align: center;
	width: 100%;
}

.seriousConfirmation ul, .seriousConfirmation ol{
	padding: 10px;
}

.seriousConfirmation ul li, .seriousConfirmation ol li{
	padding: 5px;
}

.showHideLink{
	margin-left:20px;
}


  	.view-source a.showHideLink{
		background-image:url('images/showhidearrow.png');  
		padding-left:20px;
		background-repeat:no-repeat;
		background-position:0 1px;
		height:30px;			
	}
	.view-source a.showHideLink.open{
		background-position:0 -16px;
	}
	
.metadataOwnerLabel{
	font-size: 16px;
	padding: 10px 20px; 
	text-align: left;
	margin:5px;
	text-transform: uppercase;
	color: #919580;
	border-bottom: 2px solid #6c6f5f;
}
.metadataOwnerInit{
	margin-top: 10px;
	margin-bottom: 10px;
}

.psuedoheader{
   background: #EDEDED;	
	}

table.metashow{
	width: 100%;
	border: 1px solid #bbb;
	margin: 1px;
	background: #fff;
	border-collapse: collapse;
}
	
table.metashow tr th{
	  border: 1px silver gainsboro;
  padding: 0.5em;	
    background: gainsboro;
  text-align: left;
font-weight: normal;
}

table.metashow tr td{
  border: 1px silver gainsboro;
  padding: 0.5em;
}

table.metashow tr:hover td {
/*   background: mintcream !important;*/
}
table.metashow caption {
  margin-left: inherit;
  margin-right: inherit;
}

.glbmenu{
	position: absolute;
	left: 20px;
	top: 12px;
	font-size: 18px;	
}

