#top-ac-container
{
    background-color: #FFFFFC;
	border-width:1px;
  	border-style:solid;
  	border-color:silver;
  	padding:1em;
  	text-align:justify;
	width:auto

}

#show_ac_project
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    border: 1px solid silver;
    border-left-style:solid;
    border-color:white;
	width:auto;
    text-indent:1em;
    text-align:justify;
	overflow-x:auto;
}

#show_ac_user
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    border: 1px solid black;
    border-left-style:solid;
    border-color:black;
	width:99%;
    text-indent:1em;
    text-align:justify;
	overflow-x:auto;
	float:right;
}

#show_ac_main
{
	width:100%;
	height:800px;
}


.complete{
    display:none;
}

.more{
    background:aliceblue;
    color:navy;
    font-size:10px;
    padding:2px;
    cursor:pointer;
	border: 1px solid gray;
}

.ac_user
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #114070;
} 

.ac_category
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: darkgreen;
} 

.ac_date
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: black;
} 

.ac_nameblue
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #114070;
} 

.ac_bmessage
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: darkred;
} 

.ac_issue
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #114070;
} 

.ac_status
{
	background-color: silver;
	border: 1px solid silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.ac_issuecontent
{

    background-color:white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12x;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    border: 1px solid silver;
    /*border-left-width:2.5em;
    border-right-width:2.5em;
    border-left-style:solid;
    border-color:silver;
    padding-left:2.5em;
    margin-right: 100em;
    border-right:50%;
    text-indent:1em;
    text-align:justify;*/
}

.ac_issuecontentgray
{

    background-color:yellow;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12x;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    border: 1px solid silver;
    /*border-left-width:2.5em;
    border-right-width:2.5em;
    border-left-style:solid;
    border-color:silver;
    padding-left:2.5em;
    margin-right: 100em;
    border-right:50%;
    text-indent:1em;
    text-align:justify;*/
}
.ac_summaryblue
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #114070;
} 

pre#noteshort-id
{

    background-color:aliceblue;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    border: 1px solid gray;
    color: #333333;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    margin: 5px 5px 0;
    padding: 6px;
    width:50%;
}

