﻿/********************************* WINDOW ************************************/
.Window_Simple 
{ 
    background: #142d44;
    height: 100%;
    padding: 2px;
    padding-top: 27px;
    padding-bottom: 32px;
    overflow: visible;
}
.Window_SimpleHeader 
{ 
    height: 25px; 
    width: 99%;
    cursor: move; 
    position: absolute;
    top: 2px;
}
.Window_SimpleHeaderButton
{
    position: absolute;
    top: 3px;
    left: 100%;
    margin-left: -83px;
}
.Window_SimpleFooter 
{ 
    padding-top: 1px;
    height: 30px; 
    width: 100%;
    text-align: center;
}
.Window_SimpleContent 
{ 
    overflow: auto; 
    overflow-x: hidden; 
    overflow-y: scroll; 
    width: 100%; 
    height: 100%;
    background: #FFF;
}

.Window_Title { font-size: 12px; line-height: 22px; font-weight: bold;
                color: #FFFFFF; white-space: nowrap; margin-left: 20px; }
/********************************* WINDOW ************************************/

/***************************** WINDOW BUTTONS ********************************/
.Window_Buttons { position: absolute; text-align: center;
                  background: url(../Images/Window/Window_Editor_DarkBlue_Buttons.gif) repeat-x;
                  width: 100%; height: 30px; bottom: 10px; margin-left: 10px; }

.Window_Button_Fullscreen { float: right; position: relative; left: 7px; top: -1px;
                                   background: url(../Images/Window/Window_Editor_DarkBlue_Button_Fullscreen.png); 
                                   width: 32px; height: 24px; border: 0; cursor: pointer; }
.Window_Button_Fullscreen:hover { float: right; position: relative; left: 7px; top: -1px;
										 background: url(../Images/Window/Window_Editor_DarkBlue_Button_Fullscreen_Hover.png); 
										 width: 32px; height: 24px; border: 0; cursor: pointer; }

.Window_Button_Restore { float: right; position: relative; left: 7px; top: -1px;
                                   background: url(../Images/Window/Window_Editor_DarkBlue_Button_Restore.png); 
                                   width: 32px; height: 24px; border: 0; cursor: pointer; }
.Window_Button_Restore:hover { float: right; position: relative; left: 7px; top: -1px;
										 background: url(../Images/Window/Window_Editor_DarkBlue_Button_Restore_Hover.png); 
										 width: 32px; height: 24px; border: 0; cursor: pointer; }
                                   
.Window_Button_Minimize { float: right; position: relative; left: 7px; top: -1px;
                                  background: url(../Images/Window/Window_Editor_DarkBlue_Button_Minimize.png); 
                                  width: 32px; height: 24px; border: 0; cursor: pointer; }
.Window_Button_Minimize:hover { float: right; position: relative; left: 7px; top: -1px;
									    background: url(../Images/Window/Window_Editor_DarkBlue_Button_Minimize_Hover.png); 
								  	    width: 32px; height: 24px; border: 0; cursor: pointer; }
                                  
.Window_Button_Close { float: right; position: relative; left: 4px; top: -1px; margin-right: 4px;
                              background: url(../Images/Window/Window_Editor_DarkBlue_Button_Delete.png); 
                              width: 47px; height: 24px; border: 0; cursor: pointer; }
.Window_Button_Close:hover { float: right; position: relative; left: 4px; top: -1px; margin-right: 4px;
								    background: url(../Images/Window/Window_Editor_DarkBlue_Button_Delete_Hover.png); 
								    width: 47px; height: 24px; border: 0; cursor: pointer; }
                              
.Window_Button_OK { height: 28px; width: 50px; border: 0; color: #FFFFFF; cursor: pointer; margin-top: 1px;
                              background: url(../Images/Window/Window_Editor_DarkBlue_Button_50.gif) no-repeat;  }
.Window_Button_OK:hover { height: 28px; width: 50px; border: 0; color: #fcffa5; cursor: pointer;
									background: url(../Images/Window/Window_Editor_DarkBlue_Button_50_Hover.gif) no-repeat;  }

.Window_Button_Apply { height: 28px; width: 100px; border: 0; color: #FFFFFF; cursor: pointer;
                              background: url(../Images/Window/Window_Editor_DarkBlue_Button_100.gif) no-repeat;  }
.Window_Button_Apply:hover { height: 28px; width: 100px; border: 0; color: #fcffa5; cursor: pointer;
									background: url(../Images/Window/Window_Editor_DarkBlue_Button_100_Hover.gif) no-repeat;  }

.Window_Button_Cancel { height: 28px; width: 100px; border: 0; color: #FFFFFF; cursor: pointer;
                              background: url(../Images/Window/Window_Editor_DarkBlue_Button_100.gif) no-repeat;  }
.Window_Button_Cancel:hover { height: 28px; width: 100px; border: 0; color: #fcffa5; cursor: pointer;
									background: url(../Images/Window/Window_Editor_DarkBlue_Button_100_Hover.gif) no-repeat;  }
									
.Window_Button_Yes { height: 28px; width: 50px; border: 0; color: #FFFFFF; cursor: pointer; margin-top: 1px;
                              background: url(../Images/Window/Window_Editor_DarkBlue_Button_50.gif) no-repeat;  }
.Window_Button_Yes:hover { height: 28px; width: 50px; border: 0; color: #fcffa5; cursor: pointer;
									background: url(../Images/Window/Window_Editor_DarkBlue_Button_50_Hover.gif) no-repeat;  }
									
.Window_Button_No{ height: 28px; width: 50px; border: 0; color: #FFFFFF; cursor: pointer; margin-top: 1px;
                              background: url(../Images/Window/Window_Editor_DarkBlue_Button_50.gif) no-repeat;  }
.Window_Button_No:hover { height: 28px; width: 50px; border: 0; color: #fcffa5; cursor: pointer;
									background: url(../Images/Window/Window_Editor_DarkBlue_Button_50_Hover.gif) no-repeat;  }
				
/****************** WINDOW DELETE MODULE PROMPT BUTTONS **********************/			
.Window_Button_PrompCancel { height: 52px; width: 252px; border: 0; color: #000000;text-align: left; margin: 0 auto 0 auto;
                              background: url(../Images/Buttons/Button_CancelModuleLarge.gif) no-repeat;  }
.Window_Button_PrompCancel:hover { height: 52px; width: 252px; border: 0; color: #000000; text-align: left; margin: 0 auto 0 auto;
									background: url(../Images/Buttons/Button_CancelModuleLarge_Hover.gif) no-repeat;  }
									
.Window_Button_PrompCancel_Inner { left: 60px; width: 175px; margin-top: 4px; }
									
.Window_Button_PrompDelete { height: 52px; width: 252px; border: 0; color: #000000; text-align: left; margin: 0 auto 0 auto;
                              background: url(../Images/Buttons/Button_DeleteModuleLarge.gif) no-repeat;  }
.Window_Button_PrompDelete:hover { height: 52px; width: 252px; border: 0; color: #000000; text-align: left; margin: 0 auto 0 auto;
									background: url(../Images/Buttons/Button_DeleteModuleLarge_Hover.gif) no-repeat;  }
									
.Window_Button_PrompDelete_Inner { left: 60px; width: 175px; margin-top: 4px; }
/****************** WINDOW DELETE MODULE PROMPT BUTTONS **********************/		
/***************************** WINDOW BUTTONS ********************************/