@import url("https://www.une.edu.au/styles/une_default_skin.css");

form.eMotionConfigForm {
margin: 2em 0 !important;
}

/* Div to disable background */
#backgroundFilter
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.5;
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

/* POPUP WINDOW */
#eMotionPlaceHolder
{
    position: absolute;
    z-index: 1005;
    display: none;
    background-color: white;
    border: 1px solid #999;
width: 15em;
	-moz-border-radius: 10px;
}

#eMotionChooserCloser:hover {
	cursor: pointer;
}

#eMotionChooserHelp:hover {
        cursor: pointer;
}

#eMotionReasonCounter
{
position: relative;
left: 125px;
color:gray;
font-size:smaller;
width: 10px;
}

#eMotionChooserCloser
{
    width:16px;
    height:16px;
float: right;
margin: .2em;
background: url('https://www.une.edu.au/images/icons/silk/cross.png');
}

#eMotionChooserHelp
{
    width:16px;
    height:16px;
    float: right;
    margin: .2em;
    background: url('https://www.une.edu.au/images/icons/silk/help.png');
}


#eMotionContainer
{
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

#eMotionContainer li {
padding: 0.1em 1em;
margin: 0;
}

#eMotionContainer li a {
color: #444;
font-weight: bold;
text-decoration: none;
/*text-transform: capitalize;*/
}

#eMotionContainer li:hover {
background: #eef;
}

#eMotionChooserTitle {
}

#eMotionChooserTitle h4 {
color: #333;
margin: .5em;
font-size: 1.1em;
}

#eMotionChooserTitle h5 {
color: #333;
margin: .5em;
font-size: .9em;
}

#eMotionHiddenFrame {
    display: none;
}

#eMotionReasonDiv {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: white;
    border: 1px solid #999;
    width: 198px;
    -moz-border-radius: 10px;
    padding: 0px 0px 6px 6px;
}

#saveEMotionReason {
/*	padding-left:5px; */
}


