/* 
    Document   : accmanagement
    Created on : 20.01.2014, 14:54:06
    Author     : manuel
    Description:
        Purpose of the stylesheet follows.
*/

#promoteStat{
     border: 3px solid #92ADC4;
     margin: 5px auto;
     width: 80%;
}


#gallery_article {
    background-color: #375B88;
    border: 4px solid #091014;
    border-radius: 15px 15px 15px 15px;
}

#tdGalleryOverview{
    vertical-align: top;
}

#buttonECActiveEvent{
background-image: -webkit-gradient(
	linear,
	center top,
	center bottom,
	color-stop(0, #ABBFBC),
	color-stop(1, #ABF889)
);
background-image: -o-linear-gradient(top, #388FBC 0%, #296889 100%);
background-image: -moz-linear-gradient(top, #388FBC 0%, #296889 100%);
background-image: -webkit-linear-gradient(top, #388FBC 0%, #296889 100%);
background-image: -ms-linear-gradient(top, #388FBC 0%, #296889 100%);
background-image: linear-gradient(to bottom, #388FBC 0%, #296889 100%);
    
border-radius: 0.5em;
border: 1px solid #255F7D;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
color: #E9EFF3;
cursor: pointer;
display: inline-block;
outline: medium none;
padding: 0.5em 2em 0.55em;
text-align: center;
text-decoration: none;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

buttonECActiveEvent::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
     border: medium none;
}

#buttonECActiveEvent {
     background-image: -webkit-gradient(
	linear,
	center top,
	center bottom,
	color-stop(0, #388FBC),
	color-stop(1, #296889)
);
background-image: -o-linear-gradient(top, #388FBC 0%, #296889 100%);
background-image: -moz-linear-gradient(top, #388FBC 0%, #296889 100%);
background-image: -webkit-linear-gradient(top, #388FBC 0%, #296889 100%);
background-image: -ms-linear-gradient(top, #388FBC 0%, #296889 100%);
background-image: linear-gradient(to bottom, #388FBC 0%, #296889 100%);
     //background: -moz-linear-gradient(center top , #388FBC, #296889) repeat scroll 0% 0% transparent;
     border-radius: 0.5em;
     border: 1px solid #255F7D;
     box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
     color: #E9EFF3;
     cursor: pointer;
     display: inline-block;
     outline: medium none;
     padding: 0.5em 2em 0.55em;
     text-align: center;
     text-decoration: none;
     text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

#buttonECActiveEvent:hover {
     text-decoration: none;
}

#buttonECActiveEvent:active {
     position: relative;
     top: 1px;
}

#buttonECActiveEvent:hover {
     background-image: -webkit-gradient(
	linear,
	center top,
	center bottom,
	color-stop(0, #3586B0),
	color-stop(1, #235975)
);
background-image: -o-linear-gradient(center top, #3586B0 0%, #235975 100%);
background-image: -moz-linear-gradient(center top, #3586B0 0%, #235975 100%);
background-image: -webkit-linear-gradient(top, #3586B0 0%, #235975 100%);
background-image: -ms-linear-gradient(top, #3586B0 0%, #235975 100%);
background-image: linear-gradient(to bottom, #3586B0 0%, #235975 100%);
     //background: -moz-linear-gradient(center top , #3586B0, #235975) repeat scroll 0% 0% transparent;
}

#buttonECActiveEvent:active {
     background-image: -webkit-gradient(
	linear,
	center top,
	center bottom,
	color-stop(0, #296889),
	color-stop(1, #3586B0)
);
background-image: -o-linear-gradient(center top, #296889 0%, #3586B0 100%);
background-image: -moz-linear-gradient(center top, #296889 0%, #3586B0 100%);
background-image: -webkit-linear-gradient(top, #296889 0%, #3586B0 100%);
background-image: -ms-linear-gradient(top, #296889 0%, #3586B0 100%);
background-image: linear-gradient(to bottom, #296889 0%, #3586B0 100%);
     //background: -moz-linear-gradient(center top , #296889, #3586B0) repeat scroll 0% 0% transparent;
     color: #BED1DB;
}

#boxTitleAdminUser{
    background-image: radial-gradient(ellipse farthest-corner at left top , #FFFFFF 0%, #808080 100%);
    border-left: 1px solid #C0C0C0;
    border-radius: 15px 15px 0 0;
    border-right: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    color: #FFFFFF;
    padding: 4px 6px 6px;
    margin: -1px;
    text-align: center;
}

#searchContentAD{
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 5px #333333, 5px 5px 3px #808080;
    margin-bottom: 15px;
    padding-bottom: 5px;
    width: 650px;
    word-break: break-all;
}

#userSearchTitle{
    background-image: radial-gradient(ellipse farthest-corner at left top , #FFFFFF 0%, #005AAA 100%);
    border-left: 1px solid #C0C0C0;
    border-radius: 15px 15px 0 0;
    border-right: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    color: #FFFFFF;
    margin: -1px;
    padding: 4px 6px 6px;
    text-align: center;
}
#eventSearchTitle{
    background-image: radial-gradient(ellipse farthest-corner at left top , #FFFFFF 0%, #AA9050 100%);
    border-left: 1px solid #C0C0C0;
    border-radius: 15px 15px 0 0;
    border-right: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    color: #FFFFFF;
    margin: -1px;
    padding: 4px 6px 6px;
    text-align: center;
}

#event_article{
    background-color: white;
    border: 1px solid #091014;
    border-radius: 15px 15px 15px 15px;
    margin-top: 5px;
    padding-bottom: 5px;
}

#event_finalDisplay{
    padding: 5px 0 5px 0;
    vertical-align: top;
}

#subTabsLink{
    text-decoration: none;
    cursor: pointer;
    color: #3B94C4;
    font-weight: bold;
    padding-right: 5px;
}

#subTabsLinkActive{
    text-decoration: none;
    cursor: pointer;
    color: #FFB62C;
    font-weight: bold;
    padding-right: 5px;
}

#eventRelease{
    border: 3px solid #92ADC4;
    width: 80%;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
    
}
