 body, p {
        font-family: sans-serif;
        font-size: 12px;
 }
  #AIMReqFrame{
        width: 100%;
        height: 100%;
        border: 0px;
 }
 #AIMFrameContainer_AIMwindow {
        width: 800px;
        height: 500px;
        border: 0px;
 }
 #AIMBuddyListContainer {
	width:185px !important;
	margin:0;
	padding:0;
	background-color:#fff;
}
.headerDiv {
        background-color : #6b79a5;
        height: 20px;
        color : #ced7ef;
        padding-left: 5px;
        width: 200px;
        cursor: pointer;
}
.mdHover {
        background-color : #63699c;
        color : #ffffff;
}
.mdSelected {
        background-color : #63699c;
        color : #ffffff;
        font-weight : bold;  
}
.contentDiv {
        border-top-width: 0px;
        border-bottom-width : 0px;
        font-size: smaller;
        overflow: auto;
        width: 200px;
        height: 494px;
}
.toolButton {
        width: 30px;
       	height: 30px;
       	background-color: #FFFFFF;
       	border: solid #B0CAE6 2px;
       	float: left;
       	cursor: default;
       	padding: 0px 0px 0px 0px;
       	margin: 0px 0px 0px 0px;
       	text-align: center;
}
#imageDiv {
        width: 800px; 
        height: 450px; 
        position: absolute; 
        left: 0px; top: 0px; 
        z-index: 1; 
        background-color: #FFFFFF;
}
#canvas {
        width: 800px; 
        height: 450px; 
        border: solid #BBBBBB 1px; 
        position:absolute; 
        top:0px; 
        left:0px; 
        z-index: 2;
}
#chatText {
        width: 100%; 
        height: 100%; 
        background-color: #FFFFFF;
}
#chatInputText {
        width: 100%; 
        height: 100%;
}
#chatTextDiv {
        position:absolute; 
        top:451px; 
        left:0px; 
        width: 798px; 
        height: 96px;
}
#chatInputTextDiv {
        position:absolute; 
        top:552px; 
        left:0px; 
        width: 798px; 
        height: 18px;
}
#appInfoDiv {
        position:absolute; 
        top:578px; 
        left:0; 
        width: 800px; 
        height: 20px;
}
#adsDiv {
        position:absolute; 
        top:610px; 
        left:0; 
        width: 800px; 
}
#poweredBy {
        position:absolute; 
        top:578px; 
        left:820px; 
        height: 20px;
}
#menuDiv {
        position:absolute; 
        top:0px; 
        left:802px; 
        border: solid #BBBBBB 1px;
        height: 574px !important;
}
#colorDiv {
        background-color:#000000; 
        width: 150px;
}
#strokeDiv {
        width: 150px;
        height: 80px;
}
.hrStroke {
        color: #000000;
	background-color: #000000;
	border:none;
}
.innerStrokeDiv {
         
        border: solid #FFFFFF 1px;
}
#clearCanvasDiv {
        cursor: default; 
        width: 150px;
        height: 18px;
        font-size: 12px;
        font-weight: bold;
        background-color: #C8EEF7;
}
.breakColorDiv {
        height: 79px;
}
#toolsRoomsDiv {
        background-color: #FFFFAA;
        width: 190px;
        height: 115px;
}
.breakClearCanvasDiv {
        height: 95px;
}

